update order number to match (#5154)

This commit is contained in:
Len 2020-02-25 00:42:40 -05:00 committed by GitHub
parent c1ca1b4866
commit 375feaedc6
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="20">
<extension name="call-direction" number="" continue="true" app_uuid="3780f814-5543-4350-b65d-563512d1fe71" enabled="true" order="15">
<condition field="${call_direction}" expression="^(inbound|outbound|local)$" break="never">
<anti-action application="export" data="call_direction=local" inline="true"/>
</condition>