}
logger.fine("echoing treatment to " + softphoneCallID);
try {
softphoneCall.playTreatment(m.getTreatment());
} catch (IOException e) {
logger.warning("Unable to play treatment to " + softphoneCall + ": "
+ e.getMessage());
sender.send(clientID, new CallEndedResponseMessage(
phoneCellMO.getCellID(), listing, true, "Softphone is not connected!"));