mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
fix FSCORE-165
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9181 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
774d21a0b4
commit
23090c293d
@ -232,7 +232,7 @@
|
||||
|
||||
<!-- a sample IVR -->
|
||||
<extension name="ivr_demo">
|
||||
<condition field="destination_number" expression="5000">
|
||||
<condition field="destination_number" expression="^5000$">
|
||||
<action application="answer"/>
|
||||
<action application="sleep" data="2000"/>
|
||||
<action application="ivr" data="demo_ivr"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user