Module: kamailio Branch: master Commit: 6c897b288f2f5c1d5c8e28f54e4a43c35a29ba78 URL: https://github.com/kamailio/kamailio/commit/6c897b288f2f5c1d5c8e28f54e4a43c35a29ba78
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-03-10T18:01:10+01:00 modules: readme files regenerated - jsonrpcs ... [skip ci] --- Modified: src/modules/jsonrpcs/README --- Diff: https://github.com/kamailio/kamailio/commit/6c897b288f2f5c1d5c8e28f54e4a43c35a29ba78.diff Patch: https://github.com/kamailio/kamailio/commit/6c897b288f2f5c1d5c8e28f54e4a43c35a29ba78.patch --- diff --git a/src/modules/jsonrpcs/README b/src/modules/jsonrpcs/README index cd69eea3664..f77dc368cf1 100644 --- a/src/modules/jsonrpcs/README +++ b/src/modules/jsonrpcs/README @@ -475,8 +475,15 @@ jsonrpc_exec('{"jsonrpc": "2.0", "method": "corex.debug", "params": [ 2 ], "id": 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. + + 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. 7.1. JSONRPC Over HTTP _______________________________________________ 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!
