Add correct FreeSwitch AMR config
This commit is contained in:
parent
62fb64d2fa
commit
d461ecbb22
3 changed files with 16 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue