mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update 470_valet_park.xml
Remove 2 characters from the previous regular expression to fix the new one.
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user