377378379380381382383384385386387
/* * Send PLACE_CALL_RESPONSE message back to all the clients * to signal success. */ sender.send(clientID, new PlaceCallResponseMessage( phoneCellMO.getCellID(), listing, true)); logger.fine("back from notifying user"); return; }