]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make sure the visible indication is on the right channel so when the masquerade happe...
authorJoshua Colp <jcolp@digium.com>
Tue, 11 Mar 2008 19:20:01 +0000 (19:20 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 11 Mar 2008 19:20:01 +0000 (19:20 +0000)
(closes issue #11707)
Reported by: iam

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

res/res_features.c

index f1261b29cd4cc18d89f3bbd238128f3f566317d0..e21269640ce4e0cb2174c99aee0a0dc0e76f695e 100644 (file)
@@ -869,6 +869,7 @@ static int builtin_atxfer(struct ast_channel *chan, struct ast_channel *peer, st
                return -1;
        }
        /* Make formats okay */
+       xferchan->visible_indication = transferer->visible_indication;
        xferchan->readformat = transferee->readformat;
        xferchan->writeformat = transferee->writeformat;
        ast_channel_masquerade(xferchan, transferee);