]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue.c: Force COLP update if outgoing channel name changed. 19/1319/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:31:38 +0000 (12:31 -0500)
commit6b1e7583c150cc9bafcb567c789b6c23c60e2c71
tree3540aeb38cd2a945f14eba573e8e839e887de105
parent6bf304bf251e31ab7c7a4d89508445b84fb5d551
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