Export codecs config to RCCN

And change default mncc, inter to AMR
This commit is contained in:
Keith Whyte 2023-02-06 00:45:20 +01:00
parent d4f90c20ad
commit c488a754d2
2 changed files with 4 additions and 2 deletions

View file

@ -57,8 +57,8 @@ class rhizo_base {
$ms_max_power = hiera('rhizo::ms_max_power', '5')
$max_power_red = hiera('rhizo::max_power_red', '24')
$mncc_codec = hiera('rhizo::mncc_codec', 'GSM')
$inter_codec = hiera('rhizo::inter_codec', 'G729')
$mncc_codec = hiera('rhizo::mncc_codec', 'AMR')
$inter_codec = hiera('rhizo::inter_codec', 'AMR')
$upstream_codec = hiera('rhizo::upstream_codec', 'G729')
$dids = hiera('rhizo::dids', '')