: 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
Hello;
I am trying to build a prepaid accounting system. I use dialog module's
start/end event-route. When even_route[dialog:started] triggered, a
http_query works for the started call. When event_route[dialog:end] triggered ,
a
http_query works for call is ended. When http_query works in
eve