Skip to content

Commit

Permalink
carrierroute: terminology changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalaceanu committed Oct 16, 2020
1 parent 9d672af commit 134bf80
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/modules/carrierroute/carrierroute.c
Expand Up @@ -27,7 +27,7 @@

/*!
* \defgroup carrierroute CARRIERROUTE :: The Kamailio carrierroute Module
* The module provides routing, balancing and blacklisting capabilities.
* The module provides routing, balancing and blocklisting capabilities.
* It reads routing entries from a database source or from a config file
* at Kamailio startup. It can uses one routing tree (for one carrier),
* or if needed for every user a different routing tree (unique for each carrier)
Expand Down
2 changes: 1 addition & 1 deletion src/modules/carrierroute/cr_func.c
Expand Up @@ -402,7 +402,7 @@ static int actually_rewrite(const struct route_rule *rs, str *dest,
memcpy(p, AT_SIGN.s, AT_SIGN.len);
p += AT_SIGN.len;
}
/* this could be an error, or a blacklisted destination */
/* this could be an error, or a blocklisted destination */
if (rs->host.len == 0) {
*p = '\0';
return -1;
Expand Down
4 changes: 2 additions & 2 deletions src/modules/carrierroute/doc/carrierroute_admin.xml
Expand Up @@ -13,9 +13,9 @@

<section>
<title>Overview</title>
<para>A module which provides routing, balancing and blacklisting capabilities.</para>
<para>A module which provides routing, balancing and blocklisting capabilities.</para>
<para>
The module provides routing, balancing and blacklisting capabilities.
The module provides routing, balancing and blocklisting capabilities.
It reads routing entries from a database source or from a config file at &kamailio;
startup. It can uses one routing tree (for one carrier), or if needed for every user
a different routing tree (unique for each carrier) for number prefix based routing.
Expand Down
2 changes: 1 addition & 1 deletion src/modules/carrierroute/doc/carrierroute_db.xml
Expand Up @@ -168,7 +168,7 @@ modparam("carrierroute", "carrierroute_strip_col", "strip")
<section>
<title><varname>carrierroute_rewrite_host_col</varname> (string)</title>
<para>Name of column contains the rewrite prefixes. Here you can define a rewrite prefix
for the localpart of the SIP URI. An empty field represents a blacklist entry, anything else
for the localpart of the SIP URI. An empty field represents a blocklist entry, anything else
is put as domain part into the Request URI of the SIP message.</para>
<example>
<title>Set <varname>carrierroute_rewrite_host_col</varname> parameter</title>
Expand Down

0 comments on commit 134bf80

Please sign in to comment.