Add the comment back to help explain the reason this is set to peer.

This commit is contained in:
markjcrane 2016-08-20 23:44:35 -06:00
parent 9c0a4ad79d
commit 2a280510b8
1 changed files with 2 additions and 1 deletions

View File

@ -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>