Add the comment back to help explain the reason this is set to peer.
This commit is contained in:
parent
9c0a4ad79d
commit
2a280510b8
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue