Home | History | Annotate | Download | only in sip

Lines Matching defs:sipStack

79     protected SipStackImpl sipStack;
126 * @param sipStack Our sip stack
129 SipStack sipStack,
132 this.sipStack = (SipStackImpl) sipStack;
146 new ListeningPointImpl(this.sipStack, this.port, null);
147 lip.sipStack = this.sipStack;
240 InternalErrorHandler.handleException("Unexpected exception",sipStack.getStackLogger());