Move sms_shortcodes
This commit is contained in:
parent
1af43d36d5
commit
c485480399
2 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,7 @@ class rhizo_base {
|
||||||
$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', '')
|
$sip_calling_url = hiera('rhizo::sip_calling_url', '')
|
||||||
|
$sms_shortcodes = hiera('rhizo::sms_shortcodes', '')
|
||||||
|
|
||||||
# database
|
# database
|
||||||
$pgsql_db = hiera('rhizo::pgsql_db')
|
$pgsql_db = hiera('rhizo::pgsql_db')
|
||||||
|
|
|
@ -49,6 +49,10 @@ site_routing = [
|
||||||
<%= @site_routing %>
|
<%= @site_routing %>
|
||||||
]
|
]
|
||||||
|
|
||||||
|
sms_shortcodes = [
|
||||||
|
<%= @sms_shortcodes %>
|
||||||
|
]
|
||||||
|
|
||||||
# SITE settings
|
# SITE settings
|
||||||
# rate type can be "call" or "min"
|
# rate type can be "call" or "min"
|
||||||
limit_local_calls = "<%= @limit_local_calls %>"
|
limit_local_calls = "<%= @limit_local_calls %>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue