System.out.println("Orb ended " + callID + " this call id " + this.callID);
if (this.callID.equals(callID)) {
endCall(callID);
sender.send(new OrbEndCallMessage(orbCellID));
} else {
if (hostCellID != null) {
sender.send(new OrbAttachMessage(orbCellID, hostCellID, false));
}
}