194195196197198199200201202203204
request.resetExplicit(); SipSessionBase session = request.getSessionImpl(); if (session != null){ session.access(); // modify the access times } SipApplicationRoutingRegion region = null; Serializable newStateInfo = null; SipApplicationRouterInfo info = null;
629630631632633634635636637638639
} request.setMaxForwards(maxForwards); SipSessionBase session = request.getSessionImpl(); if (session != null){ session.access(); // modify the access times } Dispatcher dispatcher = request.popDispatcher(); dispatcher.dispatch(request); }