Change the variables used in call-limit dialplan

This commit is contained in:
FusionPBX
2026-01-09 11:07:45 -07:00
committed by GitHub
parent 0e3786c1e3
commit dc5c535288

View File

@@ -1,5 +1,5 @@
<extension name="call-limit" number="" context="${domain_name}" continue="true" app_uuid="4670c44c-45dd-4bae-97ba-b0dfe0aca639" enabled="false" order="25">
<condition field="${call_direction}" expression="^(inbound|outbound)$">
<action application="limit" data="hash inbound ${domain_uuid} ${max_calls} !USER_BUSY"/>
<action application="limit" data="hash inbound ${domain_name} ${limit_max} !USER_BUSY"/>
</condition>
</extension>