[Home]

Summary:ASTERISK-00278: * sends image data to chan_capi
Reporter:cdegroot (cdegroot)Labels:
Date Opened:2003-09-16 05:16:09Date Closed:2004-09-25 02:40:13
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I have gnophone set to send my picture. When making a external connection through chan_capi, the latter generates error messages about invalid frametypes and invalid subclass. On inspection, it turns out that the invalid frametype is invariably an image frame and the subclass indicates SLPCM, so it looks like * is sending image data to chan_capi while chan_capi only registers for alaw.

As chan_capi treats these errors as fatal, this is a serious issue because calls between IAX and chan_capi are immediately disconnected. However, a work-around exists: if chan_capi.c is modified to make the errors non-fatal, the call goes through.

****** ADDITIONAL INFORMATION ******

chan_capi 0.2.5
asterisk CVS version from 20030915
Comments:By: Mark Spencer (markster) 2003-09-16 14:30:18

This is a bug in chan_capi.  It should return 0 if it can't write the image frames.