mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
tweak description
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11898 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
596f9afded
commit
d47662fc64
@ -640,9 +640,6 @@
|
|||||||
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
|
||||||
This is an example of how to override the RURI on an outgoing invite to a registered contact.
|
|
||||||
-->
|
|
||||||
<!--
|
<!--
|
||||||
<extension name="refer">
|
<extension name="refer">
|
||||||
<condition field="${sip_refer_to}">
|
<condition field="${sip_refer_to}">
|
||||||
@ -656,7 +653,11 @@
|
|||||||
<action application="bridge" data="sofia/${use_profile}/${refer_user}@${refer_domain}"/>
|
<action application="bridge" data="sofia/${use_profile}/${refer_user}@${refer_domain}"/>
|
||||||
</condition>
|
</condition>
|
||||||
</extension>
|
</extension>
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
|
This is an example of how to override the RURI on an outgoing invite to a registered contact.
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
<extension name="ruri">
|
<extension name="ruri">
|
||||||
<condition field="destination_number" expression="^ruri$">
|
<condition field="destination_number" expression="^ruri$">
|
||||||
<action application="bridge" data="sofia/${ruri_profile}/${ruri_user}${regex(${sofia_contact(${ruri_contact})}|^[^\@]+(.*)|%1)}"/>
|
<action application="bridge" data="sofia/${ruri_profile}/${ruri_user}${regex(${sofia_contact(${ruri_contact})}|^[^\@]+(.*)|%1)}"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user