]> 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:03:56 +0000 (16:03 +0000)
committerCorey Farrell <git@cfware.com>
Thu, 27 Feb 2014 16:03:56 +0000 (16:03 +0000)
commit78d560157a3062c05706d9f93eb530ad1c7c6994
treeb715e6c63428d30d57afed76e14111d529c48c99
parent6087765a48b1871a2f3ad1211e3f5806dc57081d
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

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