mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update 070_speed_dial.xml
Removing the other conditions because of the prefix.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<context name="{v_context}">
|
||||
<extension name="speed_dial" number="*0[ext]" continue="true" app_uuid="1a4a2611-01e3-4582-982b-4ada4d314ea3" enabled="false">
|
||||
<condition field="${user_exists}" expression="^false$">
|
||||
<condition field="${call_direction}" expression="^local$"/>
|
||||
<condition field="destination_number" expression="^\*0(.*)$"/>
|
||||
<extension name="speed_dial" number="*0[ext]" continue="false" app_uuid="1a4a2611-01e3-4582-982b-4ada4d314ea3" enabled="true">
|
||||
<condition field="destination_number" expression="^\*0(.*)$">
|
||||
<action application="lua" data="app.lua speed_dial $1"/>
|
||||
</condition>
|
||||
</extension>
|
||||
|
||||
Reference in New Issue
Block a user