aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-01 14:55:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-01 14:55:06 +0000
commitc9f65e2b7ccf5d6804c12b7141c74506cd0dc7b0 (patch)
treeb0b0f5490a4cd47435fd9bbde4158cb068061740 /doc
parent3fd4ed322f015a69901997ffdfa1117427202dc3 (diff)
add info on asterisk.ctl (bug #4864)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6253 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.asterisk.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/README.asterisk.conf b/doc/README.asterisk.conf
index cb9ec75b3..b5b5dd5c5 100755
--- a/doc/README.asterisk.conf
+++ b/doc/README.asterisk.conf
@@ -52,3 +52,14 @@ quiet = yes | no ; Run quietly (-q)
;This option has no command line equivalent
cache_record_files = yes | no ; Cache record() files in another directory until completion record_cache_dir = <dir>
+[files]
+; Changing the following lines may compromise your security
+; Asterisk.ctl is the pipe that is used to connect the remote CLI
+; (asterisk -r) to Asterisk. Changing these settings change the
+; permissions and ownership of this file.
+; The file is created when Asterisk starts, in the "astrundir" above.
+
+;astctlpermissions = 0660
+;astctlowner = root
+;astctlgroup = asterisk
+;astctl = asterisk.ctl