Module: kamailio
Branch: master
Commit: 8ef9cedc1609ec519fbd029a70960fc27abbf37d
URL: 
https://github.com/kamailio/kamailio/commit/8ef9cedc1609ec519fbd029a70960fc27abbf37d

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2026-03-10T17:54:32+01:00

jsonrpcs: docs for transports and store_path field

---

Modified: src/modules/jsonrpcs/doc/jsonrpcs_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/8ef9cedc1609ec519fbd029a70960fc27abbf37d.diff
Patch: 
https://github.com/kamailio/kamailio/commit/8ef9cedc1609ec519fbd029a70960fc27abbf37d.patch

---

diff --git a/src/modules/jsonrpcs/doc/jsonrpcs_admin.xml 
b/src/modules/jsonrpcs/doc/jsonrpcs_admin.xml
index 3632400df75..5554e473b37 100644
--- a/src/modules/jsonrpcs/doc/jsonrpcs_admin.xml
+++ b/src/modules/jsonrpcs/doc/jsonrpcs_admin.xml
@@ -556,8 +556,14 @@ jsonrpc_exec('{"jsonrpc": "2.0", "method": "corex.debug", 
"params": [ 2 ], "id":
        <para>
        JSONRPC specifications do not enforce a specific transport to carry the
        JSON documents. Very common is JSONRPC over HTTP or HTTPS, and they are
-       supported by &kamailio;. In addition, &kamailio; supports receiving JSON
-       documents via a local FIFO file.
+       supported by &kamailio;. In addition, &kamailio; JSONRPC over a local 
FIFO
+       file and over UDP/datagram using unix socket files or IPv4/IPv6 sockets.
+       </para>
+       <para>
+       An extenssion to the JSONRPC protocol is available: when "store_path" 
field
+       is provided in the command, instead of returning it, the result is 
stored in
+       a file on server at the path provided as the value of the field. It can
+       be useful for troubleshooting or when the result is very large.
        </para>
        <section>
            <title>JSONRPC Over HTTP</title>

_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to