mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add the comment back to help explain the reason this is set to peer.
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
<action application="limit" data="hash ${domain_name} ${destination_number} ${limit_max} ${limit_destination}" inline="false" />
|
||||
</condition>
|
||||
|
||||
<condition field="${call_direction}" expression="local" break="never">
|
||||
<condition field="${sip_authorized}" expression="true" break="never">
|
||||
<action application="set" data="bind_target=both" inline="true"/>
|
||||
<!-- set to `peer` to prevent manipulate of call by caller -->
|
||||
<anti-action application="set" data="bind_target=peer" inline="true"/>
|
||||
</condition>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user