Home | History | Annotate | Download | only in sip

Lines Matching defs:answerCall

393                         mSipSession.answerCall(answer, SESSION_TIMEOUT);
617 public void answerCall(int timeout) throws SipException {
622 mSipSession.answerCall(createAnswer(mPeerSd).encode(), timeout);
624 throw new SipException("answerCall()", e);