[sr-dev] git:master:45bbb8e7: modules: readme files regenerated - jsonrpcs ...

Kamailio Dev kamailio.dev at kamailio.org
Mon Dec 19 18:31:23 CET 2016


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

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2016-12-19T18:31:15+01:00

modules: readme files regenerated - jsonrpcs ...

---

Modified: src/modules/jsonrpcs/README

---

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

---

diff --git a/src/modules/jsonrpcs/README b/src/modules/jsonrpcs/README
index 8dd714f..8457e16 100644
--- a/src/modules/jsonrpcs/README
+++ b/src/modules/jsonrpcs/README
@@ -190,7 +190,7 @@ modparam("jsonrpcs", "pretty_format", 1)
    sum of the desired transports to enable them. For example, enabling
    FIFO and DATAGRAM can be done setting transport=6.
 
-   Default value is '0'.
+   Default value is '6' (fifo and datagram transport).
 
    Example 1.2. Set transport parameter
 ...
@@ -203,11 +203,11 @@ modparam("jsonrpcs", "transport", 1)
    external commands. If the given path is not absolute, the fifo file is
    created relative to run_dir (global parameter).
 
-   Default value is NONE.
+   Default value is "kamailio_rpc.fifo".
 
    Example 1.3. Set fifo_name parameter
 ...
-modparam("jsonrpcs", "fifo_name", "/tmp/kamailio_jsonrpc_fifo")
+modparam("jsonrpcs", "fifo_name", "/tmp/kamailio_jsonrpc.fifo")
 ...
 
 4.4. fifo_mode (int)
@@ -259,11 +259,13 @@ modparam("jsonrpcs", "fifo_reply_dir", "/home/kamailio/tmp/")
 
 4.8. dgram_socket (str)
 
-   The name of a UNIX SOCKET or an IP address. The UNIX datagram or UDP
-   socket will be created using this parameter in order to read the
-   external commands. Both IPv4 and IPv6 are supported.
+   The name of a Unix socket file or an IP address. The Unix datagram or
+   UDP socket will be created using this parameter in order to read the
+   external commands. Both IPv4 and IPv6 are supported. If the given path
+   for Unix socket is not absolute, then it is created relative to run_dir
+   (global parameter).
 
-   Default value is NONE.
+   Default value is "kamailio_rpc.sock".
 
    Example 1.8. Set dgram_socket parameter
 ...




More information about the sr-dev mailing list