Update sofia.conf.lua

This commit is contained in:
FusionPBX 2017-01-18 08:57:11 -07:00 committed by GitHub
parent eae6c0aa92
commit 3835477219
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@
table.insert(xml, [[ <!--<domain name="$${domain}" parse="true"/>-->]]);
table.insert(xml, [[ <!-- indicator to parse the directory for domains with parse="true" to get gateways and alias every domain to this profile -->]]);
table.insert(xml, [[ <!--<domain name="all" alias="true" parse="true"/>-->]]);
table.insert(xml, [[ <domain name="all" alias="true" parse="false"/>]]);
table.insert(xml, [[ <domain name="all" alias="false" parse="true"/>]]);
table.insert(xml, [[ </domains>]]);
table.insert(xml, [[ <settings>]]);
profile_tag_status = "open";