diff --git a/src/modules/ctl/doc/ctl_params.xml b/src/modules/ctl/doc/ctl_params.xml index 733636a2869..526cd0f77bd 100644 --- a/src/modules/ctl/doc/ctl_params.xml +++ b/src/modules/ctl/doc/ctl_params.xml @@ -75,7 +75,7 @@ loadmodule "ctl" # optional listen addresses, if no one is specified, # ctl will listen on unixs:/tmp/ser_ctl -modparam("ctl", "binrpc", "unix:/tmp/&ctlsocket;") # default +modparam("ctl", "binrpc", "unix:/var/run/&kamailiobinary;/&kamailiobinary;_ctl") # default modparam("ctl", "binrpc", "udp:localhost:2046") modparam("ctl", "binrpc", "tcp:localhost:2046") modparam("ctl", "binrpc", "unixd:/tmp/unix_dgram") # unix datagram diff --git a/src/modules/ctl/doc/ctl_rpc.xml b/src/modules/ctl/doc/ctl_rpc.xml index 5505c025d20..318f98e13e8 100644 --- a/src/modules/ctl/doc/ctl_rpc.xml +++ b/src/modules/ctl/doc/ctl_rpc.xml @@ -23,7 +23,7 @@ <function>print</function> usage $ &sercmd; -f"[%v] %v:%v %v\n" ctl.listen -[binrpc] unix_stream:/tmp/&ctlsocket; +[binrpc] unix_stream:/var/run/&kamailiobinary;/&kamailiobinary;_ctl # note: the above command is equivalent with &sercmd; listen @@ -53,7 +53,7 @@ <function>ctl.who</function> usage $ &sercmd; -f"[%v] %v: %v %v -> %v %v\n" ctl.who -[binrpc] unix_stream: <anonymous unix socket> -> /tmp/&ctlsocket; +[binrpc] unix_stream: <anonymous unix socket> -> /var/run/&kamailiobinary;/&kamailiobinary;_ctl # note the above command is equivalent to &sercmd; who