]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Ensure member is removed from pending when hanging up. 43/3743/1
authorJoshua Colp <jcolp@digium.com>
Thu, 25 Aug 2016 12:06:41 +0000 (12:06 +0000)
committerJoshua Colp <jcolp@digium.com>
Sat, 27 Aug 2016 10:21:49 +0000 (05:21 -0500)
commitf7b3f628cd2732cfd86ffa720af4224e5e25cb2b
treecd66b5b747f783da0e5a2ff5deadaea7dbc2194f
parent9dfd4916a8330df6f70d614f01ef68458b27c589
app_queue: Ensure member is removed from pending when hanging up.

When dialing channels it is possible that they may not ever
leave the not in use state (Local channels in particular) by
the time we cancel them. If this occurs but we know they were
dialed we explicitly remove them from the pending members
container so that subsequent call attempts occur.

ASTERISK-26299 #close

Change-Id: I6ad0d17c36480c92cebf840626228ce3f7e4bd65
apps/app_queue.c