Home | History | Annotate | Download | only in sip

Lines Matching defs:newSession

290     private synchronized void addSipSession(SipSessionImpl newSession) {
291 removeSipSession(newSession);
292 String key = newSession.getCallId();
293 mSessionMap.put(key, newSession);
294 if (isLoggable(newSession)) {
425 SipSessionImpl newSession = new SipSessionImpl(listener);
426 newSession.mServerTransaction = transaction;
427 newSession.mState = newState;
428 newSession.mDialog = newSession.mServerTransaction.getDialog();
429 newSession.mInviteReceived = event;
430 newSession.mPeerProfile = createPeerProfile((HeaderAddress)
432 newSession.mPeerSessionDescription =
434 return newSession;
475 SipSessionImpl newSession = null;
486 newSession = createNewSession(event,
490 newSession.mProxy.onCallTransferring(newSession,
491 newSession.mPeerSessionDescription);
497 newSession = createNewSession(event, mProxy,
500 mProxy.onRinging(newSession, newSession.mPeerProfile,
501 newSession.mPeerSessionDescription);
503 if (newSession != null) addSipSession(newSession);
1276 SipSessionImpl newSession = createNewSession(event,
1280 newSession.mReferSession = this;
1281 newSession.mReferredBy = (ReferredByHeader) event.getRequest()
1283 newSession.mReplaces = replacesHeader;
1284 newSession.mPeerProfile = createPeerProfile(referto);
1285 newSession.mProxy.onCallTransferring(newSession,