Fix dialplan 6000 - call park retrieval example

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15292 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Collins 2009-10-30 18:41:24 +00:00
parent 10f10c5db0
commit 89b88130a0
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@
<extension name="valet_park">
<condition field="destination_number" expression="^(6000)$">
<action application="answer"/>
<action application="valet_park" data="valet_parking_lot $1"/>
<action application="valet_park" data="valet_parking_lot ask 1 11 10000 ivr/ivr-enter_ext_pound.wav"/>
</condition>
</extension>