config: Add sip calling param
This commit is contained in:
parent
c488a754d2
commit
8c84c98039
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ class rhizo_base {
|
||||||
$advice_email = hiera('rhizo::advice_email')
|
$advice_email = hiera('rhizo::advice_email')
|
||||||
$charge_scheme = hiera('rhizo::charge_scheme', 'normal')
|
$charge_scheme = hiera('rhizo::charge_scheme', 'normal')
|
||||||
$test_playback = hiera('rhizo::test_playback', 'tone_stream://%(4000,250,440);loops=-1')
|
$test_playback = hiera('rhizo::test_playback', 'tone_stream://%(4000,250,440);loops=-1')
|
||||||
|
$sip_calling_url = hiera('rhizo::sip_calling_url', '')
|
||||||
|
|
||||||
# database
|
# database
|
||||||
$pgsql_db = hiera('rhizo::pgsql_db')
|
$pgsql_db = hiera('rhizo::pgsql_db')
|
||||||
|
|
|
@ -19,6 +19,7 @@ test_playback = '<%= @test_playback %>'
|
||||||
mncc_codec = '<%= @mncc_codec %>'
|
mncc_codec = '<%= @mncc_codec %>'
|
||||||
inter_codec = '<%= @inter_codec %>'
|
inter_codec = '<%= @inter_codec %>'
|
||||||
upstream_codec = '<%= @upstream_codec %>'
|
upstream_codec = '<%= @upstream_codec %>'
|
||||||
|
sip_calling_url = '<%= @sip_calling_url %>'
|
||||||
|
|
||||||
# database
|
# database
|
||||||
pgsql_db = '<%= @pgsql_db %>'
|
pgsql_db = '<%= @pgsql_db %>'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue