]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue.c: Force COLP update if outgoing channel name changed. 29/1329/1
authorRichard Mudgett <rmudgett@digium.com>
Thu, 24 Sep 2015 19:56:24 +0000 (14:56 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 25 Sep 2015 17:39:11 +0000 (12:39 -0500)
commit00be2f6b4f6d5ca8fc644f2e2c1895918adf22b0
treee5e50a63b5c96f1a4871d5eaf268c569e07a3050
parentbd43638622e3780ffbe8eda356cd03085674b08e
app_queue.c: Force COLP update if outgoing channel name changed.

* When a call is answered and the outgoing channel name has changed then
force a connected line update because the channel is no longer the same.
The channel was masqueraded into by another channel.  This is usually
because of a call pickup.

Note: Forwarded calls are handled in a controlled manner so the original
channel name is replaced with the forwarded channel.

ASTERISK-25423 #close
Reported by: John Hardin

Change-Id: Ie275ea9e99c092ad369db23e0feb08c44498c172
apps/app_queue.c