Module: kamailio Branch: master Commit: 31933ccc40f9af36caa9f0a45e0a57aebe0b91d4 URL: https://github.com/kamailio/kamailio/commit/31933ccc40f9af36caa9f0a45e0a57ae...
Author: Giacomo Vacca giacomo.vacca@gmail.com Committer: Giacomo Vacca giacomo.vacca@gmail.com Date: 2015-12-17T16:43:53Z
cfgt: fixed a few typos in documentation
---
Modified: modules/cfgt/doc/cfgt_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/31933ccc40f9af36caa9f0a45e0a57ae... Patch: https://github.com/kamailio/kamailio/commit/31933ccc40f9af36caa9f0a45e0a57ae...
---
diff --git a/modules/cfgt/doc/cfgt_admin.xml b/modules/cfgt/doc/cfgt_admin.xml index e507456..4282d7d 100644 --- a/modules/cfgt/doc/cfgt_admin.xml +++ b/modules/cfgt/doc/cfgt_admin.xml @@ -22,7 +22,7 @@ SIP scenarios. </para> <para> - In order to identify defferent scenarios a prefix string should be + In order to identify different scenarios a prefix string should be used inside the Call-ID header. </para> </section> @@ -125,7 +125,7 @@ modparam("cfgt", "mask", 12) <section id="cfgt.p.callid_prefix"> <title><varname>callid_prefix</varname> (string)</title> <para> - Prefix used to indentify test scenario messages. Last char of the + Prefix used to identify test scenario messages. Last char of the 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>.