Hello,
On 17.08.18 09:48, Juha Heinanen wrote:
JSONRPC-S module README has:
- Limitations
This module does not implement asynchronous RPC commands. It is unlikely that asynchronous RPC commands will be executed from an JSON-RPC over HTTP client.
Does this mean that, for example, tm.t_uac_wait command cannot be executed using JSON-RPC over HTTP?
If so, why "it is unlikely that asynchronous RPC commands will be executed from an JSON-RPC over HTTP client", since those commands are currently commonly executed from XMLRPC client using xmlrpc module?
It would be nice if JSONRPC-S module could be used as replacement of xmlrpc module.
the module has support for async commands sent over HTTP, but not over other transport layers, iirc.
That remark needs to be updated.
Cheers, Daniel