From: Russell Bryant Date: Mon, 1 Aug 2005 14:55:06 +0000 (+0000) Subject: add info on asterisk.ctl (bug #4864) X-Git-Tag: 1.2.0-beta1~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6f1ea2782e90938bbbf891dd8feabdbb5ae6659;p=thirdparty%2Fasterisk.git add info on asterisk.ctl (bug #4864) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6253 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/doc/README.asterisk.conf b/doc/README.asterisk.conf index cb9ec75b32..b5b5dd5c52 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 = +[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