Search found 55 matches

by chaoraksa
Fri Jul 31, 2009 4:30 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving long messages
Replies: 3
Views: 9814

Hi!

I got stuck with it too. Now i can't do anything. Huh What should i do too.

Sad,,
Raksa
by chaoraksa
Fri Jul 31, 2009 9:39 am
Forum: ALT.SMS.SmppClient
Topic: Problem with evDeliverSm?
Replies: 0
Views: 6971

Problem with evDeliverSm?

Hi!
I use evDeliverSm it works i can get smsback but i still got problem with i send long text from my device Alt.sms can't get all long text sms. It got only the first segment. any idea Please i need u help as soon as possible.

Thanks,,
Raksa
by chaoraksa
Fri Jul 31, 2009 4:48 am
Forum: ALT.SMS.SmppClient
Topic: No Information with evdeliverSM
Replies: 6
Views: 17910

Hi All! I got that problem too. this is log : 11:44:24 AM: SmppClient connected 11:44:24 AM: Binding SmppClient for SystemId: 2367 11:44:24 AM: SmppClient bound 11:44:24 AM: Bind result : system is NowSMS with status ESME_ROK 11:44:24 AM: Sending Data: 0000002300000009000000007317f577323336370032333...
by chaoraksa
Thu Jul 30, 2009 8:36 am
Forum: ALT.SMS.SmppClient
Topic: I want to get sms data from smsc...
Replies: 4
Views: 12782

Sir!
I don't get it. I try to bind Transceiver mode and i don't see and get sms from smsc. Something like this I want to fetch sms from smsc when have sms in smsc. Can i do that?

Thanks,,
Raksa
by chaoraksa
Thu Jul 30, 2009 4:08 am
Forum: ALT.SMS.SmppClient
Topic: How to use bind(Transceiver)?`
Replies: 0
Views: 6986

How to use bind(Transceiver)?`

Hi!
Could u give me sample of bind(Transceiver)? I mean how could i test to receive sms back?

Thanks,,
Raksa
by chaoraksa
Mon Jul 20, 2009 10:15 am
Forum: ALT.SMS.SmppClient
Topic: I really confuse with recieve sms back?
Replies: 0
Views: 6628

I really confuse with recieve sms back?

Hi!
I really confuse with recieve sms back. Please show me how to get sms back. Any sample or recommand.

Thanks,,
Raksa
by chaoraksa
Mon Jul 20, 2009 8:33 am
Forum: ALT.SMS.SmppClient
Topic: concatenated short message
Replies: 3
Views: 10389

Hi!
I try that already it corrupt messaeg in my phone. Please explain me.

Thanks,,
Raksa
by chaoraksa
Mon Jul 20, 2009 7:52 am
Forum: ALT.SMS.SmppClient
Topic: how could i know my message is delivered?
Replies: 1
Views: 8010

how could i know my message is delivered?

Hi!
How could i know my message is delivered? Please help me that thing i need it.

Thanks,,
raksa
by chaoraksa
Mon Jul 20, 2009 7:37 am
Forum: ALT.SMS.SmppClient
Topic: Connectionmode and MessageState
Replies: 0
Views: 6540

Connectionmode and MessageState

Hi!
Can u help explain about ConnectionMode and how to use it and about the MessageState? i also want to get message and how to do that.

Thanks.
by chaoraksa
Fri Jul 17, 2009 3:02 am
Forum: ALT.SMS.SmppClient
Topic: concatenated short message
Replies: 3
Views: 10389

Why not reply?
by chaoraksa
Thu Jul 16, 2009 10:16 am
Forum: ALT.SMS.SmppClient
Topic: Help me with sending long text?
Replies: 0
Views: 6609

Help me with sending long text?

Hi all!
I see the release of ALT.SMS that can send sms in long text. show me that.

Thanks,,
Raksa
by chaoraksa
Thu Oct 30, 2008 10:37 am
Forum: ALT.SMS.SmppClient
Topic: Can i send OTA throw this WAP PUSH...
Replies: 0
Views: 7492

Can i send OTA throw this WAP PUSH...

hi!
I want to know can i send ota with your wap push.

Thanks
by chaoraksa
Fri Oct 10, 2008 1:39 am
Forum: ALT.SMS.SmppClient
Topic: I want to get sms data from smsc...
Replies: 4
Views: 12782

could you send me the sample of it...

Please submit that sample for me :(
by chaoraksa
Fri Oct 10, 2008 1:13 am
Forum: ALT.SMS.SmppClient
Topic: I got Error when send sms over the Default 140 character...
Replies: 8
Views: 18614

I use your code....

public void sendSMS(string to, string body) { Body = body; if (body.Length > 160) { body = Body.Substring(0, 150); if (body.LastIndexOf(' ') > 0) { body = body.Substring(0, body.LastIndexOf(' ')); body = body + " Con..."; client.SubmitText(SubmitMode.ShortMessage, byte.Parse("0"), byte.Parse("1"), "...
by chaoraksa
Thu Oct 09, 2008 9:08 am
Forum: ALT.SMS.SmppClient
Topic: I want to get sms data from smsc...
Replies: 4
Views: 12782

I want to get sms data from smsc...

hi!

Help me. I want to get the sms data(message from smsc). How to do that.Any function or method. Please.