Install Asterisk sounds
In addition to installing Asterisk itself, we want to install some sound packages. This includes a large set of prompts, as well as some music on hold files. Change-Id: I197079cb2398f97ae82abf38a18d5cb8c377b5bc
This commit is contained in:
parent
813a2ccf84
commit
edde14cc76
@ -36,4 +36,14 @@ class asterisk (
|
|||||||
ensure => present,
|
ensure => present,
|
||||||
require => Yumrepo['asterisk11'],
|
require => Yumrepo['asterisk11'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package { 'asterisk-sounds-moh-opsound-ulaw' :
|
||||||
|
ensure => present,
|
||||||
|
require => Yumrepo['asteriskcurrent'],
|
||||||
|
}
|
||||||
|
|
||||||
|
package { 'asterisk-sounds-core-en-ulaw' :
|
||||||
|
ensure => present,
|
||||||
|
require => Yumrepo['asteriskcurrent'],
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user