Browse Source

modules: readme files regenerated - carrierroute ... [skip ci]

Kamailio Dev 5 years ago
parent
commit
0dc2fa3168

+ 1 - 1
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

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

+ 1 - 1
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.
 

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

+ 1 - 1
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).
 

+ 2 - 2
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
 ...

+ 2 - 2
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:username<delim>jabber_server@gateway_domain".
 
    Default value is "sip-xmpp.example.org".