Add permissions=false to the speed_dial dialplan.

This commit is contained in:
FusionPBX 2022-01-17 10:10:54 -07:00 committed by GitHub
parent c084373d0a
commit d7d99fc9cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<context name="{v_context}">
<extension name="speed_dial" number="*0[ext]" continue="false" app_uuid="1a4a2611-01e3-4582-982b-4ada4d314ea3" enabled="true" order="70">
<condition field="destination_number" expression="^\*0(.*)$">
<action application="set" data="permissions=false"/>
<action application="lua" data="app.lua speed_dial $1"/>
</condition>
</extension>