if (hasCrossSarVisibility) {
Set siblings = ctx.getSiblingContexts();
if (siblings != null) {
Iterator iter = siblings.iterator();
while (sas == null && iter.hasNext()) {
ConvergedContext cc = (ConvergedContext) iter.next();
SipSessionManager manager = cc.getSipSessionManager();
if (manager != null) {
try {
sas = manager.findSipApplicationSession(sasId);
} catch (RemoteLockException e) {
throw new RemoteLockRuntimeException(e);