Debian, AMR
Add amr modules to debian. this one supports a param to force into octet-align mode. In the future we might do something with the config template.
This commit is contained in:
parent
8b72d7087b
commit
33d8ed6154
3 changed files with 28 additions and 0 deletions
|
@ -63,6 +63,16 @@ 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'],
|
||||
}
|
||||
|
||||
file { '/etc/freeswitch/autoload_configs/amr.conf.xml':
|
||||
content => template('rhizo_base/amr.conf.xml.erb'),
|
||||
require => Package['freeswitch'],
|
||||
}
|
||||
|
||||
file { '/etc/freeswitch/autoload_configs/modules.conf.xml':
|
||||
content => template('rhizo_base/modules.conf.xml.erb'),
|
||||
require => Package['freeswitch'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue