mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add the ${ and } to user_exists so that it works with the condition.
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user