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