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
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