[asterisk-dev] [Code Review] 3792: media formats: Fix audio within res_fax module.

Joshua Colp reviewboard at asterisk.org
Tue Jul 15 12:48:45 CDT 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3792/
-----------------------------------------------------------

(Updated July 15, 2014, 12:48 p.m.)


Status
------

This change has been marked as submitted.


Review request for Asterisk Developers.


Changes
-------

Committed in revision 418652


Repository: Asterisk


Description
-------

The res_fax module does some sanity checks on the frames it receives to make sure they have both the expected frame type and subclass. In the media formats branch the subclass is no longer a union, meaning that all fields are compared. The res_fax module initialized the integer field to -1 but on audio frames this is actually 0, causing the comparison to fail despite the audio frame being expected. This change makes the check more specific, and does an actual format comparison (since the format pointer may be of the same format but a difference structure).


Diffs
-----

  /team/group/media_formats-reviewed-trunk/res/res_fax.c 418628 

Diff: https://reviewboard.asterisk.org/r/3792/diff/


Testing
-------

PJSIP fax tests now pass happily.


Thanks,

Joshua Colp

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20140715/34d27046/attachment.html>


More information about the asterisk-dev mailing list