CallListing listing = msg.getCallListing();
if (msg instanceof PlaceCallResponseMessage) {
LOGGER.fine("Got place call response...");
if (msg.wasSuccessful() == false) {
LOGGER.warning("Failed PLACE_CALL!");
return;
}
if (mostRecentCallListing == null ||