[Home]

Summary:ASTERISK-05370: typo in ast_play_and_record().
Reporter:Dmytro Mishchenko (arkadia)Labels:
Date Opened:2005-10-26 06:04:11Date Closed:2008-01-15 15:52:10.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:At the place where we check frametype to be equal AST_FRAME_DTMF (line 688).
We should check for f->subclass to be equal '#' or '0' for AST_FRAME_DTMF frames only.

Right now (f->subclass == '0') verified for ALL frametypes.
Comments:By: Russell Bryant (russell) 2005-10-26 11:10:35

fixed in cvs head, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:52:10.000-0600

Repository: asterisk
Revision: 6853

U   trunk/app.c

------------------------------------------------------------------------
r6853 | russell | 2008-01-15 15:52:10 -0600 (Tue, 15 Jan 2008) | 2 lines

fix misplaced } (issue ASTERISK-5370)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6853