Re: [SR-Users] Proxy unable to connect - 420 Bad Extension error

2016-10-01 Thread Aqs Younas
You should use the path header if you are proxing register request. Look why you are getting un supported header error. See path_mode. On Oct 1, 2016 10:54 AM, "Infinicalls Infinicalls" wrote: > Hi, > > After changing > > modparam("registrar", "use_path", 0) > > in the registrar, it connects. B

[SR-Users] How to check in Kamailio if a current sip message 200 OK is a response to the BYE.

2016-10-01 Thread AFRICALLSHOP
Heloo, Could you confirm the following code please? I try to check in Kamailio if a current sip message "200 OK" is a response to a "BYE" request. IF (IS_METHOD("BYE") && STATUS == 200) { } Regards Abdoul. ___ SIP Express Router (SER) and K

Re: [SR-Users] How to check in Kamailio if a current sip message 200 OK is a response to the BYE.

2016-10-01 Thread Alex Balashov
That should work, but be sure that this is executed in the context of an onreply_route and not a request_route. -- Alex -- Principal, Evariste Systems LLC (www.evaristesys.com) Sent from my Google Nexus. ___ SIP Express Router (SER) and Kamailio (Op

Re: [SR-Users] How to check in Kamailio if a current sip message 200 OK is a response to the BYE.

2016-10-01 Thread AFRICALLSHOP
Thank Alex. Regards Abdoul AfriCallShop - https://www.africallshop.com/ Le 2016-10-01 13:02, Alex Balashov a écrit : > That should work, but be sure that this is executed in the context of an > onreply_route and not a request_route. > > -- Alex > > -- > Principal, Evariste Systems LLC