[Freeswitch-svn] [commit] r11718 - freeswitch/trunk/src/mod/codecs/mod_siren
FreeSWITCH SVN
brian at freeswitch.org
Mon Feb 9 11:14:34 PST 2009
Author: brian
Date: Mon Feb 9 13:14:34 2009
New Revision: 11718
Log:
avoid polycom bug
Modified:
freeswitch/trunk/src/mod/codecs/mod_siren/mod_siren.c
Modified: freeswitch/trunk/src/mod/codecs/mod_siren/mod_siren.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_siren/mod_siren.c (original)
+++ freeswitch/trunk/src/mod/codecs/mod_siren/mod_siren.c Mon Feb 9 13:14:34 2009
@@ -173,7 +173,7 @@
switch_core_codec_add_implementation(pool,
codec_interface,
SWITCH_CODEC_TYPE_AUDIO, /* enumeration defining the type of the codec */
- 114, /* the IANA code number */
+ 115, /* the IANA code number */
"G7221", /* the IANA code name */
"bitrate=48000", /* default fmtp to send (can be overridden by the init function) */
32000, /* samples transferred per second */
More information about the Freeswitch-svn
mailing list