Move sms_shortcodes

This commit is contained in:
Monocots 2024-02-01 22:06:04 +00:00
parent 1af43d36d5
commit c485480399
2 changed files with 5 additions and 0 deletions

View file

@ -27,6 +27,7 @@ class rhizo_base {
$charge_scheme = hiera('rhizo::charge_scheme', 'normal')
$test_playback = hiera('rhizo::test_playback', 'tone_stream://%(4000,250,440);loops=-1')
$sip_calling_url = hiera('rhizo::sip_calling_url', '')
$sms_shortcodes = hiera('rhizo::sms_shortcodes', '')
# database
$pgsql_db = hiera('rhizo::pgsql_db')

View file

@ -49,6 +49,10 @@ site_routing = [
<%= @site_routing %>
]
sms_shortcodes = [
<%= @sms_shortcodes %>
]
# SITE settings
# rate type can be "call" or "min"
limit_local_calls = "<%= @limit_local_calls %>"