Page 1 of 1

Receiving SMS from smcs

Posted: Fri Nov 05, 2010 11:55 am
by javawi
Hi all,

i tried to receive messages using :
client.evReceiveData += new ALT.SMS.SmppClient.ReceiveDataEventHandler(client_evReceiveData);

although i keep the connection opened, i was only able to receive the first message.

i tried also to use:
client.evDeliverSm += new ALT.SMS.SmppClient.DeliverSmEventHandler(client_evDeliverSm);

i got the same problem.

Please advise

Posted: Mon Nov 08, 2010 6:27 pm
by javawi
Up