JSONRPC-S module README has:
2. 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.
-- Juha