git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11898
d0543943-73ff-0310-b7d9-
9358b9ac24b2
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">
<condition field="${sip_refer_to}">
<action application="bridge" data="sofia/${use_profile}/${refer_user}@${refer_domain}"/>
</condition>
</extension>
-
+ -->
+ <!--
+ This is an example of how to override the RURI on an outgoing invite to a registered contact.
+ -->
+ <!--
<extension name="ruri">
<condition field="destination_number" expression="^ruri$">
<action application="bridge" data="sofia/${ruri_profile}/${ruri_user}${regex(${sofia_contact(${ruri_contact})}|^[^\@]+(.*)|%1)}"/>