[Asterisk-code-review] app queue: Ensure that the caller channel is being redirected (asterisk[13])

Richard Mudgett asteriskteam at digium.com
Tue Mar 21 16:34:22 CDT 2017


Richard Mudgett has posted comments on this change. ( https://gerrit.asterisk.org/5278 )

Change subject: app_queue: Ensure that the caller channel is being redirected
......................................................................


Patch Set 2: Code-Review-1

This isn't going to work.  The stasis message bus is run in a different thread and is not real-time with the channel leaving a bridge.  The async-goto flag is likely to be long cleared by the time the stasis message thread processes the bridge leave event.

An after-bridge callback will be able to see the async-goto flag but it is called after the stasis message is posted.  There is a race condition between when the after-bridge callback gets called and when the stasis message is processed.

-- 
To view, visit https://gerrit.asterisk.org/5278
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I10d3ba912d28c55f0127049db0386f7c2b66c182
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: No



More information about the asterisk-code-review mailing list