Search found 4 matches

by lams
Mon Oct 25, 2010 9:52 pm
Forum: ALT.SMS.SmppClient
Topic: How SMS Delivery Report work
Replies: 2
Views: 99445

Yes, this is what I need to understand.

Thank you very much, Alt!
by lams
Thu Oct 21, 2010 10:52 pm
Forum: ALT.SMS.SmppClient
Topic: How to make SMPPSim send multipart messages
Replies: 2
Views: 97778

Hi Alt,

I think the problem is that I don't ask SMPPSim send a correct long message packet to the client. I need to spend some time to figure it.

Do anyone has experience that let SMPPSim send long message to SMPPClient?

Cheers,
by lams
Thu Oct 21, 2010 10:49 pm
Forum: ALT.SMS.SmppClient
Topic: How SMS Delivery Report work
Replies: 2
Views: 99445

How SMS Delivery Report work

Hi Alt,

I am using SmppClientDemo with SMPPSim.

I know SMPPSim has already send a DeliveryReceipt to me because in the evDeliverSm event, I can see data.MessageType == MessageTypes.SMSCDeliveryReceipt. But I don't know where I can retrive the message's Sequence.

Here is my log:


11:39:24 a.m ...
by lams
Wed Oct 13, 2010 10:26 pm
Forum: ALT.SMS.SmppClient
Topic: How to make SMPPSim send multipart messages
Replies: 2
Views: 97778

How to make SMPPSim send multipart messages

Hi,

I am using ALT.SMS.SmppClient demo and SMPPSim for testing mulipart messages.

When I try to put a long message into the "SMPPSim MO Injection Form", and click submit. My ALT.SMS.SmppClient application always return

"ERROR:Invalid DELIVER_SM packet"

It seems I msiss some settings on ...