[sr-dev] git:master:e1c9e07f: cfgt: improved documentation

Giacomo Vacca giacomo.vacca at gmail.com
Thu Dec 17 10:50:01 CET 2015


Module: kamailio
Branch: master
Commit: e1c9e07fc129569143063f38fec34f5a01151e26
URL: https://github.com/kamailio/kamailio/commit/e1c9e07fc129569143063f38fec34f5a01151e26

Author: Giacomo Vacca <giacomo.vacca at gmail.com>
Committer: Giacomo Vacca <giacomo.vacca at gmail.com>
Date: 2015-12-17T09:38:32Z

cfgt: improved documentation

- Provide an example of Call-ID to identify a scenario

---

Modified: modules/cfgt/doc/cfgt_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/e1c9e07fc129569143063f38fec34f5a01151e26.diff
Patch: https://github.com/kamailio/kamailio/commit/e1c9e07fc129569143063f38fec34f5a01151e26.patch

---

diff --git a/modules/cfgt/doc/cfgt_admin.xml b/modules/cfgt/doc/cfgt_admin.xml
index 07b8ea4..e507456 100644
--- a/modules/cfgt/doc/cfgt_admin.xml
+++ b/modules/cfgt/doc/cfgt_admin.xml
@@ -23,7 +23,7 @@
 	</para>
 	<para>
 		In order to identify defferent scenarios a prefix string should be
-		used at Call-ID header.
+		used inside the Call-ID header.
 	</para>
 	</section>
 	<section>
@@ -62,7 +62,7 @@
 		<title><varname>basedir</varname> (string)</title>
 		<para>
 			Control where the config reports should be stored. The dir must
-			exists and &kamailioname; must have perms to write on it.
+			exist and &kamailioname; must have permissions to write on it.
 		</para>
 		<para>
 		<emphasis>
@@ -126,7 +126,9 @@ modparam("cfgt", "mask", 12)
 		<title><varname>callid_prefix</varname> (string)</title>
 		<para>
 			Prefix used to indentify test scenario messages. Last char of the
-			string will be used as delimiter.
+			string will be used as delimiter for the scenario ID. With parameter
+			set to <quote>NGCP%</quote> and Call-ID <quote>NGCP%123%456</quote> 
+			the scenario identified will be <quote>123</quote>.
 		</para>
 		<para>
 		<emphasis>




More information about the sr-dev mailing list