|
@@ -10,9 +10,9 @@
|
|
<!-- Module User's Guide -->
|
|
<!-- Module User's Guide -->
|
|
|
|
|
|
<chapter>
|
|
<chapter>
|
|
-
|
|
|
|
|
|
+
|
|
<title>&adminguide;</title>
|
|
<title>&adminguide;</title>
|
|
-
|
|
|
|
|
|
+
|
|
<section>
|
|
<section>
|
|
<title>Overview</title>
|
|
<title>Overview</title>
|
|
<para>Various checks related to &sip; &uri;.</para>
|
|
<para>Various checks related to &sip; &uri;.</para>
|
|
@@ -35,7 +35,7 @@
|
|
<section>
|
|
<section>
|
|
<title>External Libraries or Applications</title>
|
|
<title>External Libraries or Applications</title>
|
|
<para>
|
|
<para>
|
|
- The following libraries or applications must be installed before
|
|
|
|
|
|
+ The following libraries or applications must be installed before
|
|
running &kamailio; with this module loaded:
|
|
running &kamailio; with this module loaded:
|
|
<itemizedlist>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<listitem>
|
|
@@ -182,11 +182,11 @@ modparam("uri_db", "use_uri_table", 1)
|
|
<title><varname>use_domain</varname> (integer)</title>
|
|
<title><varname>use_domain</varname> (integer)</title>
|
|
<para>
|
|
<para>
|
|
Specify if the domain part of the URI should be used to identify the
|
|
Specify if the domain part of the URI should be used to identify the
|
|
- users (along with username). This is useful in multi domain setups, a
|
|
|
|
|
|
+ users (along with username). This is useful in multi domain setups, a
|
|
non-zero value means true.
|
|
non-zero value means true.
|
|
</para>
|
|
</para>
|
|
<para>This parameter is only evaluated for calls to <quote>does_uri_exist</quote>,
|
|
<para>This parameter is only evaluated for calls to <quote>does_uri_exist</quote>,
|
|
- all other functions checks the digest username and realm against the
|
|
|
|
|
|
+ all other functions checks the digest username and realm against the
|
|
given username, if the <quote>uri</quote> table is used.
|
|
given username, if the <quote>uri</quote> table is used.
|
|
</para>
|
|
</para>
|
|
<para>
|
|
<para>
|
|
@@ -293,7 +293,7 @@ if (check_uri("$var(uri)")) {
|
|
Check if username in the request &uri; belongs to an existing user.
|
|
Check if username in the request &uri; belongs to an existing user.
|
|
</para>
|
|
</para>
|
|
<para>
|
|
<para>
|
|
- The checking is done against the &uri; table (if use_uri_table is set)
|
|
|
|
|
|
+ The checking is done against the &uri; table (if use_uri_table is set)
|
|
or the subscriber table.
|
|
or the subscriber table.
|
|
</para>
|
|
</para>
|
|
<para>
|
|
<para>
|