mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-02 10:03:49 +00:00
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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user