[Asterisk-video] AMR patch needs an update
Borja SIXTO
borja.sixto at i6net.com
Mon Apr 20 04:38:26 CDT 2009
Hi alls,
In the last Asterisk 1.4.24.1,
The codecs list have been changed and the patch don't update it now :
An new line have been added with :
#define AST_FORMAT_AUDIO_UNDEFINED ((1 << 13) | (1 << 14) | (1 << 15))
You need to set now :
#define AST_FORMAT_G722 (1 << 12)
*/*! AMR-NB */
#define AST_FORMAT_AMRNB (1 << 13)
/*! Unsupported audio bits */
#define AST_FORMAT_AUDIO_UNDEFINED ((1 << 14) | (1 << 15))*
/*! Maximum audio format */
#define AST_FORMAT_MAX_AUDIO (1 << 15)
Regards, and thanks to Sergio.
Borja from i6net
More information about the asterisk-video
mailing list