mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-16 03:42:09 +00:00
FS-7648 clean 2
This commit is contained in:
parent
783c4c2eda
commit
cf4a5d1702
@ -5,7 +5,7 @@
|
|||||||
<action application="bridge" data="user/$1@${domain_name}"/>
|
<action application="bridge" data="user/$1@${domain_name}"/>
|
||||||
<action application="answer"/>
|
<action application="answer"/>
|
||||||
<action application="sleep" data="1000"/>
|
<action application="sleep" data="1000"/>
|
||||||
<action application="bridge" data="loopback/app=voicemail:default $1 ${dialed_extension}"/>
|
<action application="bridge" data="loopback/app=voicemail:default ${domain_name} $1"/>
|
||||||
</condition>
|
</condition>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
|
@ -1,15 +1,9 @@
|
|||||||
<profile name="external-ipv6">
|
<profile name="external-ipv6">
|
||||||
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
|
||||||
<!-- This profile is only for outbound registrations to providers -->
|
|
||||||
<gateways>
|
<gateways>
|
||||||
<X-PRE-PROCESS cmd="include" data="external-ipv6/*.xml"/>
|
<NO-PRE-PROCESS cmd="include" data="external-ipv6/*.xml"/>
|
||||||
</gateways>
|
</gateways>
|
||||||
|
|
||||||
<aliases>
|
<aliases>
|
||||||
<!--
|
|
||||||
<alias name="outbound"/>
|
|
||||||
<alias name="nat"/>
|
|
||||||
-->
|
|
||||||
</aliases>
|
</aliases>
|
||||||
|
|
||||||
<domains>
|
<domains>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
||||||
<!-- This profile is only for outbound registrations to providers -->
|
<!-- This profile is only for outbound registrations to providers -->
|
||||||
<gateways>
|
<gateways>
|
||||||
<X-PRE-PROCESS cmd="include" data="external/*.xml"/>
|
<NOPRE-PROCESS cmd="include" data="external/*.xml"/>
|
||||||
</gateways>
|
</gateways>
|
||||||
|
|
||||||
<aliases>
|
<aliases>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user