Pergunta

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.

Foi útil?

Solução

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 em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top