Add site_routing table
This commit is contained in:
parent
7351a6f561
commit
cce605be74
2 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,7 @@ class rhizo_base {
|
|||
$pgsql_host = hiera('rhizo::pgsql_host')
|
||||
|
||||
# SITE
|
||||
$site_routing = hiera('rhizo::site_routing', '')
|
||||
$site_name = hiera('rhizo::site_name')
|
||||
$postcode = hiera('rhizo::postcode')
|
||||
$pbxcode = hiera('rhizo::pbxcode')
|
||||
|
|
|
@ -42,6 +42,10 @@ sip_central_ip_address = <%= @sip_central_ip_address %>
|
|||
webphone_prefix = <%= @webphone_prefix %>
|
||||
has_vsat = <%= @has_vsat %>
|
||||
|
||||
site_routing = [
|
||||
<%= @site_routing %>
|
||||
]
|
||||
|
||||
# SITE settings
|
||||
# rate type can be "call" or "min"
|
||||
limit_local_calls = "<%= @limit_local_calls %>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue