[OpenSIPS-Devel] [ opensips-Patches-2846130 ] Allow named routes as well as numbered ones

SourceForge.net noreply at sourceforge.net
Fri Aug 28 11:23:34 CEST 2009


Patches item #2846130, was opened at 2009-08-28 11:23
Message generated for change (Tracker Item Submitted) made by viraptor
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2846130&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stanislaw Pitucha (viraptor)
Assigned to: Nobody/Anonymous (nobody)
Summary: Allow named routes as well as numbered ones

Initial Comment:
Patch allows to use names for routes. The possible syntax is:
route[12] { ... }
route["dispatching"] { ... }

route(12);
route("dispatching");

t_on_failure("12");
t_on_failure("dispatching");

etc. Tested a little bit - hopefully correct :) The patch is made against yesterday's trunk.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2846130&group_id=232389



More information about the Devel mailing list