Вопрос

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.

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top