Update 470_valet_park.xml

Remove 2 characters from the previous regular expression to fix the new one.
This commit is contained in:
FusionPBX
2025-10-10 16:03:00 -06:00
committed by GitHub
parent 3754d741cc
commit d199ed6157

View File

@@ -4,7 +4,7 @@
<condition field="${sip_refer_to}" expression="(?:sip:)?@([^:]+)(?::\d+)?" break="never">
<action application="set" data="referred_by_host=$1" inline="true"/>
</condition>
<condition field="${sip_h_Referred-By}" expression="(?:sip:)?(\d+)(?:@.*)?\>" break="never">
<condition field="${sip_h_Referred-By}" expression="(?:sip:)?(\d+)(?:@.*)?" break="never">
<action application="set" data="referred_by_user=$1" inline="true"/>
</condition>
<condition field="destination_number" expression="^(park)?\+?\*(59(0[1-9]|[1-9][0-9]))$" break="never"/>