Pregunta

I have created a smpp server from logica.
It was worked fine.
But the client wanto delivery status,now how can I send thre delivery_sm response to client.
please suggest.

¿Fue útil?

Solución

Check sample logica SMPP code. You can set delivery in the SubmitSM

SubmitSM request = new SubmitSM();
request.setRegisteredDelivery(true);

Did you run the 2 jar files that it logica comes with (smscsim.jar, smpptest.jar) when you set setRegisteredDelivery(1) you can clearly see that simulator sends delivery pdu and testclient receive it

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top