[SR-Users] How to check in Kamailio if a current sip message 200 OK is a response to the BYE.
AFRICALLSHOP
1 Oct
2016
1 Oct
'16
1:53 p.m.
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.