Browse Source

reg(k): extend notes about the case_sensitive parameter

Henning Westerholt 15 năm trước cách đây
mục cha
commit
b0c6ef43a5
2 tập tin đã thay đổi với 8 bổ sung6 xóa
  1. 4 3
      modules_k/registrar/README
  2. 4 3
      modules_k/registrar/doc/registrar_admin.xml

+ 4 - 3
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.
 

+ 4 - 3
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>