@mauritsderuiter95 commented on this pull request.
@@ -910,7 +910,10 @@ int
tps_request_received(sip_msg_t *msg, int dialog)
goto error;
}
metid = get_cseq(msg)->method_id;
- if((metid & (METHOD_BYE | METHOD_INFO | METHOD_PRACK | METHOD_UPDATE))
+ if(((metid & (METHOD_BYE | METHOD_INFO | METHOD_PRACK | METHOD_UPDATE))
+ || ((metid & (METHOD_NOTIFY))
+ && (msg->event
+ && strncmp(msg->event->body.s, "talk", 4) == 0)))
Alright
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3627#discussion_r1380149643
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3627/review/1710307278(a)github.com>