[sr-dev] git:master: modules_k/uac: document RR append_fromtag requirement in auto mode

Klaus Darilion klaus.mailinglists at pernau.at
Fri Jan 11 14:24:10 CET 2013


Module: sip-router
Branch: master
Commit: f350ec8cd45819ed6f60947bca2ac6e747f86541
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f350ec8cd45819ed6f60947bca2ac6e747f86541

Author: Klaus Darilion <klaus.mailinglists at pernau.at>
Committer: Klaus Darilion <klaus.mailinglists at pernau.at>
Date:   Fri Jan 11 14:22:57 2013 +0100

modules_k/uac: document RR append_fromtag requirement in auto mode

---

 modules_k/uac/README            |    3 ++-
 modules_k/uac/doc/uac_admin.xml |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/modules_k/uac/README b/modules_k/uac/README
index 235c442..408f536 100644
--- a/modules_k/uac/README
+++ b/modules_k/uac/README
@@ -236,7 +236,8 @@ modparam("uac","rr_to_store_param","my_param")
        sequential requests - this must be manually updated based on
        original URI.
      * “auto” - all sequential requests and replies will be automatically
-       updated based on stored original URI.
+       updated based on stored original URI. For this option you have to
+       set “modparam("rr", "append_fromtag", 1)”.
 
    This parameter is optional, it's default value being “auto”.
 
diff --git a/modules_k/uac/doc/uac_admin.xml b/modules_k/uac/doc/uac_admin.xml
index 75001bf..3610f12 100644
--- a/modules_k/uac/doc/uac_admin.xml
+++ b/modules_k/uac/doc/uac_admin.xml
@@ -166,7 +166,8 @@ modparam("uac","rr_to_store_param","my_param")
 			<listitem>
 				<para>
 				<quote>auto</quote> - all sequential requests and replies will 
-				be automatically updated based on stored original URI.
+				be automatically updated based on stored original URI. For this
+				option you have to set <quote>modparam("rr", "append_fromtag", 1)</quote>.
 				</para>
 			</listitem>
 			</itemizedlist>




More information about the sr-dev mailing list