Correct last commit, load mod_spandsp
The GSM codec is part of this modules and it is still being used in some sites.
This commit is contained in:
parent
87f3b87cb6
commit
891d96de6b
2 changed files with 2 additions and 3 deletions
|
@ -82,7 +82,7 @@
|
|||
<!--<load module="mod_dialplan_asterisk"/>-->
|
||||
|
||||
<!-- Codec Interfaces -->
|
||||
<!-- load module="mod_spandsp"/>-->
|
||||
<load module="mod_spandsp"/>
|
||||
<!--<load module="mod_g723_1"/>-->
|
||||
<!--<load module="mod_bcg729"/>-->
|
||||
<load module="mod_g729"/>
|
||||
|
|
|
@ -128,7 +128,6 @@ class rhizo_base::freeswitch::common {
|
|||
'freeswitch-mod-enum',
|
||||
'freeswitch-mod-fsv',
|
||||
'freeswitch-mod-h26x',
|
||||
'freeswitch-mod-spandsp',
|
||||
'freeswitch-mod-syslog' ]:
|
||||
ensure => purged,
|
||||
require => Class['rhizo_base::apt'],
|
||||
|
@ -151,7 +150,7 @@ class rhizo_base::freeswitch::common {
|
|||
'freeswitch-mod-shout', 'freeswitch-mod-tone-stream',
|
||||
'freeswitch-mod-voicemail', 'freeswitch-mod-voicemail-ivr',
|
||||
'freeswitch-mod-xml-cdr', 'freeswitch-mod-cdr-pg-csv',
|
||||
'libfreeswitch1',
|
||||
'libfreeswitch1', 'freeswitch-mod-spandsp',
|
||||
'freeswitch-sounds-es-mx-maria' ]:
|
||||
ensure => installed,
|
||||
require => Class['rhizo_base::apt'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue