From 6956fd956c719431491e531361d8d9b843571005 Mon Sep 17 00:00:00 2001 From: Matthew Nicholson Date: Wed, 29 Sep 2010 17:54:49 +0000 Subject: 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 --- configs/res_fax.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs') diff --git a/configs/res_fax.conf.sample b/configs/res_fax.conf.sample index 251a9ca2a..19933e39d 100644 --- a/configs/res_fax.conf.sample +++ b/configs/res_fax.conf.sample @@ -22,3 +22,7 @@ statusevents=yes ; 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