mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Set inline to false.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<condition field="destination_number" expression="(^\d{2,7}$)">
|
||||
<!--<action application="pre_answer"/>-->
|
||||
<action application="export" data="dialed_extension=$1" inline="true"/>
|
||||
<action application="limit" data="hash ${domain_name} $1 ${limit_max} ${limit_destination}" inline="" />
|
||||
<action application="limit" data="hash ${domain_name} $1 ${limit_max} ${limit_destination}" inline="false" />
|
||||
</condition>
|
||||
|
||||
<!--Allow transfer/record only for internal users-->
|
||||
|
||||
Reference in New Issue
Block a user