Add option to specify codecs on "outgoing" profile
This commit is contained in:
parent
020284bf96
commit
f709539b0b
3 changed files with 15 additions and 0 deletions
|
@ -67,6 +67,7 @@ class rhizo_base {
|
|||
$max_power_red = hiera('rhizo::max_power_red', '24')
|
||||
$mncc_codec = hiera('rhizo::mncc_codec', 'GSM')
|
||||
$inter_codec = hiera('rhizo::inter_codec', 'G729')
|
||||
$upstream_codec = hiera('rhizo::upstream_codec', 'G729')
|
||||
$dids = hiera('rhizo::dids', '')
|
||||
|
||||
$lcls = $osmo_stack ? {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue