[sr-dev] git:master: reg(k): extend notes about the case_sensitive parameter

Henning Westerholt henning.westerholt at 1und1.de
Tue Jul 27 14:56:43 CEST 2010


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

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Tue Jul 27 14:53:57 2010 +0200

reg(k): extend notes about the case_sensitive parameter

---

 modules_k/registrar/README                  |    7 ++++---
 modules_k/registrar/doc/registrar_admin.xml |    7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/modules_k/registrar/README b/modules_k/registrar/README
index 2dcdfbc..55968f0 100644
--- a/modules_k/registrar/README
+++ b/modules_k/registrar/README
@@ -375,9 +375,10 @@ modparam("registrar", "aor_avp", "$avp(i:3223)")
 
 3.9. case_sensitive (integer)
 
-   If set to 1 then AOR comparison will be case sensitive, if set to 0
-   then AOR comparison will be case insensitive--This is recommended.This
-   parameter can be modified via ser config framework.
+   If set to 1 then AOR comparison and also storing will be case
+   sensitive, if set to 0 then AOR comparison and storing will be case
+   insensitive--This is recommended. This parameter can be modified via
+   ser config framework.
 
    Default value is 0.
 
diff --git a/modules_k/registrar/doc/registrar_admin.xml b/modules_k/registrar/doc/registrar_admin.xml
index 282e22e..ec553ed 100644
--- a/modules_k/registrar/doc/registrar_admin.xml
+++ b/modules_k/registrar/doc/registrar_admin.xml
@@ -309,9 +309,10 @@ modparam("registrar", "aor_avp", "$avp(i:3223)")
 	<section>
 		<title><varname>case_sensitive</varname> (integer)</title>
 		<para>
-		If set to 1 then <acronym>AOR</acronym> comparison will be case 
-		sensitive, if set to 0 then <acronym>AOR</acronym> comparison will 
-		be case insensitive--This is recommended.This parameter can be modified via ser config framework.
+		If set to 1 then <acronym>AOR</acronym> comparison and also
+		storing will be case sensitive, if set to 0 then <acronym>AOR</acronym>
+		comparison and storing will be case insensitive--This is recommended.
+		This parameter can be modified via ser config framework.
 		</para>
 		<para>
 		<emphasis>




More information about the sr-dev mailing list