mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 09:33:48 +00:00
27 lines
868 B
XML
27 lines
868 B
XML
<profile name="{v_sip_profile_name}">
|
|
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
|
<!--aliases are other names that will work as a valid profile name for this profile-->
|
|
<aliases>
|
|
<!--
|
|
<alias name="default"/>
|
|
-->
|
|
</aliases>
|
|
|
|
<!-- Outbound Registrations -->
|
|
<gateways>
|
|
<X-PRE-PROCESS cmd="include" data="{v_sip_profile_name}/*.xml"/>
|
|
</gateways>
|
|
|
|
<domains>
|
|
<!-- indicator to parse the directory for domains with parse="true" to get gateways-->
|
|
<!--<domain name="$${domain}" parse="true"/>-->
|
|
<!-- indicator to parse the directory for domains with parse="true" to get gateways and alias every domain to this profile -->
|
|
<!--<domain name="all" alias="true" parse="true"/>-->
|
|
<domain name="all" alias="true" parse="false"/>
|
|
</domains>
|
|
|
|
<settings>
|
|
{v_sip_profile_settings}
|
|
</settings>
|
|
</profile>
|