From e6f1ea2782e90938bbbf891dd8feabdbb5ae6659 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 1 Aug 2005 14:55:06 +0000 Subject: [PATCH] add info on asterisk.ctl (bug #4864) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6253 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/README.asterisk.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) 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