Module: kamailio
Branch: 4.3
Commit: ac85fc2fa6f9afcc91b3baa9b99acf7ce4d1bf77
URL: 
https://github.com/kamailio/kamailio/commit/ac85fc2fa6f9afcc91b3baa9b99acf7ce4d1bf77

Author: Victor Seva <linuxman...@torreviejawireless.org>
Committer: Victor Seva <linuxman...@torreviejawireless.org>
Date: 2017-01-17T10:27:53+01:00

lcr: fix documentation

'dont_strip_or_tag_flag' module parameter was renamed to
'dont_strip_or_prefix_flag' at 8c0501bfaa27acab9721953e8c1551687c96edf2.

(cherry picked from commit 078fc57346efaa2944aa234166f21fd0a03c76bc)

---

Modified: modules/lcr/doc/lcr_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/ac85fc2fa6f9afcc91b3baa9b99acf7ce4d1bf77.diff
Patch: 
https://github.com/kamailio/kamailio/commit/ac85fc2fa6f9afcc91b3baa9b99acf7ce4d1bf77.patch

---

diff --git a/modules/lcr/doc/lcr_admin.xml b/modules/lcr/doc/lcr_admin.xml
index fcd8d55..e8d8c32 100644
--- a/modules/lcr/doc/lcr_admin.xml
+++ b/modules/lcr/doc/lcr_admin.xml
@@ -84,7 +84,7 @@
        <para>
         The function <emphasis>next_gw()</emphasis> can then be used to
        select one gateway at a 
-       time for forwarding.  Upon each call, unless "dont_strip_or_tag_flag"
+       time for forwarding.  Upon each call, unless "dont_strip_or_prefix_flag"
        flag is set, user part of the original Request-URI is first  
        stripped by the number of characters as specified by the
        gateway's strip count and then prefixed by 
@@ -946,7 +946,7 @@ modparam("lcr", "lcr_gw_count", 1024)
        </section>
 
        <section>
-               <title><varname>dont_strip_or_tag_flag</varname> 
(integer)</title>
+               <title><varname>dont_strip_or_prefix_flag</varname> 
(integer)</title>
                <para>
                Defines the flag number used to tell if stripping and
                tagging is done for the selected gateway.
@@ -959,12 +959,12 @@ modparam("lcr", "lcr_gw_count", 1024)
                </para>
                <example>
                <title>
-               Setting <varname>dont_strip_or_tag_flag</varname> module
+               Setting <varname>dont_strip_or_prefix_flag</varname> module
                parameter
                </title>
                <programlisting format="linespecific">
 ...
-modparam("lcr", "dont_strip_or_tag_flag", 10)
+modparam("lcr", "dont_strip_or_prefix_flag", 10)
 ...
 </programlisting>
                 </example>


_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to