]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_fax: Warn that minrate=2400 is not valid for V.27 instead of failing load.
authorCorey Farrell <git@cfware.com>
Thu, 27 Feb 2014 16:05:31 +0000 (16:05 +0000)
committerCorey Farrell <git@cfware.com>
Thu, 27 Feb 2014 16:05:31 +0000 (16:05 +0000)
commita976d09cdc07995ca5ae4c2f6f29fa40cdfe3b68
treeee6ed1cc1dca80d52dc316639972707ff6948d4a
parent4488ca127b9695aecac2d6db143694eb7ce1444f
res_fax: Warn that minrate=2400 is not valid for V.27 instead of failing load.

Change minrate from 2400 to 4800 on config reload in response to changes from
ASTERISK-22790 only.  Any config with minrate of 2400 that would fail before
r405693 will still fail.

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@409054 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configs/res_fax.conf.sample
res/res_fax.c