[sr-dev] [kamailio/kamailio] fixed handle_ruri_alias_mode(1) cannot proper handle multi alias (PR #3863)

2024-05-28 Thread Lv Xiaobu via sr-dev
when receive BYE sip:xxx@;alias=ip1;alias=ip2 SIP/2.0, handle_ruri_alias_mode(1) doesn't work as documented You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/3863 -- Commit Summary -- * fixed handle_ruri_alias_mode(1) cannot proper

[sr-dev] [kamailio/kamailio] Kamailio Behind nat. How Record-Route should be added ? (Issue #3586)

2023-09-28 Thread Lv Xiaobu via sr-dev
UA1(192.168.0.1) --> kamailio (internal:192.168.0.2 public:1.1.1.1) --> UA2(2.2.2.2) if in UA1 INVITE, I write KSR.rr.record_route(). so UA2(2.2.2.2) received sip msg (Record-Route: ), so Kamailio can received BYE/ACK from UA2. but,Kamailio can't received BYE/ACK from UA1. if in UA1 INVI