mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-19 10:41:50 +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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user