Home | History | Annotate | Download | only in sip

Lines Matching defs:answerCall

425                         mSipSession.answerCall(answer, SESSION_TIMEOUT);
554 newSession.answerCall(answer, SESSION_TIMEOUT);
697 public void answerCall(int timeout) throws SipException {
705 mSipSession.answerCall(createAnswer(mPeerSd).encode(), timeout);
707 throw new SipException("answerCall()", e);