3334353637383940
sendResponse(AgiReply.SC_SUCCESS, digit); } @Override public void sendResponse(int statusCode, int result) throws AgiException { AgiReplyCommand command = new AgiReplyCommand(statusCode, result); agiWriter.sendCommand(command); }