From 0dc2fa3168c521fd2828704098b8fbf299db9702 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Fri, 2 Oct 2020 16:01:15 +0200 Subject: [PATCH] modules: readme files regenerated - carrierroute ... [skip ci] --- src/modules/carrierroute/README | 2 +- src/modules/cplc/README | 8 ++++---- src/modules/db_mongodb/README | 2 +- src/modules/drouting/README | 8 ++++---- src/modules/tm/README | 2 +- src/modules/websocket/README | 4 ++-- src/modules/xmpp/README | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/modules/carrierroute/README b/src/modules/carrierroute/README index 8f1b4a05327..1dfc46d86c5 100644 --- a/src/modules/carrierroute/README +++ b/src/modules/carrierroute/README @@ -1262,7 +1262,7 @@ modparam("carrierroute", "carrierfailureroute_domain_col", "domain") 19. carrierfailureroute_scan_prefix_col (string) - Name of column contains the the scan prefixes. Scan prefixes define the + Name of column contains the scan prefixes. Scan prefixes define the matching portion of a phone number, e.g. we have the scan prefixes 49721 and 49, the called number is 49721913740, it matches 49721, because the longest match is taken. If no prefix matches, the number is diff --git a/src/modules/cplc/README b/src/modules/cplc/README index 442a84baf08..f5b3a9b0500 100644 --- a/src/modules/cplc/README +++ b/src/modules/cplc/README @@ -228,8 +228,8 @@ modparam("cpl-c","domain_column","domain") 3.5. cpl_xml_column (string) - Indicates the name of the column used for storing the the XML version - of the cpl script. + Indicates the name of the column used for storing the XML version of + the cpl script. Default value is “cpl_xml”. @@ -240,8 +240,8 @@ modparam("cpl-c","cpl_xml_column","cpl_xml") 3.6. cpl_bin_column (string) - Indicates the name of the column used for storing the the binary - version of the cpl script (compiled version). + Indicates the name of the column used for storing the binary version of + the cpl script (compiled version). Default value is “cpl_bin”. diff --git a/src/modules/db_mongodb/README b/src/modules/db_mongodb/README index 90c722c546f..1d94f7f7e94 100644 --- a/src/modules/db_mongodb/README +++ b/src/modules/db_mongodb/README @@ -100,7 +100,7 @@ Chapter 1. Admin Guide 5. Usage - Load the module and set the the DB URL for specific modules to: + Load the module and set the DB URL for specific modules to: mongodb://username:password@host:port/database. Username, password and port are optional. diff --git a/src/modules/drouting/README b/src/modules/drouting/README index a61a00e6d73..7c6b10fd22f 100644 --- a/src/modules/drouting/README +++ b/src/modules/drouting/README @@ -167,10 +167,10 @@ Chapter 1. Admin Guide 1.1. Introduction Dynamic Routing is a module for selecting (based on multiple criteria) - the the best gateway/destination to be used for delivering a certain - call. Least Cost Routing (LCR) is a special case of dynamic routing - - when the rules are ordered based on costs. Dynamic Routing comes with - many features regarding routing rule selection: + the best gateway/destination to be used for delivering a certain call. + Least Cost Routing (LCR) is a special case of dynamic routing - when + the rules are ordered based on costs. Dynamic Routing comes with many + features regarding routing rule selection: * prefix based * caller/group based * time based diff --git a/src/modules/tm/README b/src/modules/tm/README index 509b5f6390a..caf0dbfacf3 100644 --- a/src/modules/tm/README +++ b/src/modules/tm/README @@ -2169,7 +2169,7 @@ route { 4.24. t_reset_max_lifetime() - Resets the the maximum lifetime for the current INVITE or non-INVITE + Resets the maximum lifetime for the current INVITE or non-INVITE transaction to the default value (set using the tm module parameter max_inv_lifetime or max_noninv_lifetime). diff --git a/src/modules/websocket/README b/src/modules/websocket/README index 8de6f92bbdf..7ac759b205e 100644 --- a/src/modules/websocket/README +++ b/src/modules/websocket/README @@ -672,8 +672,8 @@ kamcmd ws.enable 7.1. websocket:closed When defined, the module calls event_route[websocket:closed] when a - connection closes. The connection may be identified using the the $si - and $sp pseudo-variables. + connection closes. The connection may be identified using the $si and + $sp pseudo-variables. Example 1.16. event_route[websocket:closed] usage ... diff --git a/src/modules/xmpp/README b/src/modules/xmpp/README index f860e969a59..28c605ba497 100644 --- a/src/modules/xmpp/README +++ b/src/modules/xmpp/README @@ -228,8 +228,8 @@ Chapter 1. Admin Guide The domain of the SIP-to-XMPP gateway - it has to be in DNS or SIP UA has to use outbound proxy to SIP-to-XMPP gateway IP address. It has to - be used as domain in the the destination address of the messages sent - by SIP users to XMPP users: + be used as domain in the destination address of the messages sent by + SIP users to XMPP users: "sip:usernamejabber_server@gateway_domain". Default value is "sip-xmpp.example.org".