[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
6:49 a.m.
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.