Index: res/res_features.c =================================================================== --- res/res_features.c (revision 40568) +++ res/res_features.c (working copy) @@ -422,7 +422,7 @@ notify_metermaids(pu->parkingexten, parking_con); } /* Tell the peer channel the number of the parking space */ - if (peer && !pu->parkingnum == -1) /* Only say number if it's a number */ + if (peer && pu->parkingnum != -1) /* Only say number if it's a number */ ast_say_digits(peer, pu->parkingnum, "", peer->language); if (pu->notquiteyet) { /* Wake up parking thread if we're really done */