Add the ${ and } to user_exists so that it works with the condition.

This commit is contained in:
markjcrane
2015-12-09 12:10:31 -07:00
parent 8f3f2040a7
commit c9fee6c080

View File

@@ -1,6 +1,6 @@
<context name="{v_context}">
<extension name="local_extension" number="[ext]" continue="false" app_uuid="71cf1310-b6e3-415b-8745-3cbdc8e15212">
<condition field="user_exists" expression="true">
<condition field="${user_exists}" expression="true">
<!--<action application="pre_answer"/>-->
<action application="export" data="dialed_extension=${destination_number}" inline="true"/>
<action application="limit" data="hash ${domain_name} ${destination_number} ${limit_max} ${limit_destination}" inline="false" />