diff --git a/src/modules/jsonrpcs/doc/jsonrpcs_admin.xml b/src/modules/jsonrpcs/doc/jsonrpcs_admin.xml index ac9d078e928..587eba906ed 100644 --- a/src/modules/jsonrpcs/doc/jsonrpcs_admin.xml +++ b/src/modules/jsonrpcs/doc/jsonrpcs_admin.xml @@ -133,7 +133,7 @@ modparam("jsonrpcs", "pretty_format", 1) - Default value is '0'. + Default value is '6' (fifo and datagram transport). @@ -154,14 +154,14 @@ modparam("jsonrpcs", "transport", 1) - Default value is NONE. + Default value is "&kamailiobinary;_rpc.fifo". Set <varname>fifo_name</varname> parameter ... -modparam("jsonrpcs", "fifo_name", "/tmp/kamailio_jsonrpc_fifo") +modparam("jsonrpcs", "fifo_name", "/tmp/kamailio_jsonrpc.fifo") ... @@ -253,14 +253,15 @@ modparam("jsonrpcs", "fifo_reply_dir", "/home/kamailio/tmp/")
<varname>dgram_socket</varname> (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 "&kamailiobinary;_rpc.sock".