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.
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.
New subject: How to check in Kamailio if a current sip message 200 OK is a response to the BYE.
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.
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 [1])
Sent from my Google Nexus.
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users(a)lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users [2]