Add option to specify codecs on "outgoing" profile

This commit is contained in:
Monocots 2022-11-18 23:17:46 +00:00
parent 020284bf96
commit f709539b0b
3 changed files with 15 additions and 0 deletions

View file

@ -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 ? {