On 03/27/2015 10:05 AM, Daniel-Constantin Mierla wrote:
actually it is possible to execute rpc commands (e.g., htable.reload) from kamailio.cfg, starting with version 4.2 -- you have to use jsonrpc-s module and jsonrpc_exec() function:
http://www.kamailio.org/docs/modules/stable/modules/jsonrpc-s.html#jsonrpc-s...
Practically, you have to build the corresponding json document for the command and give it as parameter.
Ha! Voila!
Terribly sorry that I missed this, Grant.