Variable hangup after bridge
From FreeSWITCH Wiki
hangup_after_bridge
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.
Usage:
<action application="set" data="hangup_after_bridge=true"/>
See also:
Implemented By:
| Module Name | Source File | Last Revised |
| mod_dptools | mod_dptools.c | 8412 |
| mod_enum | mod_enum.c | 3495 |
| mod_lcr | mod_lcr.c | 10510 |
| core | switch_ivr.c | 5738 |
| core | switch_ivr_bridge.c | 10504 |

