[Asterisk-Users] Asterisk codecs and packet size
Michael Manousos
manousos at inaccessnetworks.com
Thu Sep 2 02:13:56 MST 2004
Andres wrote:
>
>>
>> The quick and dirty way:
>> ------------------------
>>
>> In rtp.c, function "ast_rtp_write", in the "switch" statement,
>> "AST_FORMAT_G729A" case, change the smoother creation to something
>> larger. E.g.:
>>
>> rtp->smoother = ast_smoother_new(40);
>>
>> Keep in mind that you must set this into something valid
>> (45 obviously is not valid). Recompile and you should be fine.
>>
> Michael, this little nugget made my day. Last year we offered to pay
> for this development. Too bad you didn't collect:)
Just out of curiosity. What was the offering for this one-line
patch?
>
> Thanks!
>
Michael.
More information about the asterisk-users
mailing list