]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix an incorrect assumption that certain values on the channel will always exist...
authorJoshua Colp <jcolp@digium.com>
Tue, 5 May 2009 18:22:27 +0000 (18:22 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 5 May 2009 18:22:27 +0000 (18:22 +0000)
commit385e28f532f13fd1fca3a01960b4d44c00b0d282
tree02c1e4d757742cfe6c9f829841cb3fd276983493
parent6b15b327834b356c062b0f458dba4491eb73936d
Fix an incorrect assumption that certain values on the channel will always exist when they may not.

The CDR code involved with bridges wrongly assumed that the currently executing application and data
values will always exist. It is possible for this to be false when call forwarding is involved.

(closes issue #14984)
Reported by: gincantalupo

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@192454 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_features.c