Greetings,

Since the move to name-based routes in Kamailio v3.0, what implications does this have for the 'timeout_route' dialog context attribute? Has this been updated to reflect that change, or do I still have to use numerical routes for it? Can I now set this as a named constant, e.g.

   $dlg_ctx(timeout_route) = DIALOG_TIMEOUT_ROUTE;
   ...
   route[DIALOG_TIMEOUT_ROUTE] {
      ...
   }

or is it a string?

   $dlg_ctx(timeout_route) = "DIALOG_TIMEOUT_ROUTE";

Thanks!

--
Alex Balashov - Principal
Evariste Systems LLC
1170 Peachtree Street
12th Floor, Suite 1200
Atlanta, GA 30309
Tel: +1-678-954-0670
Fax: +1-404-961-1892
Web: http://www.evaristesys.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

Reply via email to