mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
fix valet parking sample
This commit is contained in:
parent
bb84b0534c
commit
6953881a71
@ -508,7 +508,7 @@
|
||||
After call is retrieved, park extension is free for another call.
|
||||
-->
|
||||
<extension name="valet_park">
|
||||
<condition field="destination_number" expression="^(60\d[1-9])$">
|
||||
<condition field="destination_number" expression="^((?!6000)60\d{2})$">
|
||||
<action application="answer"/>
|
||||
<action application="valet_park" data="valet_parking_lot $1"/>
|
||||
</condition>
|
||||
|
Loading…
x
Reference in New Issue
Block a user