From: Brian West Date: Mon, 9 Feb 2009 19:14:34 +0000 (+0000) Subject: avoid polycom bug X-Git-Tag: v1.0.3~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b1184fe3bf39cc2718b98caeb3d605d3cd0178;p=thirdparty%2Ffreeswitch.git avoid polycom bug git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11718 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_siren/mod_siren.c b/src/mod/codecs/mod_siren/mod_siren.c index 91cad71a19..f8ac00db28 100644 --- a/src/mod/codecs/mod_siren/mod_siren.c +++ b/src/mod/codecs/mod_siren/mod_siren.c @@ -173,7 +173,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_siren_load) 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 */