]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add documentation for options in asterisk.conf
authorJason Parker <jparker@digium.com>
Thu, 18 Oct 2007 21:58:44 +0000 (21:58 +0000)
committerJason Parker <jparker@digium.com>
Thu, 18 Oct 2007 21:58:44 +0000 (21:58 +0000)
Issue 11029, patch by eserra

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@86405 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 785f962fa42e6f238fd38fe6c9fb1e15a6a4ff50..21ee2bb0d17ebbb4a3f086cf46b8860e793aed1e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -561,6 +561,15 @@ samples: adsi
                echo ";[options]" ; \
                echo ";internal_timing = yes" ; \
                echo ";systemname = my_system_name ; prefix uniqueid with a system name for global uniqueness issues" ; \
+               echo ";maxcalls = 10 ; Maximum amount of calls allowed" ; \
+               echo ";minmemfree = 1 ; in MBs, Asterisk stops accepting new calls if the amount of free memory falls below this watermark" ; \
+               echo ";cache_record_files = yes ; Cache recorded sound files to another directory during recording" ; \
+               echo ";record_cache_dir = /tmp ; Specify cache directory (used in cnjunction with cache_record_files)" ; \
+               echo ";transmit_silence_during_record = yes ; Transmit SLINEAR silence while a channel is being recorded" ; \
+               echo ";transcode_via_sln = yes ; Build transcode paths via SLINEAR, instead of directly" ; \
+               echo ";runuser = asterisk ; The user to run as" ; \
+               echo ";rungroup = asterisk ; The group to run as" ; \
+               echo "" ; \
                echo "; Changing the following lines may compromise your security." ; \
                echo ";[files]" ; \
                echo ";astctlpermissions = 0660" ; \