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: Aymeric Moizard
Subject: Re: [osip-dev] Why is reply 180 not sent?
Date: Sun, 5 Oct 2014 10:57:56 +0200

Nice to hear!

Aymeric

2014-10-05 10:49 GMT+02:00 Roger Schreiter <address@hidden>:
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.













--
Antisip - http://www.antisip.com

reply via email to

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