]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_dial.c: Force COLP update if outgoing channel name changed. 16/1316/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:30:53 +0000 (12:30 -0500)
commit747bfac895c4d51f55ce687322aa6a95c52be4e2
treeaa404dfd074221ad14db2cd5067cca028284598f
parent14481d9aa0365682ace22c97d5c115166be5429d
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