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

@ -17,6 +17,8 @@ use_sip = '<%= @use_sip %>'
advice_email = <%= @advice_email %>
test_playback = '<%= @test_playback %>'
mncc_codec = '<%= @mncc_codec %>'
inter_codec = '<%= @inter_codec %>'
upstream_codec = '<%= @upstream_codec %>'
# database
pgsql_db = '<%= @pgsql_db %>'