[Home]

Summary:ASTERISK-29362: app_confbridge: AMI Event "ConfbridgeLeave" may not contain CONFBRIDGE_RESULT
Reporter:Joshua C. Colp (jcolp)Labels:
Date Opened:2021-03-22 08:52:06Date Closed:
Priority:MinorRegression?Yes
Status:Open/NewComponents:Applications/app_confbridge
Versions:16.16.2 18.2.2 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In Asterisk 16 and above hooks are used in bridging to know when to send the join/leave events. In the case of the leave event this is problematic because the CONFBRIDGE_RESULT is set to "Hangup" after the channel leaves the bridge if it is hung up, resulting in it not being present in the ConfbridgeLeave AMI event.

It's probably wise to set the dialplan variable in the hook callback on leave if the channel is hung up.
Comments: