]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add these nice gems to the default config
authorBrian West <brian@freeswitch.org>
Fri, 19 Oct 2007 15:55:40 +0000 (15:55 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 19 Oct 2007 15:55:40 +0000 (15:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5993 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/default_context.xml

index bedc6e6bacdf3def9c65324c8384a01d5d204990..963bb8bcc398df0a138c61151484d8692f5f0092 100644 (file)
       <action application="bridge" data="iax/guest@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