Change value park from continue true to false as continue is not needed and it uses a little more resources when its set to true
This commit is contained in:
parent
5228789d75
commit
0e49a135c6
|
|
@ -1,5 +1,5 @@
|
|||
<context name="{v_context}">
|
||||
<extension name="valet_park" number="park+*5901-*5999" continue="true" app_uuid="3cc8363d-5ce3-48aa-8ac1-143cf297c4f7" enabled="true">
|
||||
<extension name="valet_park" number="park+*5901-*5999" continue="false" app_uuid="3cc8363d-5ce3-48aa-8ac1-143cf297c4f7" enabled="true">
|
||||
<condition field="destination_number" expression="^(park\+)?(\*59[0-9][0-9])$" break="never"/>
|
||||
<condition field="${sip_h_Referred-By}" expression="sip:(.*)@.*" break="never">
|
||||
<action application="set" data="referred_by_user=$1"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue