Change the order number from 15 to 30.

This commit is contained in:
FusionPBX 2022-04-11 14:47:18 -06:00 committed by GitHub
parent 4ab4fbbae9
commit bcd8ea8ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<context name="{v_context}">
<extension name="call-direction" number="" continue="true" app_uuid="3780f814-5543-4350-b65d-563512d1fe71" enabled="true" order="15">
<extension name="call-direction" number="" continue="true" app_uuid="3780f814-5543-4350-b65d-563512d1fe71" enabled="true" order="30">
<condition field="${call_direction}" expression="^(inbound|outbound|local)$" break="never">
<anti-action application="export" data="call_direction=local" inline="true"/>
</condition>