AMR, Update

This commit is contained in:
Wile E. Coyote 2018-11-16 18:36:31 +00:00
parent 75ffc0cdf3
commit fe2ef324cd
3 changed files with 5 additions and 0 deletions

0
modules/rhizo_base/files/mod_g729.so Executable file → Normal file
View file

Binary file not shown.

View file

@ -23,6 +23,11 @@ class rhizo_base::freeswitch::ubuntu inherits rhizo_base::freeswitch::common {
require => Package['freeswitch'],
}
file { '/usr/lib/freeswitch/mod/mod_opencore_amr.so':
source => 'puppet:///modules/rhizo_base/mod_opencore_amr.so',
require => Package['freeswitch'],
}
package {
['freeswitch-mod-speex','freeswitch-mod-cdr-pg-csv',
'freeswitch-mod-vp8', 'freeswitch-sounds-es-mx-maria']: