Created
March 29, 2014 10:45
-
-
Save tauzen/9852215 to your computer and use it in GitHub Desktop.
Freeswitch demo ivr definition in freeswitch/conf/dialplan/default.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<extension name="ivr_demo"> | |
<condition field="destination_number" expression="^5000$"> | |
<action application="answer"/> | |
<action application="sleep" data="2000"/> | |
<action application="ivr" data="demo_ivr"/> | |
</condition> | |
</extension> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment