mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-25 09:57:29 -07:00
c7f8c8c35d
When Asterisk translates between codecs each with a different frame size (for example between iLBC 30 and Speex-WB), too large frames were created by ast_trans_frameout. Now, ast_trans_frameout is called with the correct frame length, creating several frames when necessary. Affects all transcoding modules which used ast_trans_frameout: GSM, iLBC, LPC10, and Speex. ASTERISK-25353 #close Change-Id: I84b59f7a745955820f10e20f5999eb69495a68b9