--- features.c 2009-04-08 15:21:11.000000000 -0400 +++ modified-features.c 2009-04-08 15:10:43.000000000 -0400 @@ -590,7 +590,7 @@ notify_metermaids(pu->parkingexten, parking_con, AST_DEVICE_INUSE); } /* Tell the peer channel the number of the parking space */ - if (peer && (ast_strlen_zero(orig_chan_name) || !strcasecmp(peer->name, orig_chan_name))) { /* Only say number if it's a number and the channel hasn't been masqueraded away */ + if (peer && (!ast_strlen_zero(orig_chan_name) || !strcasecmp(peer->name, orig_chan_name))) { /* Only say number if it's a number and the channel hasn't been masqueraded away */ /* If a channel is masqueraded into peer while playing back the parking slot number do not continue playing it back. This is the case if an attended transfer occurs. */ ast_set_flag(peer, AST_FLAG_MASQ_NOSTREAM); ast_say_digits(peer, pu->parkingnum, "", peer->language);