Remove the self closing tag on the local_extension condition.
This commit is contained in:
parent
c4aaaaaf92
commit
c6980b9fe6
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue