]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Connected line is not updated when chan_dahdi/sig_pri or chan_misdn transfers a call.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 22 Oct 2010 15:47:08 +0000 (15:47 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 22 Oct 2010 15:47:08 +0000 (15:47 +0000)
commiteeec27dafc2929b362ba01b9e08bc80383ce23bd
treee75ffecb515606ac3aef8133c4e91cc37557e6a0
parentcb0d414f4b110c2228e0e78621fa7e20065d9e13
Connected line is not updated when chan_dahdi/sig_pri or chan_misdn transfers a call.

When a call is transfered by ECT or implicitly by disconnect in sig_pri or
implicitly by disconnect in chan_misdn, the connected line information is
not exchanged.  The connected line interception macros also need to be
executed if defined.

The CALLER interception macro is executed for the held call.
The CALLEE interception macro is executed for the active/ringing call.

JIRA ABE-2589
JIRA SWP-2296

Patches:
      abe_2589_c3bier.patch uploaded by rmudgett (license 664)
      abe_2589_v1.8_v2.patch uploaded by rmudgett (license 664)

Review: https://reviewboard.asterisk.org/r/958/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@292704 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_misdn.c
channels/sig_pri.c
main/channel.c