mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 11:02:53 +00:00
avoid polycom bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11718 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3e4413f871
commit
40b1184fe3
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user