config: add new vars
This commit is contained in:
parent
77c4f78d8d
commit
75c78ea5b2
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,8 @@ rhizomatica_dir = '<%= @rhizomatica_dir %>'
|
|||
sq_hlr_path = '<%= @sq_hlr_path %>'
|
||||
use_sip = '<%= @use_sip %>'
|
||||
advice_email = <%= @advice_email %>
|
||||
test_playback = '<%= @test_playback %>'
|
||||
mncc_codec = '<%= @mncc_codec %>'
|
||||
|
||||
# database
|
||||
pgsql_db = '<%= @pgsql_db %>'
|
||||
|
@ -66,9 +68,12 @@ voip_password = "<%= @voip_password %>"
|
|||
voip_proxy = "<%= @voip_proxy %>"
|
||||
voip_did = "<%= @voip_did %>"
|
||||
voip_cli = "<%= @voip_cli %>"
|
||||
voip_chans_max = <%= @voip_chans_max %>
|
||||
voip_mod = <%= @voip_mod %>
|
||||
|
||||
# Subscription SMS notification
|
||||
notice_msg = '<%= @notice_msg %>'
|
||||
reminder_msg = '<%= @reminder_msg %>'
|
||||
deactivate_msg = '<%= @deactivate_msg %>'
|
||||
emergency_contact = '<%= @emergency_contact %>'
|
||||
support_contact = '<%= @support_contact %>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue