Hello,
We have observed a strange behavior in corex module that it gets loaded at
every sip packet which arrives to kamailio.
We put a static variable and saw that it gets re-initialized to 0 everytime
any sip packet comes to it.
Could you please tell me how to stop it and load it just once.
Thanks in advance !
--
Warm Regds.
MathuRahul
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#471 - tm.t_uac_wait does not use advertise address
User who did this - Juha Heinanen (jh)
Reason for closing: Fixed
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=471
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Hi,
a recent commit on tm module (b66033d) adds a check for cancelled
transactions to t_forward_nonack (cf.
http://sip-router.org/tracker/index.php?do=details&task_id=468).
This made me think that the t_append_branches function, recently added to
the module, needs the same kind of checks:
- before start adding the branches
- after adding the branches and before sending them out
Attached a patch to implement these checks.
If you agree I can commit it on master.
Regards,
Federico
while testing tm.t_uac_wait, i noticed that latest master adds extra <>
around from/to uri body if it contains tag.
i then went back to kamailio build from master on 20140915 (which i
happened to have laying around) and the issue disappeared.
has something changed in between that could explain the problem?
-- juha