Search found 5 matches

by bhupender.7singh
Wed Apr 08, 2009 12:18 pm
Forum: ALT.SMS.SmppClient
Topic: How to Schedule a Message using SMPP?
Replies: 0
Views: 6502

How to Schedule a Message using SMPP?

Hi All,

I want to schedule a message,which is send after 15 minutes when user clicks the send button.
I m using
Submit sm;
sm.SheduleDeliveryTime = DateTime.Now.AddMinutes(15).ToString("yyMMddhhmmss");
but itz sending the message instantly.Itz not working.

Please help me how it can be done.
by bhupender.7singh
Tue Mar 31, 2009 7:01 am
Forum: ALT.SMS.SmppClient
Topic: Querying messageid to get message state returning null
Replies: 1
Views: 6804

I m using SrcAdd=TM-Test
srcaddTon=5
srcNpi=6
destTon=1
destnpi=1
by bhupender.7singh
Tue Mar 31, 2009 6:45 am
Forum: ALT.SMS.SmppClient
Topic: Unable 2 connect 2 server host "122.169.193.83"
Replies: 2
Views: 8924

Thnx....

Now ITz woking fine........thnx for helping
by bhupender.7singh
Tue Mar 31, 2009 6:44 am
Forum: ALT.SMS.SmppClient
Topic: Querying messageid to get message state returning null
Replies: 1
Views: 6804

Querying messageid to get message state returning null

SubmitSm[] req = objsmpp.PrepareSubmit(mode, byte.Parse(tbSrcAdrTON.Text), byte.Parse(tbSrcAdrNPI.Text), src, byte.Parse(tbDestAdrTON.Text), byte.Parse(tbDestAdrNPI.Text), ctlRecipient.Text, coding, ctlMessage.Text); foreach (SubmitSm sm in req) { sm.RegisteredDelivery = byte.Parse(rd); sm.SMSCRecei...
by bhupender.7singh
Thu Mar 19, 2009 5:21 am
Forum: ALT.SMS.SmppClient
Topic: Unable 2 connect 2 server host "122.169.193.83"
Replies: 2
Views: 8924

Unable 2 connect 2 server host "122.169.193.83"

hi all

I am developing a sms web aaplication using ALT.SMS class library but i m unable to connect 2 host "122.169.193.83" its returning an error
"No Such host name".

Please tell me what i am doing wrong.