Re: [SR-Users] HTTP query at the end of a phone call

2016-06-15 Thread Vasiliy Ganchev
Hi! Instead of function from utils module, it is better to use newer from here: http://kamailio.org/docs/modules/4.4.x/modules/http_client.html ore here: http://kamailio.org/docs/modules/4.4.x/modules/http_async_client.html hope this is helpful! cheers -- View this message in context: http:/

Re: [SR-Users] HTTP query at the end of a phone call

2016-06-15 Thread Carsten Bock
Hi, you can also do this in the Event-Routes of Dialog: http://www.kamailio.org/docs/modules/devel/modules/dialog#idp49411044 Thanks, Carsten 2016-06-15 9:57 GMT+02:00 Phil Lavin : > That depends on when you want to trigger the notification. The easiest thing > to do would be to trigger it when

Re: [SR-Users] HTTP query at the end of a phone call

2016-06-15 Thread Phil Lavin
That depends on when you want to trigger the notification. The easiest thing to do would be to trigger it when one party sends a BYE. The best place to do this would probably be after you have relayed the BYE to the UA (in the RELAY route after the t_relay() call). This seems most logical as wha