[Freeswitch-svn] [commit] r5993 - freeswitch/trunk/conf

Freeswitch SVN brian at freeswitch.org
Fri Oct 19 11:55:41 EDT 2007


Author: brian
Date: Fri Oct 19 11:55:40 2007
New Revision: 5993

Modified:
   freeswitch/trunk/conf/default_context.xml

Log:
add these nice gems to the default config

Modified: freeswitch/trunk/conf/default_context.xml
==============================================================================
--- freeswitch/trunk/conf/default_context.xml	(original)
+++ freeswitch/trunk/conf/default_context.xml	Fri Oct 19 11:55:40 2007
@@ -37,7 +37,20 @@
       <action application="bridge" data="iax/guest at conference.freeswitch.org/888"/>
     </condition>
   </extension>
- 
+
+  <extension name="static-park">
+    <condition field="destination_number" expression="^8192$">
+      <action application="fifo" data="default in undef /ram/swimp.raw"/>
+    </condition>
+  </extension>
+  
+  <extension name="unpark">
+    <condition field="destination_number" expression="^8193$">
+      <action application="answer"/>
+      <action application="fifo" data="default out nowait"/>
+    </condition>
+  </extension>
+  
   <!--
   if the number starts with a *393 then strip the *393 
   and dial the remainder of the number out our "fwd" gateway



More information about the Freeswitch-svn mailing list