Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top