Module: kamailio Branch: master Commit: 0c9ea3ccb7fac1180f26741422857807d24fcea1 URL: https://github.com/kamailio/kamailio/commit/0c9ea3ccb7fac1180f26741422857807...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2015-09-19T12:47:36+01:00
tm Change "sercmd" to "kamcmd"
---
Modified: modules/tm/README Modified: modules/tm/doc/params.xml
---
Diff: https://github.com/kamailio/kamailio/commit/0c9ea3ccb7fac1180f26741422857807... Patch: https://github.com/kamailio/kamailio/commit/0c9ea3ccb7fac1180f26741422857807...
---
diff --git a/modules/tm/README b/modules/tm/README index c36f42a..9b31ebc 100644 --- a/modules/tm/README +++ b/modules/tm/README @@ -1317,7 +1317,7 @@ modparam("tm", "via1_matching", 1) Default value is 0 (off).
Can be set at runtime, e.g.: - $ sercmd cfg.set_now_int tm callid_matching 0 + $ kamcmd cfg.set_now_int tm callid_matching 0
Example 1.33. Set callid_matching parameter ... diff --git a/modules/tm/doc/params.xml b/modules/tm/doc/params.xml index 2e0099b..e85ebdc 100644 --- a/modules/tm/doc/params.xml +++ b/modules/tm/doc/params.xml @@ -1003,7 +1003,7 @@ modparam("tm", "via1_matching", 1) <para> Can be set at runtime, e.g.: <programlisting> - $ sercmd cfg.set_now_int tm callid_matching 0 + $ &sercmd; cfg.set_now_int tm callid_matching 0 </programlisting> </para> <example>