303304305306307308309310311312313
"No Branch in Via header " + req.toString()); } SipServletResponseImpl resp = (SipServletResponseImpl) req.createResponse(400, "No Branch in Via header"); Dispatcher d = resp.popDispatcher(); if (d != null) { d.dispatch(resp); } }