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 SIP extension at specific PBX), but when
this mobile device awoke, it registers with dynamic AOR (UUID). I m using separate hash
table (+mysql) for mapping UUID user and specific SIP extension address. To fix the issue
with appending branch, I had to fix that part.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3782#issuecomment-2071854121
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3782/2071854121(a)github.com>