mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-19 15:08:30 +00:00
Change the variables used in call-limit dialplan
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user