hangup_after_bridge
Created by Ryan Harris, last modified by Attila Gulyas on 2020.08.04
boolean Controls what happens to a calling (A) party when in a bridge state, and the called (B) party hangs up. If true
the dialplan will stop processing, and the A leg will be terminated when the B leg terminates. If false
(default) the dialplan continues to be processed after the B leg terminates. This is checked after park_after_bridge and transfer_after_bridge.
The default value is false
Usage
<action application="set" data="hangup_after_bridge=true"/>