Skip to content

Instantly share code, notes, and snippets.

@tauzen
Created March 29, 2014 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tauzen/9852215 to your computer and use it in GitHub Desktop.
Save tauzen/9852215 to your computer and use it in GitHub Desktop.
Freeswitch demo ivr definition in freeswitch/conf/dialplan/default.xml
<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