Module: kamailio
Branch: master
Commit: 806e0fa1f970062bee25d95e33058363735c3bba
URL: https://github.com/kamailio/kamailio/commit/806e0fa1f970062bee25d95e3305836…
Author: Giacomo Vacca <giacomo.vacca(a)gmail.com>
Committer: Giacomo Vacca <giacomo.vacca(a)gmail.com>
Date: 2015-12-17T17:03:18Z
cfgt: extended documentation
- Add a Usage part with .cfg example
---
Modified: modules/cfgt/doc/cfgt_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/…
[View More]806e0fa1f970062bee25d95e3305836…
Patch: https://github.com/kamailio/kamailio/commit/806e0fa1f970062bee25d95e3305836…
---
diff --git a/modules/cfgt/doc/cfgt_admin.xml b/modules/cfgt/doc/cfgt_admin.xml
index 4282d7d..510b636 100644
--- a/modules/cfgt/doc/cfgt_admin.xml
+++ b/modules/cfgt/doc/cfgt_admin.xml
@@ -148,13 +148,31 @@ modparam("cfgt", "callid_prefix", "TEST-ID%")
</section>
</section>
-
-<!--
<section>
<title>Usage</title>
<para>
- TODO: add some more info of how this is been used
+ This module is used by the <emphasis>debugger</emphasis> module, so it must be loaded
+ first. To enable the generation of the reports, the <emphasis>debugger</emphasis> module
+ must be configured by setting the <emphasis>cfgtest</emphasis> parameter to "1".
</para>
- </section>
--->
+ <para>
+ Example of configuration:
+ </para>
+<programlisting format="linespecific">
+...
+#!ifdef WITH_DEBUG
+# ----- cfgt params -----
+modparam("cfgt", "basedir", "/tmp/kamailio/cfgtest")
+modparam("cfgt", "callid_prefix", "TRACE-ID%")
+modparam("cfgt", "mask", 32)
+
+# ----- debugger params -----
+modparam("debugger", "cfgtrace", 1)
+modparam("debugger", "log_level_name", "exec")
+
+modparam("debugger", "cfgtest", 1)
+#!endif
+...
+</programlisting>
+ </section>
</chapter>
[View Less]
Module: kamailio
Branch: master
Commit: 31933ccc40f9af36caa9f0a45e0a57aebe0b91d4
URL: https://github.com/kamailio/kamailio/commit/31933ccc40f9af36caa9f0a45e0a57a…
Author: Giacomo Vacca <giacomo.vacca(a)gmail.com>
Committer: Giacomo Vacca <giacomo.vacca(a)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/31933ccc40f9af36caa9f0a45e0a57a…
Patch: https:…
[View More]//github.com/kamailio/kamailio/commit/31933ccc40f9af36caa9f0a45e0a57a…
---
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>.
[View Less]
Hello,
Kamailio SIP Server v4.2.7 stable release is out.
This is a maintenance release of the previous stable branch, 4.2, that
includes fixes since release of v4.2.6. There is no change to database
schema or configuration language structure that you have to do on
installations of v4.2.x. Deployments running previous v4.x.x versions
are strongly recommended to be upgraded to v4.2.7 (or to 4.3.x series).
For more details about version 4.2.7 (including links and guidelines to
download the …
[View More]tarball or from GIT repository), visit:
* http://www.kamailio.org/w/2015/12/kamailio-v4-2-7-released/
RPM, Debian/Ubuntu packages will be available soon as well.
Note: the latest stable branch is 4.3, at this moment with its latest
release v4.3.4. See more details about it at:
* http://www.kamailio.org/w/kamailio-v4-3-0-release-notes/
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/miconda - http://www.linkedin.com/in/miconda
[View Less]