Re: [SR-Users] Dialog module event_route problem

2014-08-13 Thread betul.cerit
: 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

Re: [SR-Users] Dialog module event_route problem

2014-08-12 Thread davy
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

[SR-Users] Dialog module event_route problem

2014-08-12 Thread betul.cerit
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