diff --git a/main/features.c b/main/features.c index b4e2817319..1b6fda4b23 100644 --- a/main/features.c +++ b/main/features.c @@ -1113,6 +1113,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); @@ -1209,6 +1210,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);