asterisk/configs/res_fax.conf.sample
Matthew Nicholson 6956fd956c Merged revisions 289300 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r289300 | mnicholson | 2010-09-29 12:53:54 -0500 (Wed, 29 Sep 2010) | 2 lines
  
  Add 'ecm' to the sample fax config file
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@289301 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-09-29 17:54:49 +00:00

29 lines
992 B
Text

; 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: 2400
minrate=2400
; 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