[OpenSIPS-Devel] [ opensips-Patches-2846130 ] Allow named routes as well as numbered ones
SourceForge.net
noreply at sourceforge.net
Tue Sep 1 00:49:08 CEST 2009
Patches item #2846130, was opened at 2009-08-28 12:23
Message generated for change (Settings changed) made by bogdan_iancu
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: trunk
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Stanislaw Pitucha (viraptor)
>Assigned to: Bogdan-Andrei Iancu (bogdan_iancu)
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.
----------------------------------------------------------------------
>Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2009-09-01 01:49
Message:
Hi Stanislaw,
Thanks for the patch - I did upload it on modified version, in order to
provide full backward compatible without having parallel implementations.
route(12);
route(dispatching);
As you said " Tested a little bit - hopefully correct :) " :)
Regards,
Bogdan
----------------------------------------------------------------------
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