[sr-dev] git:master:e1edd6b9: ctl Minor changes to example configuration

Olle E. Johansson oej at edvina.net
Thu Jan 5 21:56:40 CET 2017


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

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date: 2017-01-05T21:56:22+01:00

ctl Minor changes to example configuration

---

Modified: src/modules/ctl/ctl.cfg

---

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

---

diff --git a/src/modules/ctl/ctl.cfg b/src/modules/ctl/ctl.cfg
index a9fe0f9..5d9bde4 100644
--- a/src/modules/ctl/ctl.cfg
+++ b/src/modules/ctl/ctl.cfg
@@ -1,8 +1,8 @@
 # ctl example configuration file
 #
 # to test use:
-#    utils/sercmd/sercmd command
-# or utils/sercmd/sercmd and type help  (interactive mode)
+#    utils/kamcmd/kamcmd command
+# or utils/kamcmd/kamcmd and type help  (interactive mode)
 #
 
 
@@ -24,17 +24,15 @@ rev_dns=off      # (cmd. line: -R)
 #listen=192.168.57.33
 #listen=192.168.57.72
 #loop_checks=0
-# for more info: sip_router -h
-alias=iptel.org
+alias=example.com
 alias="foo.bar"
-#fifo="/tmp/ser_fifo"
 
 #modules
 
 loadmodule "modules/ctl/ctl.so"
 # optional listen addresses, if no one is specified, 
-# ctl will listen on unixs:/tmp/ser_ctl
-modparam("ctl", "binrpc", "unix:/tmp/ser_ctl") # default
+# ctl will by default listen on unixs:/var/run/kamailio/kamailio_ctl.
+modparam("ctl", "binrpc", "unix:/tmp/kamailio_ctl") # 
 modparam("ctl", "binrpc", "udp:localhost:2046")
 modparam("ctl", "binrpc", "tcp:localhost:2046")
 modparam("ctl", "binrpc", "unixd:/tmp/unix_dgram")  # unix datagram




More information about the sr-dev mailing list