Add a call limit dialplan disabled for now.
This commit is contained in:
parent
79d5ff5287
commit
63fd267125
|
|
@ -0,0 +1,7 @@
|
|||
<context name="{v_context}">
|
||||
<extension name="call-limit" number="" continue="true" app_uuid="4670c44c-45dd-4bae-97ba-b0dfe0aca639" enabled="false">
|
||||
<condition field="${call_direction}" expression="^(inbound|outbound)$">
|
||||
<action application="limit" data="hash inbound ${domain_uuid} ${max_calls} !USER_BUSY"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
Loading…
Reference in New Issue