[Home]

Summary:ASTERISK-04993: [patch] [post 1.2] allow you to set the frame milliseconds on g711,g726,gsm,ilbc and g729 from rtp.conf
Reporter:Brian West (bkw918)Labels:
Date Opened:2005-09-05 13:27:13Date Closed:2011-06-07 14:03:04
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/RTP
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:This patch allows you to set the number of frames per rtp packet.  Some gear requires 30ms g729 ... some needs 30ms g711... This allows you to tweak those settings in rtp.conf.  It does have some sanity checking to allow sane values.

http://www.packetizer.com/voip/diagnostics/bandcalc.html
Comments:By: Olle Johansson (oej) 2005-09-07 00:40:43

In the config, I think we need to add something like

"If you change the lenght of the RTP packet in Asterisk, you have to have the same setting in the phone. If you have different settings on each side of the call, you will get very poor sound quality."

...until we get a working RTP clock for timing of outbound packets.

By: Brian West (bkw918) 2005-09-07 00:49:19

That satement is actually FALSE you will have perfect audio quality if each end is mismatched.

/b

By: Olle Johansson (oej) 2005-09-07 01:12:19

Guess I still have to learn RTP... :-)