SMSLib: After getting NO_ROUTE, what should I do?
问题 I have a webservice that receives one SMS to be delivered. One SMS = one HTTP call. That is: http://.../my-ws/?to=56998180333&body=blabla This webservice uses SMSLib, with a JSMPPGateway attached to it: JSMPPGateway gateway = new JSMPPGateway(systemType, ip, port, new BindAttributes(username, password, "cp", BindType.TRANSMITTER)); Service.getInstance().addGateway(gateway); This is done once, because getInstance() acts like a singleton. When I send SMS, I do it this way: public void send