adding to default config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5869 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5f9f6ac05b
commit
f48fb371b5
|
@ -13,9 +13,9 @@ applications/mod_voicemail
|
|||
#asr_tts/mod_openmrcp
|
||||
#codecs/mod_amr
|
||||
codecs/mod_g711
|
||||
#codecs/mod_g722
|
||||
codecs/mod_g722
|
||||
#codecs/mod_g723_1
|
||||
#codecs/mod_g726
|
||||
codecs/mod_g726
|
||||
#codecs/mod_g729
|
||||
codecs/mod_gsm
|
||||
codecs/mod_ilbc
|
||||
|
|
|
@ -45,6 +45,8 @@
|
|||
|
||||
<!-- Codec Interfaces -->
|
||||
<load module="mod_g711"/>
|
||||
<load module="mod_g722"/>
|
||||
<load module="mod_g726"/>
|
||||
<load module="mod_gsm"/>
|
||||
<!-- <load module="mod_ilbc"/> -->
|
||||
<load module="mod_l16"/>
|
||||
|
|
Loading…
Reference in New Issue