From 0a93d0930c1021bbd5f6c0b867865654ef8b3df9 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:36:11 +0100 Subject: [PATCH] uri_db: docs - removed trailing spaces --- src/modules/uri_db/doc/uri_db.xml | 6 +++--- src/modules/uri_db/doc/uri_db_admin.xml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/modules/uri_db/doc/uri_db.xml b/src/modules/uri_db/doc/uri_db.xml index bdcbf7cede4..645a3d2525b 100644 --- a/src/modules/uri_db/doc/uri_db.xml +++ b/src/modules/uri_db/doc/uri_db.xml @@ -46,8 +46,8 @@ - + - - + + diff --git a/src/modules/uri_db/doc/uri_db_admin.xml b/src/modules/uri_db/doc/uri_db_admin.xml index ba119782ee3..1838b6634e8 100644 --- a/src/modules/uri_db/doc/uri_db_admin.xml +++ b/src/modules/uri_db/doc/uri_db_admin.xml @@ -10,9 +10,9 @@ - + &adminguide; - +
Overview Various checks related to &sip; &uri;. @@ -35,7 +35,7 @@
External Libraries or Applications - The following libraries or applications must be installed before + The following libraries or applications must be installed before running &kamailio; with this module loaded: @@ -182,11 +182,11 @@ modparam("uri_db", "use_uri_table", 1) <varname>use_domain</varname> (integer) 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. This parameter is only evaluated for calls to does_uri_exist, - 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 uri table is used. @@ -293,7 +293,7 @@ if (check_uri("$var(uri)")) { Check if username in the request &uri; belongs to an existing user. - 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.