Module: kamailio
Branch: master
Commit: e731e6693c7a20ab1ddc0c2f80e3ae2d4ed06af6
URL:
https://github.com/kamailio/kamailio/commit/e731e6693c7a20ab1ddc0c2f80e3ae2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-05-04T21:22:51+02:00
jsonrpc-s: extended docs for fifo_name parameter
---
Modified: modules/jsonrpc-s/README
Modified: modules/jsonrpc-s/doc/jsonrpc-s_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/e731e6693c7a20ab1ddc0c2f80e3ae2…
Patch:
https://github.com/kamailio/kamailio/commit/e731e6693c7a20ab1ddc0c2f80e3ae2…
---
diff --git a/modules/jsonrpc-s/README b/modules/jsonrpc-s/README
index 02c3a52..5d1e328 100644
--- a/modules/jsonrpc-s/README
+++ b/modules/jsonrpc-s/README
@@ -171,7 +171,8 @@ modparam("jsonrpc-s", "transport", 1)
3.3. fifo_name (str)
The name of the FIFO file to be created for listening and reading
- external commands.
+ external commands. If the given path is not absolute, the fifo file is
+ created relative to run_dir (global parameter).
Default value is NONE.
diff --git a/modules/jsonrpc-s/doc/jsonrpc-s_admin.xml
b/modules/jsonrpc-s/doc/jsonrpc-s_admin.xml
index 3465301..6c9ef1c 100644
--- a/modules/jsonrpc-s/doc/jsonrpc-s_admin.xml
+++ b/modules/jsonrpc-s/doc/jsonrpc-s_admin.xml
@@ -138,7 +138,8 @@ modparam("jsonrpc-s", "transport", 1)
<title><varname>fifo_name</varname> (str)</title>
<para>
The name of the FIFO file to be created for listening and
- reading external commands.
+ reading external commands. If the given path is not absolute,
+ the fifo file is created relative to run_dir (global parameter).
</para>
<para>
<emphasis>