Add correct FreeSwitch AMR config

This commit is contained in:
Keith Whyte 2018-11-11 11:56:18 +00:00
parent 62fb64d2fa
commit d461ecbb22
3 changed files with 16 additions and 0 deletions

View file

@ -44,6 +44,11 @@ class rhizo_base::freeswitch::debian inherits rhizo_base::freeswitch::common {
require => Package['freeswitch'],
}
file { '/usr/lib/freeswitch/mod/mod_amr.so':
source => 'puppet:///modules/rhizo_base/mod_amr.so',
require => Package['freeswitch'],
}
package {
[ 'freeswitch-mod-g729' ]:
ensure => purged,