Fix account code for call forward and Park slots to disabled by default.

This commit is contained in:
Mark Crane
2013-05-01 18:14:13 +00:00
parent 7ab8007ec7
commit dcfb4c8cf2
4 changed files with 25 additions and 23 deletions
@@ -1,5 +1,5 @@
<context name="{v_context}">
<extension name="park_slots" app_uuid="f096f899-c78e-409c-8290-00f6d423b31c" enabled="false">
<extension name="park_slots" app_uuid="f096f899-c78e-409c-8290-00f6d423b31c" enabled="true">
<condition field="destination_number" expression="(^\*5901$|^\*5902$|^\*5903$)" >
<action application="set" data="park_extension=$1" />
<action application="set" data="park_direction=both" />