[asterisk-commits] dvossel: trunk r177697 - /trunk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 20 14:18:41 CST 2009
Author: dvossel
Date: Fri Feb 20 14:18:40 2009
New Revision: 177697
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=177697
Log:
Blocked revisions 177696 via svnmerge
........
r177696 | dvossel | 2009-02-20 14:17:37 -0600 (Fri, 20 Feb 2009) | 8 lines
Fixes issue with undefined audio codecs in chan_iax2
During iax2 call negotiation, supported codecs are passed in an Information Element containing a 2 byte field where each bit correlates to a specific codec. In 1.4 only audio codec bits 0-12 are defined, leaving bits 13-15 undefined. By default all bits are enabled unless specified otherwise. Since its a 2 byte field and 13-15 are not defined, these bits are never turned off. In trunk, bits 13-15 are defined, which means 1.4 is advertising support for codecs it does not have when talking to trunk. I fixed this by adding #define for undefined audio codec bits. These bits are then removed from iax2's full bandwidth capabilities.
(closes issue #14283)
Reported by: jcovert
........
Modified:
trunk/ (props changed)
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.
More information about the asterisk-commits
mailing list