OrbMuteCallMessage orbMuteCallMessage = new OrbMuteCallMessage(orbCellID, true);
// send to everybody cellChannel.send(cellChannel.getSessions(), orbMessage.getBytes());
try {
call.playTreatment("tts:muted");
} catch (IOException e) {
logger.warning("unable to play muted treatment to " + call
+ ": " + e.getMessage());
}
return;