]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix a bug where DAHDI/Zaptel channels would not properly switch formats when requested
authorKevin P. Fleming <kpfleming@digium.com>
Fri, 3 Apr 2009 20:19:20 +0000 (20:19 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Fri, 3 Apr 2009 20:19:20 +0000 (20:19 +0000)
commit89e29bfdc9a0d1f2028a2a5defe3e9179fb24c96
treee51fca45ca6251b1cee84cd03e1d1ccddbca99a3
parent3d9585f4ba62d636eaac00b59c78c34adbc5e5bd
Fix a bug where DAHDI/Zaptel channels would not properly switch formats when requested

Don't offer AST_FORMAT_SLINEAR on DAHDI/Zaptel channels... while it could provide a slight performance benefit, the translation core in Asterisk has some flaws when a channel driver offers multiple raw formats. this fix is much simpler than fixing the translation core to solve that issue (although that will be done later).

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@186458 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c