Search found 21 matches

by araxno
Thu Aug 20, 2009 1:30 pm
Forum: ALT.SMS.SmppClient
Topic: using RegisteredDelivery
Replies: 2
Views: 10597

SmppClient.GetMessageText returns this string; id:702620601812507743660561000-14638065481918 sub:001 dlvrd:001 submit date:0908201919 done date:0908201919 stat:DELIVRD err:000 Text:DA Can I get message id from this string.Otherwise how can I understand which message's receipt is this string? Also fi...
by araxno
Wed Aug 19, 2009 12:34 pm
Forum: ALT.SMS.SmppClient
Topic: using RegisteredDelivery
Replies: 2
Views: 10597

using RegisteredDelivery

Hi
I set RegisteredDelivery to 1.So now I think I am able to get delivery receipt.But I am complicated about how can I catch receipt,does it handles deliver_Sm event?If it is how can I understand that incoming message is receipt not sms?
Thanks
by araxno
Thu Aug 13, 2009 8:23 am
Forum: ALT.SMS.SmppClient
Topic: How to use Submit Multi method?
Replies: 20
Views: 145176

How to use Submit Multi method?

Hi everyone I submit messages with SubmitAsync(sms) method.I have thread and inside while(true) I get top 20 messages from database and submit them but thread sleeps 1 second in every submit.So Is there any way to submit all messages at once?I heard there is some method as Submit_Multi and I don't k...
by araxno
Fri Jul 31, 2009 2:56 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving long messages
Replies: 3
Views: 9877

I see that support sucks here. Most of questions have no answers and I wonder providers acting same to person who bought this product.
by araxno
Fri Jul 31, 2009 10:57 am
Forum: ALT.SMS.SmppClient
Topic: Receiving long messages
Replies: 3
Views: 9877

Receiving long messages

Hi
Is there any way to concatenate long messages which is received via evDeliverSm.I see few persons who asks same question but no answer in forum.Could anyone please let us know?
I could't find how to use message ref number,total segments and sequence number.

Thanks
by araxno
Thu Jul 30, 2009 12:44 pm
Forum: ALT.SMS.SmppClient
Topic: DeliverSm receives splitted message
Replies: 1
Views: 6987

DeliverSm receives splitted message

Hi Everyone, My application waits for sms from mobile phone. When I send long message to smsc via mobile phone.My message comes as splitted with two parts to application. And also May I ask what "UserDataPdu.Headers.AddConcatenatedShortMessages8bit" method is for?Can I use it to deliver long message...