Module: kamailio Branch: master Commit: 1151b0854f5c24ef3e9b7ee209efc31ce7ef0519 URL: https://github.com/kamailio/kamailio/commit/1151b0854f5c24ef3e9b7ee209efc31c...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-04-10T08:05:56+02:00
cnxcc: typos
---
Modified: src/modules/cnxcc/doc/cnxcc_admin.xml Modified: src/modules/cnxcc/example/kamailio-cnxcc.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/1151b0854f5c24ef3e9b7ee209efc31c... Patch: https://github.com/kamailio/kamailio/commit/1151b0854f5c24ef3e9b7ee209efc31c...
---
diff --git a/src/modules/cnxcc/doc/cnxcc_admin.xml b/src/modules/cnxcc/doc/cnxcc_admin.xml index 322a227bfb7..2be0abdb541 100644 --- a/src/modules/cnxcc/doc/cnxcc_admin.xml +++ b/src/modules/cnxcc/doc/cnxcc_admin.xml @@ -450,7 +450,7 @@ if (!cnxcc_terminate_all("$var(customer)")) { <section id="cnxcc.rpc.check_client"> <title>cnxcc.check_client</title> <para> - Retrives all calls from a particular identifier. + Retrieves all calls from a particular identifier. </para> <para> Parameters: <emphasis>client/customer identifier</emphasis> diff --git a/src/modules/cnxcc/example/kamailio-cnxcc.cfg b/src/modules/cnxcc/example/kamailio-cnxcc.cfg index 9b11b26a8dc..236b2384902 100644 --- a/src/modules/cnxcc/example/kamailio-cnxcc.cfg +++ b/src/modules/cnxcc/example/kamailio-cnxcc.cfg @@ -6,12 +6,12 @@
# # Kamailio SIP Server v3.2 - default configuration script -# - web: http://www.kamailio.org +# - web: https://www.kamailio.org # - git: http://sip-router.org # # Direct your questions about this file to: sr-users@lists.kamailio.org # -# Refer to the Core CookBook at http://www.kamailio.org/dokuwiki/doku.php +# Refer to the Core CookBook at https://www.kamailio.org/w/documentation/ # for an explanation of possible statements, functions and parameters. # # Several features can be enabled using '#!define WITH_FEATURE' directives: @@ -321,7 +321,7 @@ modparam("registrar", "max_expires", 3600) modparam("acc", "early_media", 0) modparam("acc", "report_ack", 0) modparam("acc", "report_cancels", 0) -/* by default ww do not adjust the direct of the sequential requests. +/* by default we do not adjust the direct of the sequential requests. if you enable this parameter, be sure the enable "append_fromtag" in "rr" module */ modparam("acc", "detect_direction", 0) @@ -984,7 +984,7 @@ route[PSTN] { #!ifdef WITH_PSTN # check if PSTN GW IP is defined if (strempty($sel(cfg_get.pstn.gw_ip))) { - xlog("SCRIPT: PSTN rotuing enabled but pstn.gw_ip not defined\n"); + xlog("SCRIPT: PSTN routing enabled but pstn.gw_ip not defined\n"); return; }
@@ -1036,7 +1036,7 @@ route[TOVOICEMAIL] {
# check if VoiceMail server IP is defined if (strempty($sel(cfg_get.voicemail.srv_ip))) { - xlog("SCRIPT: VoiceMail rotuing enabled but IP not defined\n"); + xlog("SCRIPT: VoiceMail routing enabled but IP not defined\n"); return; } if($avp(oexten)==$null)