route_timer is periodic scheduler with respect to start of OpenSIPS service. You can not call it on per transaction basis as it does not processing a message. See the docs,
http://www.opensips.org/Documentation/Script-Routes-1-9#toc8 Thank you. On Sun, Jun 16, 2013 at 9:25 AM, Dragomir Haralambiev <[email protected]>wrote: > Hello, > > I try to start timer_route when receive INVITE. > > if (is_method("INVITE")) { > ..... > timer_route(gw_update); > > } > > timer_route[gw_update, 10] { > xlog("L_ERR", "timer_route.... "); > } > > > What I do wrong? > > Best regards, > PlayMen > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > -- Mit freundlichen Grüßen Muhammad Shahzad ----------------------------------- CISCO Rich Media Communication Specialist (CRMCS) CISCO Certified Network Associate (CCNA) Cell: +49 176 99 83 10 85 MSN: [email protected] Email: [email protected]
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
