]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix copying of CDR(accountcode) to local channels.
authorWalter Doekes <walter+asterisk@wjd.nu>
Wed, 29 Feb 2012 19:41:32 +0000 (19:41 +0000)
committerWalter Doekes <walter+asterisk@wjd.nu>
Wed, 29 Feb 2012 19:41:32 +0000 (19:41 +0000)
commit99a080671dd65b79cd0962e83af0225ed183a60b
tree4797ade335e4750bbfeb1af3af7af9fc3af6829e
parentcc470930baf033a736dbdfe7ab75b49cca2361f3
Fix copying of CDR(accountcode) to local channels.

In r203638, during the addition of the Channel Event Logging, in mid-2009, this
got broken in trunk and ended up in asterisk 1.8 and higher. This fixes so the
CDR(accountcode) from the calling channel is available to dialed channels again
as well as showing up properly in the CDR's.

(closes issue ASTERISK-19384)
Reported by: jamicque
Patches: accountcode.patch (License #6033) by jamicque
Review: https://reviewboard.asterisk.org/r/1775/
Reviewed by: Richard Mudgett

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@357575 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_dial.c