osip-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [osip-dev] Why is reply 180 not sent?


From: Roger Schreiter
Subject: Re: [osip-dev] Why is reply 180 not sent?
Date: Sun, 05 Oct 2014 10:49:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Am 05.10.2014 09:26, schrieb Aymeric Moizard:
> ...
> Can you check the return code of your send callback when sending the 100
> trying? Returning -1 should allow the transaction to go in terminated state.


Hello Aymeric,

that was it. The callback would return some negative codes on error
(which was not the case), but I completely forgot to add return line
on success. Thus imho an unpredictable number was returned, which
would explain this behaviour.

I added the "return 0" at the end of the callback, and now everything
works fine.


Thanks a lot!

Regards,
Roger.













reply via email to

[Prev in Thread] Current Thread [Next in Thread]