%docentities; ]>
SIP-router RPC Functions
<function>ctl.listen</function> List all the sockets on which the ctl module listens. <function>print</function> usage $ &sercmd; -f"[%v] %v:%v %v\n" ctl.listen [binrpc] unix_stream:/tmp/&ctlsocket; # note: the above command is equivalent with &sercmd; listen
<function>ctl.connections</function> Returns the number of open binrpc connections (to the ctl module). <function>ctl.connections</function> usage $ &sercmd; ctl.connections 1
<function>ctl.who</function> List open binrpc connections (to the ctl module). <function>ctl.who</function> usage $ &sercmd; -f"[%v] %v: %v %v -> %v %v\n" ctl.who [binrpc] unix_stream: <anonymous unix socket> -> /tmp/&ctlsocket; # note the above command is equivalent to &sercmd; who