Courtesy of Ovidiu Sas, the development repository includes a new module, named xhttp_rpc, that allows execution of RPC control commands via HTTP(S). Just for example, you can list active TCP connections, dump user location records from memory, reload the records for LCR or load balancing rules.

The module reuse existing xhttp module, therefore it has no external library dependencies and the processing rate matches the performances of processing SIP requests.

You can read more about this module, see an example of how to use, at:

To use it, once you load the module, point your browser to http://yoursipserverip:5060/rpc and you are ready to go.