Add vars to config_values
This commit is contained in:
parent
5c47008d36
commit
9c6552c6b7
1 changed files with 3 additions and 1 deletions
|
@ -68,10 +68,12 @@ voip_password = "<%= @voip_password %>"
|
||||||
voip_proxy = "<%= @voip_proxy %>"
|
voip_proxy = "<%= @voip_proxy %>"
|
||||||
voip_did = "<%= @voip_did %>"
|
voip_did = "<%= @voip_did %>"
|
||||||
voip_cli = "<%= @voip_cli %>"
|
voip_cli = "<%= @voip_cli %>"
|
||||||
|
voip_chans_max = <%= @voip_chans_max %>
|
||||||
|
voip_mod = <%= @voip_mod %>
|
||||||
|
|
||||||
# Subscription SMS notification
|
# Subscription SMS notification
|
||||||
notice_msg = '<%= @notice_msg %>'
|
notice_msg = '<%= @notice_msg %>'
|
||||||
reminder_msg = '<%= @reminder_msg %>'
|
reminder_msg = '<%= @reminder_msg %>'
|
||||||
deactivate_msg = '<%= @deactivate_msg %>'
|
deactivate_msg = '<%= @deactivate_msg %>'
|
||||||
emergency_contact = '<%= @emergency_contact %>'
|
emergency_contact = '<%= @emergency_contact %>'
|
||||||
support_contact = '68068155555'
|
support_contact = '<%= @support_contact %>'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue