aboutsummaryrefslogtreecommitdiffstats
path: root/main/features.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/features.c')
-rw-r--r--main/features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/features.c b/main/features.c
index d75a7c098..090813b1a 100644
--- a/main/features.c
+++ b/main/features.c
@@ -648,7 +648,7 @@ static int masq_park_call(struct ast_channel *rchan, struct ast_channel *peer, i
peer = chan;
}
- if (!play_announcement || !orig_chan_name) {
+ if (!play_announcement && !orig_chan_name) {
orig_chan_name = ast_strdupa(chan->name);
}