mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 20:19:36 +00:00
add these nice gems to the default config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5993 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6b1fa2191b
commit
a1ebbf1fa7
@ -38,6 +38,19 @@
|
|||||||
</condition>
|
</condition>
|
||||||
</extension>
|
</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
|
if the number starts with a *393 then strip the *393
|
||||||
and dial the remainder of the number out our "fwd" gateway
|
and dial the remainder of the number out our "fwd" gateway
|
||||||
|
Loading…
x
Reference in New Issue
Block a user