[Freeswitch-svn] [commit] r7071 - freeswitch/trunk/conf/dialplan

Freeswitch SVN brian at freeswitch.org
Wed Jan 2 20:29:24 EST 2008


Author: brian
Date: Wed Jan  2 20:29:24 2008
New Revision: 7071

Modified:
   freeswitch/trunk/conf/dialplan/default.xml

Log:
add multicast_page_example for snom and linksys

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Wed Jan  2 20:29:24 2008
@@ -165,6 +165,12 @@
       </condition>
     </extension>
 
+    <extension name="rtp_multicast_page">
+      <condition field="destination_number" expression="^pagegroup$">
+	<action application="esf_page_group"/>
+      </condition>
+    </extension>
+
     <!-- 
 	 Parking extensions... transferring calls to 5900 will park them in a queue.
     -->



More information about the Freeswitch-svn mailing list