aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-11 19:20:01 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-11 19:20:01 +0000
commitaea52f7cabb34480c867a4b36e55697b97d0f0f6 (patch)
tree96ce3798efb510e4adf5139a2fe5d613b4e2cd6b /res
parent4456baa370f17514f52c10fe1a97f17eee588613 (diff)
Make sure the visible indication is on the right channel so when the masquerade happens the proper indication is enacted.
(closes issue #11707) Reported by: iam git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@107646 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_features.c b/res/res_features.c
index f1261b29c..e21269640 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -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);