Hello,
It seems as if I am still experiencing this issue with Kamailio 3.2.0 as described below in Flyspray.
http://sip-router.org/tracker/index.php?do=details&task_id=189
It seems if I call t_newtran() before dlg_manage() then dlg_manage does not work correctly.
It also seems as if the reverse is not working correctly either.
Any thoughts / ideas on how I can absorb re-transmissions and keep the dlg_manage functionality?
I'm having issues where signaling is getting messed up due to race conditions / re-transmitted packets that are being processed.
Look forward to hearing back from you.
Thanks for your help in advance!
Sincerely, Brandon Armstead
Hello,
can you try with the patch from the commit:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7a8ad674...
Let me know the results.
There is also the option to use htable to know you have a dialog for that invite (adding and checking eventually protected by lock/unlock), but the commit should do it without other cfg changes.
Cheers, Daniel
On 2/23/12 7:47 PM, Brandon Armstead wrote:
Hello,
It seems as if I am still experiencing this issue with Kamailio 3.2.0 as described below in Flyspray.
http://sip-router.org/tracker/index.php?do=details&task_id=189 http://sip-router.org/tracker/index.php?do=details&task_id=189
It seems if I call t_newtran() before dlg_manage() then dlg_manage does not work correctly.
It also seems as if the reverse is not working correctly either.
Any thoughts / ideas on how I can absorb re-transmissions and keep the dlg_manage functionality?
I'm having issues where signaling is getting messed up due to race conditions / re-transmitted packets that are being processed.
Look forward to hearing back from you.
Thanks for your help in advance!
Sincerely, Brandon Armstead
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev