Revert the changes to call_block dialplan.

This commit is contained in:
Mark Crane 2014-12-03 01:44:10 +00:00
parent 11e5531c91
commit 371bf88d3c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<context name="{v_context}"> <context name="{v_context}">
<extension name="call_block" number="" continue="true" app_uuid="b1b31930-d0ee-4395-a891-04df94599f1f" enabled="false"> <extension name="call_block" number="" continue="true" app_uuid="b1b31930-d0ee-4395-a891-04df94599f1f" enabled="false">
<condition field="${call_block}" expression="^block$" > <condition>
<anti-action application="lua" data="app.lua call_block"/> <action application="lua" data="app.lua call_block"/>
</condition> </condition>
</extension> </extension>
</context> </context>