[OpenSIPS-Devel] [ opensips-Patches-3512210 ] DIALOG - ds_is_in_list command in local route

SourceForge.net noreply at sourceforge.net
Wed Mar 28 07:57:27 CEST 2012


Patches item #3512210, was opened at 2012-03-27 22:57
Message generated for change (Tracker Item Submitted) made by nikbyte
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3512210&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: modules
Group: 1.8.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nick (nikbyte)
Assigned to: Nobody/Anonymous (nobody)
Summary: DIALOG - ds_is_in_list command in local route

Initial Comment:
Sometimes ds_is_in_list needed to be used in local route. Please, add to svn.

Index: dispatcher/dispatcher.c
===================================================================
--- dispatcher/dispatcher.c     (revision 8865)
+++ dispatcher/dispatcher.c     (working copy)
@@ -163,11 +163,11 @@
        {"ds_mark_dst",      (cmd_function)w_ds_mark_dst1,     1, NULL         , 0,
                REQUEST_ROUTE|FAILURE_ROUTE},
        {"ds_is_in_list",    (cmd_function)w_ds_is_in_list2,   2, in_list_fixup, 0,
-               REQUEST_ROUTE|FAILURE_ROUTE|ONREPLY_ROUTE|BRANCH_ROUTE},
+               REQUEST_ROUTE|FAILURE_ROUTE|ONREPLY_ROUTE|BRANCH_ROUTE|LOCAL_ROUTE},
        {"ds_is_in_list",    (cmd_function)w_ds_is_in_list3,   3, in_list_fixup, 0,
-               REQUEST_ROUTE|FAILURE_ROUTE|ONREPLY_ROUTE|BRANCH_ROUTE},
+               REQUEST_ROUTE|FAILURE_ROUTE|ONREPLY_ROUTE|BRANCH_ROUTE|LOCAL_ROUTE},
        {"ds_is_in_list",    (cmd_function)w_ds_is_in_list4,   4, in_list_fixup, 0,
-               REQUEST_ROUTE|FAILURE_ROUTE|ONREPLY_ROUTE|BRANCH_ROUTE},
+               REQUEST_ROUTE|FAILURE_ROUTE|ONREPLY_ROUTE|BRANCH_ROUTE|LOCAL_ROUTE},
        {0,0,0,0,0,0}
 };

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

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



More information about the Devel mailing list