Search found 5 matches

by Thayhor
Mon May 11, 2009 4:51 pm
Forum: ALT.SMS.SmppClient
Topic: How to receive from short code
Replies: 1
Views: 18562

How to receive from short code

I bound as tranceiver and I can receive message from the SMSC like QuerySm but the problem is that I cannot receive on the short code like "1234" provision for me on the smsc.

How can I achieve that. Just to receive from short code, since I can received delivery message from my smsc already.

Any ...
by Thayhor
Mon May 11, 2009 4:43 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving SMS text messages
Replies: 5
Views: 37531

I bound as tranceiver and I can receive message from the SMSC like QuerySm but the problem is that I cannot receive on the short code like "1234" provision for me on the smsc.

How can I achieve that. Just to receive from short code, since I can received delivery message from my smsc already.

Any ...
by Thayhor
Fri May 08, 2009 5:16 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving SMS text messages
Replies: 5
Views: 37531

Re: Receiving SMS Text Messages

I am face with the similar problem of receiving sms from my smsc. I've tried everything I could. How do u resolve your own problem and what are the System type you use?
I used "SMPP "as system type but I don't know what my smsc provider is using. Can that be the problem?

Concerning the send sms ...
by Thayhor
Sun May 03, 2009 2:23 pm
Forum: ALT.SMS.SmppClient
Topic: How to configure Address range parameter
Replies: 2
Views: 22448

How to configure Address range parameter

Thank you, for your prompt attention, I usually tried it without address range parameter and still not working.

Secondly you said I should attached to:
AddHandler client.evDeliverSm, AddressOf client_evDeliverSm
My question is that how do I attached to this event. I need an illustration.
Do you ...
by Thayhor
Sat May 02, 2009 12:37 pm
Forum: ALT.SMS.SmppClient
Topic: How to configure Address range parameter
Replies: 2
Views: 22448

How to configure Address range parameter

I need to receive sms from the smsc. I use the following code in the binding for address range.
client.AddrNpi = Convert.ToByte(tbAddrNpi.Text)
client.AddrTon = Convert.ToByte(tbAddrTon.Text)
client.SystemType = tbSystemType.Text
client.AddressRange = ^1234$ 'the input parameter OK or not

I ...