From fc0fecb4768d696db3324bcf6dd03325bb4cd513 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 17 Jul 2014 21:17:28 +0000 Subject: configs: Move sample config files into a subdirectory of configs This moves all samples configs from configs/ to configs/samples. This allows for additional sets of sample configuration files to be added in the future. Review: https://reviewboard.asterisk.org/r/3804/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418870 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/res_fax.conf.sample | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 configs/res_fax.conf.sample (limited to 'configs/res_fax.conf.sample') diff --git a/configs/res_fax.conf.sample b/configs/res_fax.conf.sample deleted file mode 100644 index dfaa4ce93..000000000 --- a/configs/res_fax.conf.sample +++ /dev/null @@ -1,28 +0,0 @@ -; Generic Fax Application configuration - -[general] -; Maximum Transmission Rate -; Possible values are { 2400 | 4800 | 7200 | 9600 | 12000 | 14400 } -; Set this value to the maximum desired transfer rate. Default: 14400 -;maxrate=14400 - -; Minimum Transmission Rate -; Possible values are { 2400 | 4800 | 7200 | 9600 | 12000 | 14400 } -; Set this value to the minimum desired transfer rate. Default: 4800 -;minrate=4800 - -; Send Progress/Status events to manager session -; Manager events with 'call' class permissions will receive events indicating the -; steps to initiate a fax session. Fax completion events are always sent to manager -; sessions with 'call' class permissions, regardless of the value of this option. -; Default: no -statusevents=yes - -; modem capabilities -; Possible values are { v17 | v27 | v29 } -; Set this value to modify the default modem options. Default: v17,v27,v29 -;modems=v17,v27,v29 - -; Enable/disable T.30 ECM (error correction mode) by default. -; Default: Enabled -;ecm=yes -- cgit v1.2.3