Closed #3782 as completed.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3782#event-12572515048
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Devel
Hello
The issue was related to that fact that ts_append(), ts_append_to() and
ts_append_by_contact() are trying to locate user in location table always. It
is trying to find contact address anyway. In my scenario, address and R-URI do
not match.
For example, I m dialing to sip:1000@IP (specific
route[REGFWD] {
xlog("L_INFO", "---");
$uac_req(method) = "REGISTER";
$uac_req(ruri) = "sip:" + $avp(domain) + ":" + 'PBX_UDP_PORT';
$uac_req(furi) = "sip:" + $avp(extension) + "@" + $avp(domain);
$uac_req(turi) = "si
After the transaction was suspended, 1st user registered, got INVITE message,
there is 2nd user wakes up and send REGISTER.
Kamailio check if transaction suspended (for 2nd user, it is not suspended
anymore), and checks if there is stored transaction.
So, for 2nd user we have stored transaction,