Search found 7 matches

by rag123456
Tue Jul 15, 2008 7:41 am
Forum: ALT.SMS.SmppClient
Topic: How to receive a long SMS
Replies: 1
Views: 8113

How to receive a long SMS

Dear Alt,

Is there any way to receive a long message. I tried total segments and sequence number and they are always 0. So please tell me the way to receive messages with SAR parameters, if it is possible with alt smppclient.

Thanks in advance
by rag123456
Mon May 26, 2008 7:24 am
Forum: ALT.SMS.SmppClient
Topic: Bulk operation
Replies: 1
Views: 8097

Hi alt is there any way to send messages faster,now its sending maximum 7 mps.
by rag123456
Mon May 26, 2008 7:21 am
Forum: ALT.SMS.SmppClient
Topic: transreceiver
Replies: 1
Views: 7300

hi Inph, below is the way to get messagetext private void client_evDeliverSm(object sender, DeliverSm data) { string messageText = SmppClient.GetMessageText(data.UserDataPdu.ShortMessage, data.DataCoding); AddToLog("DeliverSm received : Reference Number :" + data.MessageReferenceNumber.ToString() + ...
by rag123456
Mon Apr 14, 2008 7:17 am
Forum: ALT.SMS.SmppClient
Topic: Shareit.com link down
Replies: 2
Views: 10587

Shareit.com link down

Dear Alt,
can you provide any other link to buy a source code because when ever i try from shareit.com the error comes that page not found,its happening from last 1 week.
by rag123456
Sat Apr 05, 2008 10:29 am
Forum: ALT.SMS.SmppClient
Topic: No Information with evdeliverSM
Replies: 6
Views: 18033

Hi Alt i already checked sequence number and total segments and its showing zero, DeliverSm received : Reference Number :0 Sequence : 6 SourceAddr : 123456789 Sequence Number: 0 Total Segments : 0 Coding : 8 MessageText : message. This log i got from smppclient demo,i sent a longer message from my m...
by rag123456
Fri Apr 04, 2008 2:12 pm
Forum: ALT.SMS.SmppClient
Topic: No Information with evdeliverSM
Replies: 6
Views: 18033

I have a problem in receiving long messages and those methods which you showing is for sending long messages. so problem in receiving is still there.
by rag123456
Wed Apr 02, 2008 8:01 pm
Forum: ALT.SMS.SmppClient
Topic: No Information with evdeliverSM
Replies: 6
Views: 18033

No Information with evdeliverSM

hi alt, When i receive a message longer then 70 unicode characters i receive no informatiom that how many segments etc etc,check the log below DeliverSm received : Reference Number :0 Sequence : 6 SourceAddr : 123456789 Sequence Number: 0 Total Segments : 0 Coding : 8 MessageText : message and somet...