[Home]

Summary:ASTERISK-01582: chan_modem_i4l.c MAX_WRITE_SIZE needs to be increaed to 1280
Reporter:pmottram (pmottram)Labels:
Date Opened:2004-05-10 10:23:34Date Closed:2008-01-15 14:54:26.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Incoming h323 calls originating from a number of openh323-based clients routed to chan_modem_i4l can use a frame size of 1280 which exceeds the limit for MAX_WRITE_SIZE as currently defined. Increasing the limit to 1280 solves this problem but I have to admit that I don't know if this will impact things elsewhere.

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

asterisk v0.9.0 (MAX_WRITE_SIZE also 1024 in HEAD)
using chan_h323
Comments:By: Mark Spencer (markster) 2004-05-11 10:50:31

I've fixed this in CVS head only.

By: Digium Subversion (svnbot) 2008-01-15 14:54:26.000-0600

Repository: asterisk
Revision: 2945

U   trunk/channels/chan_modem_i4l.c

------------------------------------------------------------------------
r2945 | markster | 2008-01-15 14:54:26 -0600 (Tue, 15 Jan 2008) | 2 lines

Increase max write size (bug ASTERISK-1582)

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

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