SoftphoneControlImpl sc = SoftphoneControlImpl.getInstance();
listing.setSoftphoneCallID(sc.getCallID());
PlaceCallMessage msg = new PlaceCallMessage(phoneCell.getCellID(),
listing);
LOGGER.fine("Sending place call message " + phoneCell.getCellID() + " "
+ " softphoneCallID " + sc.getCallID() + " " + listing);