[svn-commits] coreyfarrell: trunk r409055 - in /trunk: ./ configs/res_fax.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 27 10:08:06 CST 2014


Author: coreyfarrell
Date: Thu Feb 27 10:08:03 2014
New Revision: 409055

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=409055
Log:
res_fax: Comment out default settings from res_fax.conf.

Comment out many settings in res_fax.conf.sample. The defaults are set in
res_fax.c, so setting the same value in sample config does nothing but make
the sample config more fragile.

(closes issue ASTERISK-23231)
Reported by: David Brillert
Review: https://reviewboard.asterisk.org/r/3261/
........

Merged revisions 409052 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 409053 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 409054 from http://svn.asterisk.org/svn/asterisk/branches/12

Modified:
    trunk/   (props changed)
    trunk/configs/res_fax.conf.sample

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.

Modified: trunk/configs/res_fax.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/res_fax.conf.sample?view=diff&rev=409055&r1=409054&r2=409055
==============================================================================
--- trunk/configs/res_fax.conf.sample (original)
+++ trunk/configs/res_fax.conf.sample Thu Feb 27 10:08:03 2014
@@ -4,12 +4,12 @@
 ; 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
+;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
+;minrate=4800
 
 ; Send Progress/Status events to manager session
 ; Manager events with 'call' class permissions will receive events indicating the
@@ -21,8 +21,8 @@
 ; 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
+;modems=v17,v27,v29
 
 ; Enable/disable T.30 ECM (error correction mode) by default.
 ; Default: Enabled
-ecm=yes
+;ecm=yes




More information about the svn-commits mailing list