Skip to content

Commit

Permalink
modules: readme files regenerated - carrierroute ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Oct 2, 2020
1 parent 86a9e04 commit 0dc2fa3
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/modules/carrierroute/README
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/modules/cplc/README
Expand Up @@ -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”.

Expand All @@ -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”.

Expand Down
2 changes: 1 addition & 1 deletion src/modules/db_mongodb/README
Expand Up @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions src/modules/drouting/README
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/modules/tm/README
Expand Up @@ -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).

Expand Down
4 changes: 2 additions & 2 deletions src/modules/websocket/README
Expand Up @@ -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
...
Expand Down
4 changes: 2 additions & 2 deletions src/modules/xmpp/README
Expand Up @@ -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".
Expand Down

0 comments on commit 0dc2fa3

Please sign in to comment.