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)")) {
cnxcc.check_client - Retrives all calls from a particular identifier. + Retrieves all calls from a particular identifier. Parameters: client/customer identifier 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: # -# 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)