Home | History | Annotate | Download | only in sip

Lines Matching defs:createResponse

110         SIPResponse sipResponse = sipRequest.createResponse(Response.REQUEST_PENDING);
141 SIPResponse sipResponse = sipRequest.createResponse(Response.BAD_REQUEST);
173 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST);
202 SIPResponse sipResponse = sipRequest.createResponse(Response.LOOP_DETECTED);
233 SIPResponse sipResponse = sipRequest.createResponse(Response.SERVER_INTERNAL_ERROR);
585 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST);
653 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST);
723 transaction.sendResponse(sipRequest.createResponse(Response.OK));
748 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST);
964 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST);