Re: [Asterisk-Users] Asterisk codecs and packet size

2004-09-02 Thread Andres
Michael Manousos wrote: 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 mu

Re: [Asterisk-Users] Asterisk codecs and packet size

2004-09-02 Thread Michael Manousos
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 somethi

Re: [Asterisk-Users] Asterisk codecs and packet size

2004-09-01 Thread Andres
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 o

Re: [Asterisk-Users] Asterisk codecs and packet size

2004-09-01 Thread Michael Manousos
Luis Vazquez wrote: Does anybody knows if it's posible or if there is some develoment in course to be able to use longer transmit packet sizes (as long as I know this is fixed in 20ms now) with the compressed voip codecs in asterisk (g729, g726, gsm, etc). I need to use asterisk to connect remot

RE: [Asterisk-Users] Asterisk codecs and packet size

2004-08-31 Thread Kevin Walsh
Luis Vazquez [EMAIL PROTECTED] wrote: > Does anybody knows if it's posible or if there is some develoment in > course to be able to use longer transmit packet sizes (as long as I know > this is fixed in 20ms now) with the compressed voip codecs in asterisk > (g729, g726, gsm, etc). I need to use as