| Summary: | ASTERISK-27370: [Patch] Bridge() dialplan application fails without setting BRIDGERESULT channel variable | ||||
| Reporter: | James Terhune (bigjimmy) | Labels: | |||
| Date Opened: | 2017-10-23 18:04:54 | Date Closed: | 2017-10-23 18:10:38 | ||
| Priority: | Minor | Regression? | No | ||
| Status: | Closed/Complete | Components: | Core/Bridging | ||
| Versions: | 13.17.2 | Frequency of Occurrence | Frequent | ||
| Related Issues: |
| ||||
| Environment: | Ubuntu 16.04 | Attachments: | ( 0) 13_channel_bridge_retval | ||
| Description: | When using the Bridge() application where the target channel is already in a bridge, the BRIDGERESULT channel variable doesn't get set.
This is because the return variable of ast_bridge_join() is never checked. | ||||
| Comments: | |||||