} catch (IOException e) {
logger.warning("unable to get voice bridge: " + e.getMessage());
return;
}
sender.send(clientID, new GetVoiceBridgeResponseMessage(bridgeInfo.toString()));
return;
}
if (message instanceof PlaceCallRequestMessage) {
logger.fine("Got PlaceCallMessage from " + clientID);