mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 09:43:50 +00:00
8 lines
367 B
XML
8 lines
367 B
XML
<context name="{v_context}">
|
|
<extension name="call-limit" number="" 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"/>
|
|
</condition>
|
|
</extension>
|
|
</context>
|