Update 470_valet_park.xml

This commit is contained in:
FusionPBX 2017-01-13 11:14:29 -07:00 committed by GitHub
parent 617bdcc3db
commit 0ccb7cbd1a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<action application="set" data="park_lot=$2" inline="true"/>
</condition>
<condition field="destination_number" expression="^(park\+)?(\*59[0-9][0-9])$"/>
<condition field="${cond ${sip_h_Referred-By} == 0 ? false : true}" expression="true" break="never">
<condition field="${cond ${sip_h_Referred-By} == '' ? false : true}" expression="true" break="never">
<action application="set" data="park_in_use=${regex ${valet_info park@${domain_name}}|${park_lot}}" inline="true"/>
</condition>
<condition field="${park_in_use}" expression="true" break="never">