summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-11-02 14:15:14 +0000
committerJoshua Colp <jcolp@digium.com>2016-11-02 09:16:25 -0500
commitd971647949a5a6dee5c80526f2baa90b02687ad5 (patch)
tree67b934f0d73ff74fddad4bb7fd1e06a5eb928eaa /tests
parent18974927e5595f589f2c66a93da6e03185a07d65 (diff)
app_dial: Fix incorrect device state when channel is picked up.
Given the scenario where multiple channels are dialed using Dial() but the caller is picked up using PickupChan() all outgoing channels except the channel specified to PickupChan() would be marked as ringing until the call had been hung up. When using the PickupChan application the channel executing the application is swapped into place of another channel. As part of this process the channel is answered. The Dial application has explicit logic which checks if the channel is answered, cancels all other outgoing channels, and bridges. This logic is different than the normal logic that is executed when an outgoing channel is answered. This different logic failed to publish dial events stating that the other outgoing channels had been canceled. As a result references to the outgoing channels were held onto by the dial masquerade process until the call had been ended and the channels had gone away. This would result in the channels appearing in the "core show channels" list despite not being present anymore and would also result in incorrect device state. This change makes it so that this logic also publishes dial events stating that the other outgoing channels have been canceled. ASTERISK-26549 Change-Id: Iea7168e6e82f7d4609ec0366153804e4f55ea64f
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions