Index: doc/README.asterisk.conf =================================================================== RCS file: /usr/cvsroot/asterisk/doc/README.asterisk.conf,v retrieving revision 1.2 diff -u -r1.2 README.asterisk.conf --- doc/README.asterisk.conf 26 Jul 2005 22:05:50 -0000 1.2 +++ doc/README.asterisk.conf 31 Jul 2005 20:02:18 -0000 @@ -52,3 +52,14 @@ ;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