Hello,
I try to compile kamailio in freebsd.
I want to add carrierroute module.
I do :
1) cd /usr/ports/net/kamailio
2) make install
but carrierroute module is not compiled.
Could you help me?
Regards
Abdoul. ___
SIP Express Router (S
Hello,
I try to check in Kamailio if a current sip message "200 OK" is a
response to a "BYE" request.
Could you confirm the following code please?
IF (IS_METHOD("BYE") && STATUS == 200) {
}
Regards
Abdoul. ___
SIP Express Router (SER) and K
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
>
> --
> Princi
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