Module: kamailio
Branch: master
Commit: 9832017421ae7cc57b7fae4ca41eec3fee3e61f8
URL:
https://github.com/kamailio/kamailio/commit/9832017421ae7cc57b7fae4ca41eec3…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-01-06T09:01:15+01:00
modules: readme files regenerated - dispatcher ...
---
Modified: src/modules/dispatcher/README
---
Diff:
https://github.com/kamailio/kamailio/commit/9832017421ae7cc57b7fae4ca41eec3…
Patch:
https://github.com/kamailio/kamailio/commit/9832017421ae7cc57b7fae4ca41eec3…
---
diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README
index 853590b..08fdc37 100644
--- a/src/modules/dispatcher/README
+++ b/src/modules/dispatcher/README
@@ -144,7 +144,7 @@ Luis Martin
1.14. Set the “dstid_avp” parameter
1.15. Set the “attrs_avp” parameter
1.16. Set the “sock_avp” parameter
- 1.17. Use $avp(i:273) for hashing:
+ 1.17. Use $avp(hash) for hashing:
1.18. Use combination of PVs for hashing:
1.19. Set the “setid_pvname” parameter
1.20. Set the “attrs_pvname” parameter
@@ -564,9 +564,9 @@ Note
Default value is “null” - disabled.
- Example 1.17. Use $avp(i:273) for hashing:
+ Example 1.17. Use $avp(hash) for hashing:
...
- modparam("dispatcher", "hash_pvar", "$avp(i:273)")
+ modparam("dispatcher", "hash_pvar", "$avp(hash)")
...
Example 1.18. Use combination of PVs for hashing:
@@ -676,8 +676,7 @@ Note
whery you may define either a single code (e.g. "code=202" would accept
202 as an additional, valid response) or a class of responses, you want
to accept (e.g. "class=2" would accept everything from 200 to 299 as
- valid response). This parameter can be modified via ser config
- framework.
+ valid response). This parameter can be modified via config framework.
Please note that the response codes the module accepts as valid reply
to the PING-Method are not only the ones generated from the remote
@@ -1365,7 +1364,7 @@ sip_warning=no
mpath="/usr/local/lib/kamailio/modules/"
loadmodule "db_mysql.so"
-loadmodule "mi_fifo.so"
+loadmodule "jsonrpcs.so"
loadmodule "kex.so"
loadmodule "tm.so"
loadmodule "tmx.so"
@@ -1378,7 +1377,6 @@ loadmodule "siputils.so"
loadmodule "xlog.so"
loadmodule "sanity.so"
loadmodule "ctl.so"
-loadmodule "mi_rpc.so"
loadmodule "acc.so"
loadmodule "dispatcher.so"
@@ -1386,6 +1384,10 @@ loadmodule "dispatcher.so"
# ----------------- setting module-specific parameters ---------------
+# ----- jsonrpcs params -----
+modparam("jsonrpcs", "pretty_format", 1)
+
+
# ----- rr params -----
# add value to ;lr param to cope with most of the UAs
modparam("rr", "enable_full_lr", 1)