From 972176b06a2004c60af212ef5824173bddf7c8f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sat, 24 Dec 2022 16:15:28 +0200 Subject: [PATCH] cplc: typos --- src/modules/cplc/cpl_proxy.h | 2 +- src/modules/cplc/doc/cplc_admin.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/cplc/cpl_proxy.h b/src/modules/cplc/cpl_proxy.h index 54271a2d43b..cedcdbf7019 100644 --- a/src/modules/cplc/cpl_proxy.h +++ b/src/modules/cplc/cpl_proxy.h @@ -104,7 +104,7 @@ static inline int add_contacts_to_loc_set(struct sip_msg* msg, } } - /* extract from contact header the all the addresses */ + /* extract from contact header all the addresses */ if (parse_contact( msg->contact )!=0) { LM_ERR("unable to parse Contact hdr!\n"); goto error; diff --git a/src/modules/cplc/doc/cplc_admin.xml b/src/modules/cplc/doc/cplc_admin.xml index 507804ce1a4..403c71238ae 100644 --- a/src/modules/cplc/doc/cplc_admin.xml +++ b/src/modules/cplc/doc/cplc_admin.xml @@ -486,7 +486,7 @@ modparam("cplc","ignore3xx",1) Functions
- <function moreinfo="none">cpl_run_script(type,mode, [uri])</function> + <function moreinfo="none">cpl_run_script(type, mode[, uri])</function> Starts the execution of the CPL script. The user name is @@ -535,7 +535,7 @@ modparam("cplc","ignore3xx",1) IS_STATEFUL - the current INVITE has already a transaction associated. All signaling operations - (replies or proxy) will be done in stateful way.So, if + (replies or proxy) will be done in stateful way. So, if the function returns, will be in stateful mode.