public void processLoadReceivedSipSession(String id) {
//remove active sip session if present and is not locked
SipSessionDialogImpl sipSession = findSipSessionFromCacheOnly(id);
if(sipSession != null
&& !sipSession.isForegroundLocked()) {
sipSession.passivate();
}
}
/**
* find the best version of SipSession