Module: sip-router Branch: master Commit: b0c6ef43a57f5fd209bf743af0eb32611449667a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b0c6ef43...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@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>
2010/7/27 Henning Westerholt henning.westerholt@1und1.de:
- 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.
Hi, is it just for the URI username or for the whole URI? Domain part and URI parameters are case insensitive in SIP grammar.
Regards.
Iñaki Baz Castillo wrote:
2010/7/27 Henning Westerholt henning.westerholt@1und1.de:
- 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.
Hi, is it just for the URI username or for the whole URI? Domain part and URI parameters are case insensitive in SIP grammar.
Regards.
Hello,
AFAIK it's only for URI username. The rest of the AOR is lower cased nevertheless.
Marius
2010/7/27 Iñaki Baz Castillo ibc@aliax.net:
2010/7/27 Henning Westerholt henning.westerholt@1und1.de:
- 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.
Hi, is it just for the URI username or for the whole URI? Domain part and URI parameters are case insensitive in SIP grammar.
NOTE: Definitely I seem a maniac when coming to SIP URI case sensitive/insensitive stuff :)