Hi!
I got stuck with it too. Now i can't do anything. Huh What should i do too.
Sad,,
Raksa
Search found 55 matches
- Fri Jul 31, 2009 4:30 pm
- Forum: ALT.SMS.SmppClient
- Topic: Receiving long messages
- Replies: 3
- Views: 27865
- Fri Jul 31, 2009 9:39 am
- Forum: ALT.SMS.SmppClient
- Topic: Problem with evDeliverSm?
- Replies: 0
- Views: 14545
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
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
- Fri Jul 31, 2009 4:48 am
- Forum: ALT.SMS.SmppClient
- Topic: No Information with evdeliverSM
- Replies: 6
- Views: 54895
- Thu Jul 30, 2009 8:36 am
- Forum: ALT.SMS.SmppClient
- Topic: I want to get sms data from smsc...
- Replies: 4
- Views: 40169
- Thu Jul 30, 2009 4:08 am
- Forum: ALT.SMS.SmppClient
- Topic: How to use bind(Transceiver)?`
- Replies: 0
- Views: 14229
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
Could u give me sample of bind(Transceiver)? I mean how could i test to receive sms back?
Thanks,,
Raksa
- Mon Jul 20, 2009 10:15 am
- Forum: ALT.SMS.SmppClient
- Topic: I really confuse with recieve sms back?
- Replies: 0
- Views: 13836
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
I really confuse with recieve sms back. Please show me how to get sms back. Any sample or recommand.
Thanks,,
Raksa
- Mon Jul 20, 2009 8:33 am
- Forum: ALT.SMS.SmppClient
- Topic: concatenated short message
- Replies: 3
- Views: 30901
- Mon Jul 20, 2009 7:52 am
- Forum: ALT.SMS.SmppClient
- Topic: how could i know my message is delivered?
- Replies: 1
- Views: 20374
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
How could i know my message is delivered? Please help me that thing i need it.
Thanks,,
raksa
- Mon Jul 20, 2009 7:37 am
- Forum: ALT.SMS.SmppClient
- Topic: Connectionmode and MessageState
- Replies: 0
- Views: 14222
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.
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.
- Fri Jul 17, 2009 3:02 am
- Forum: ALT.SMS.SmppClient
- Topic: concatenated short message
- Replies: 3
- Views: 30901
- Thu Jul 16, 2009 10:16 am
- Forum: ALT.SMS.SmppClient
- Topic: Help me with sending long text?
- Replies: 0
- Views: 14775
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
I see the release of ALT.SMS that can send sms in long text. show me that.
Thanks,,
Raksa
- Thu Oct 30, 2008 10:37 am
- Forum: ALT.SMS.SmppClient
- Topic: Can i send OTA throw this WAP PUSH...
- Replies: 0
- Views: 15357
Can i send OTA throw this WAP PUSH...
hi!
I want to know can i send ota with your wap push.
Thanks
I want to know can i send ota with your wap push.
Thanks
- Fri Oct 10, 2008 1:39 am
- Forum: ALT.SMS.SmppClient
- Topic: I want to get sms data from smsc...
- Replies: 4
- Views: 40169
could you send me the sample of it...
Please submit that sample for me 

- 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: 66778
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 ...
{
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 ...
- Thu Oct 09, 2008 9:08 am
- Forum: ALT.SMS.SmppClient
- Topic: I want to get sms data from smsc...
- Replies: 4
- Views: 40169
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.
Help me. I want to get the sms data(message from smsc). How to do that.Any function or method. Please.