: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Dialog module event_route problem
why don’t you hook your http_queries up to the relevant SIP packets passing by?
INVITE -> start
180/183 -> ringing
200 -> pickup
BYE/CANCEL -> end
It’s quite straightforward to get that cle
why don’t you hook your http_queries up to the relevant SIP packets passing by?
INVITE -> start
180/183 -> ringing
200 -> pickup
BYE/CANCEL -> end
It’s quite straightforward to get that cleanly in your configfile, and it give
you a massive control over things. (just be aware of packets arriving