[sr-dev] git:master:c1737daf: modules: readme files regenerated - ctl ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Wed May 31 22:01:29 CEST 2017


Module: kamailio
Branch: master
Commit: c1737dafeddc7c2f496d45e5df1b3da9c287494b
URL: https://github.com/kamailio/kamailio/commit/c1737dafeddc7c2f496d45e5df1b3da9c287494b

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2017-05-31T22:01:23+02:00

modules: readme files regenerated - ctl ... [skip ci]

---

Modified: src/modules/ctl/README

---

Diff:  https://github.com/kamailio/kamailio/commit/c1737dafeddc7c2f496d45e5df1b3da9c287494b.diff
Patch: https://github.com/kamailio/kamailio/commit/c1737dafeddc7c2f496d45e5df1b3da9c287494b.patch

---

diff --git a/src/modules/ctl/README b/src/modules/ctl/README
index e879436b11..5bb4170ca5 100644
--- a/src/modules/ctl/README
+++ b/src/modules/ctl/README
@@ -160,7 +160,7 @@ loadmodule "ctl"
 # optional listen addresses, if no one is specified,
 # ctl will listen on unixs:/tmp/ser_ctl
 
-modparam("ctl", "binrpc", "unix:/tmp/kamailio_ctl") # default
+modparam("ctl", "binrpc", "unix:/var/run/kamailio/kamailio_ctl") # default
 modparam("ctl", "binrpc", "udp:localhost:2046")
 modparam("ctl", "binrpc", "tcp:localhost:2046")
 modparam("ctl", "binrpc", "unixd:/tmp/unix_dgram")  # unix datagram
@@ -289,7 +289,7 @@ modparam("ctl", "binrpc_struct_max_body_size", 4)
 
    Example 1.11. print usage
  $ kamcmd -f"[%v] %v:%v %v\n" ctl.listen
-[binrpc] unix_stream:/tmp/kamailio_ctl
+[binrpc] unix_stream:/var/run/kamailio/kamailio_ctl
 
 # note: the above command is equivalent with kamcmd listen
 
@@ -307,6 +307,6 @@ modparam("ctl", "binrpc_struct_max_body_size", 4)
 
    Example 1.13. ctl.who usage
  $ kamcmd -f"[%v] %v: %v %v -> %v %v\n" ctl.who
-[binrpc] unix_stream: <anonymous unix socket>  -> /tmp/kamailio_ctl
+[binrpc] unix_stream: <anonymous unix socket>  -> /var/run/kamailio/kamailio_ctl
 
 # note the above command is equivalent to kamcmd who




More information about the sr-dev mailing list