[Home]

Summary:ASTERISK-00111: [patch] rtp.c complains about G723.1 frames
Reporter:John Laur (gork)Labels:
Date Opened:2003-08-17 02:10:41Date Closed:2004-09-25 02:40:14
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 06-rtp_g723-gork_1.0.diff
Description:In SIP, H323, and MGCP calls, rtp.c complains about not knowing how to send G723.1 frames but the fallthrough default case works passibly. Included is a patch that stops the constant warning messages on the console when using G721.1 codec.

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

I don't believe that the asterisk smoother function is capable of dealing with the variable byte sizes of G723.1 frames (or I haven't been able to keep g723.1 calls happy when going through the smoother). Perhaps eventually the smoother could be rewritten to deal with this, but in the meantime, it at least works to send the frames raw, and the message "not sure about sending G723.1 format frame" is not entirely accurate, and thousands are annoying (and printing all of it affects the call latency too!).
Comments:By: Mark Spencer (markster) 2003-08-18 00:24:42

Added to CVS