]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_dial.c: Force COLP update if outgoing channel name changed. 26/1326/1
authorRichard Mudgett <rmudgett@digium.com>
Thu, 24 Sep 2015 17:59:08 +0000 (12:59 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 25 Sep 2015 17:39:11 +0000 (12:39 -0500)
commit91f754cb8934593a05d15c121dfaf387549f898b
tree5c55658b1a36543eb94da0c2742bf9819ad6eb52
parent9792b21720f51dea733b0446c7e04a5569bd67c7
app_dial.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
Reported by: John Hardin

Change-Id: I2e01f7a698fbbc8c26344a59c2be40c6cd98b00c
apps/app_dial.c