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:
Monocots 2021-02-02 18:42:39 +00:00
parent 87f3b87cb6
commit 891d96de6b
2 changed files with 2 additions and 3 deletions

View file

@ -82,7 +82,7 @@
<!--<load module="mod_dialplan_asterisk"/>--> <!--<load module="mod_dialplan_asterisk"/>-->
<!-- Codec Interfaces --> <!-- Codec Interfaces -->
<!-- load module="mod_spandsp"/>--> <load module="mod_spandsp"/>
<!--<load module="mod_g723_1"/>--> <!--<load module="mod_g723_1"/>-->
<!--<load module="mod_bcg729"/>--> <!--<load module="mod_bcg729"/>-->
<load module="mod_g729"/> <load module="mod_g729"/>

View file

@ -128,7 +128,6 @@ class rhizo_base::freeswitch::common {
'freeswitch-mod-enum', 'freeswitch-mod-enum',
'freeswitch-mod-fsv', 'freeswitch-mod-fsv',
'freeswitch-mod-h26x', 'freeswitch-mod-h26x',
'freeswitch-mod-spandsp',
'freeswitch-mod-syslog' ]: 'freeswitch-mod-syslog' ]:
ensure => purged, ensure => purged,
require => Class['rhizo_base::apt'], require => Class['rhizo_base::apt'],
@ -151,7 +150,7 @@ class rhizo_base::freeswitch::common {
'freeswitch-mod-shout', 'freeswitch-mod-tone-stream', 'freeswitch-mod-shout', 'freeswitch-mod-tone-stream',
'freeswitch-mod-voicemail', 'freeswitch-mod-voicemail-ivr', 'freeswitch-mod-voicemail', 'freeswitch-mod-voicemail-ivr',
'freeswitch-mod-xml-cdr', 'freeswitch-mod-cdr-pg-csv', 'freeswitch-mod-xml-cdr', 'freeswitch-mod-cdr-pg-csv',
'libfreeswitch1', 'libfreeswitch1', 'freeswitch-mod-spandsp',
'freeswitch-sounds-es-mx-maria' ]: 'freeswitch-sounds-es-mx-maria' ]:
ensure => installed, ensure => installed,
require => Class['rhizo_base::apt'], require => Class['rhizo_base::apt'],