Reading incoming SMS from SMSC

.NET library for SMPP protocol
Locked
TheLogicWorm
Posts: 1
Joined: Wed Mar 28, 2012 5:55 am

Reading incoming SMS from SMSC

Post by TheLogicWorm » Wed Mar 28, 2012 6:15 am

My first post :) Greetings!

My company is currently evaluating to buy the Inetlab library to send and receive SMS.

The sending part is fairly simple and works for the first test as it is included in the sample code. But the issue is with reading SMS messages that are recd. by the service provider.

E.g. our short code is 4XXX. I use my mobile phone and send an SMS to it. It say's delivered.

But there is no code available for us to test if we are able to read incoming SMS's. What if there were 10 SMS recd. at the gateway, how can we do that?

Please someone come to my rescue as I am evaluating this product - almost ready to buy! :)
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Re: Reading incoming SMS from SMSC

Post by alt » Wed Mar 28, 2012 7:02 pm

Hi TheLogicWorm,

Usually SMSC deliver sms messages to your service as soon as you bind with them in Receiver or Transceiver mode.
In this case evDeliverSm is fired in SmppClient.

Please ask SMSC technician if receiving SMS to your short code is allowed.
Locked