Hi,
how can i delay sending of a message ?
A ----> proxy (after x seconds) ---> B
If I use the sleep function of the cfgutils module,I block all the calls for the sleep time or the single one?
Thanks
It sounds like you're after the recent asynchronous TM innovations:
http://www.kamailio.org/docs/modules/3.3.x/modules_k/tmx.html#id2535968
http://www.kamailio.org/docs/modules/3.3.x/modules_k/tmx.html#id2525882
On 10/15/2012 09:49 AM, pars3c wrote:
Hi,
how can i delay sending of a message ?
A ----> proxy (after x seconds) ---> B
If I use the sleep function of the cfgutils module,I block all the calls for the sleep time or the single one?
Thanks
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
With t_suspend of tmx module, how can I set seconds to sleep?
-----Messaggio originale----- Da: sr-users-bounces@lists.sip-router.org [mailto:sr-users-bounces@lists.sip-router.org] Per conto di Alex Balashov Inviato: lunedì 15 ottobre 2012 15:52 A: sr-users@lists.sip-router.org Oggetto: Re: [SR-Users] Delay message
It sounds like you're after the recent asynchronous TM innovations:
http://www.kamailio.org/docs/modules/3.3.x/modules_k/tmx.html#id2535968
http://www.kamailio.org/docs/modules/3.3.x/modules_k/tmx.html#id2525882
On 10/15/2012 09:49 AM, pars3c wrote:
Hi,
how can i delay sending of a message ?
A ----> proxy (after x seconds) ---> B
If I use the sleep function of the cfgutils module,I block all the calls for the sleep time or the single one?
Thanks
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Alex Balashov - Principal Evariste Systems LLC 235 E Ponce de Leon Ave Suite 106 Decatur, GA 30030 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/, http://www.alexbalashov.com/
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users ----- Nessun virus nel messaggio. Controllato da AVG - www.avg.com Versione: 2012.0.2221 / Database dei virus: 2441/5332 - Data di rilascio: 14/10/2012
Use the new async module. On Oct 15, 2012 3:49 PM, "pars3c" pars3c@gmail.com wrote:
Hi,****
how can i delay sending of a message ?****
A ----> proxy (after x seconds) ---> B****
If I use the sleep function of the cfgutils module,I block all the calls for the sleep time or the single one?****
Thanks****
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
This email is subject to the disclaimer of Smile Communications (PTY) Ltd. at http://www.smilecoms.com/disclaimer
Sorry my last reply was from my phone and a little brief.
see here - http://kamailio.org/docs/modules/devel/modules/async.html#id2544960
you can use async_sleep in your case.
Cheers Jason
On Mon, Oct 15, 2012 at 7:20 PM, Jason Penton jason.penton@smilecoms.comwrote:
Use the new async module. On Oct 15, 2012 3:49 PM, "pars3c" pars3c@gmail.com wrote:
Hi,****
how can i delay sending of a message ?****
A ----> proxy (after x seconds) ---> B****
If I use the sleep function of the cfgutils module,I block all the calls for the sleep time or the single one?****
Thanks****
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
This email is subject to the disclaimer of Smile Communications (PTY) Ltd. at http://www.smilecoms.com/disclaimer