aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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