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!