Index: res/res_features.c =================================================================== --- res/res_features.c (revision 235813) +++ res/res_features.c (working copy) @@ -591,7 +591,8 @@ } if (!play_announcement || !orig_chan_name) { - orig_chan_name = ast_strdupa(chan->name); + /* chan is the channel being parked, peer is the effective park-er */ + orig_chan_name = ast_strdupa(peer->name); } park_status = park_call_full(chan, peer, timeout, extout, orig_chan_name, pu);