]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak description
authorBrian West <brian@freeswitch.org>
Wed, 11 Feb 2009 23:58:48 +0000 (23:58 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 11 Feb 2009 23:58:48 +0000 (23:58 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11898 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default.xml

index bf8afd6e59bf662ae3f27439ba0eae53957de0d4..b38730e4007d5005c3bd968ecc7369cc9ba44e77 100644 (file)
        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)}"/>