Search found 987 matches

by alt
Mon Aug 24, 2009 5:25 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving Message from SMSC
Replies: 25
Views: 50948

first short message: 000000ce - command_length 00000005 - command_id 00000000 - command_status 00000002 - sequence_number 736d73633900 - service_type 0101 - source_addr_ton, source_addr_npi 383535393836313037353300 - source_addr 0001 - dest_addr_ton, dest_addr_npi 3233363700 - destination_addr 40 - ...
by alt
Mon Aug 24, 2009 4:01 pm
Forum: ALT.SMS.SmppClient
Topic: using RegisteredDelivery
Replies: 2
Views: 10581

id - The message ID allocated to the message by the SMSC when originally submitted. sub - Number of short messages originally submitted. dlvrd - Number of short messages delivered. submit date - The time and date at which the short message was submitted. The format is :YYMMDDhhmm done date - The tim...
by alt
Mon Aug 24, 2009 3:47 pm
Forum: ALT.SMS.SmppClient
Topic: Using SmppClient in commercial systems
Replies: 3
Views: 9607

Yes, you can use ALT.SMS.SmppClient library in commercial product. But your product should not provide the same functionality as library. In other words your product should not be extended SMPP library.

For better integration with your project you can buy source code license.
by alt
Thu Aug 13, 2009 10:06 pm
Forum: ALT.SMS.SmppClient
Topic: About customize response after recieved Deliver_sm
Replies: 1
Views: 7243

Since version 2.6.4 you can change DeliverSmResp or DataSmResp.

DeliverSm class now has Response property which can be modified in the event evDeliverSm.
by alt
Thu Aug 13, 2009 10:02 pm
Forum: ALT.SMS.SmppClient
Topic: DeliverSm receives splitted message
Replies: 1
Views: 6973

If your SMSC sends information about concatenated messages than you can combine message parts. Here is code from SmppClientDemo private Dictionary<string, UserData[]> collector = new Dictionary<string, UserData[]>(); private void client_evDeliverSm(object sender, DeliverSm data) { if (data.SegmentNu...
by alt
Thu Aug 13, 2009 9:35 pm
Forum: ALT.SMS.SmppClient
Topic: Bug report: NRE on Bind when SystemType is not set up
Replies: 1
Views: 6874

Thank you again, Jabberwok.
Fixed.

Everybody can download new build.

Who has source code license, please write me an email. I'll send update.
Don't forget to include purchasing information.
by alt
Thu Aug 13, 2009 9:27 pm
Forum: ALT.SMS.SmppClient
Topic: x64 platform
Replies: 6
Views: 14847

Obfuscator stil not released.
I'll notify here when ALT.SMS library start to support x64 platform.
by alt
Tue Aug 11, 2009 8:28 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving Message from SMSC
Replies: 25
Views: 50948

Can you still get Invalid DELIVER_SM packet?
by alt
Wed Aug 05, 2009 6:16 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving Message from SMSC
Replies: 25
Views: 50948

I have checked once again and found that packet 00000042000000050000000000000003736d736339000101383535393836313037353300000132333637004000000000010000000d474f4f44444159203420552120 is parsed well with last version Please remove all instances of ALT.SMS.SmppClient.dll from your computer and extract f...
by alt
Wed Aug 05, 2009 7:28 am
Forum: ALT.SMS.SmppClient
Topic: Receiving Message from SMSC
Replies: 25
Views: 50948

What library version do you use?
by alt
Tue Aug 04, 2009 9:34 pm
Forum: ALT.SMS.SmppClient
Topic: Incorrect handling of Generic_nack
Replies: 3
Views: 10331

fixed

Please download last version.
by alt
Tue Aug 04, 2009 9:33 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving Message from SMSC
Replies: 25
Views: 50948

I've fixed "Invalid DELIVER_SM packet" problem for your examples.
But again without ability to combine these two messages. I hope you understood why I can not provide this ability.

Please download last version.
by alt
Tue Aug 04, 2009 7:41 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving Message from SMSC
Replies: 25
Views: 50948

Your first message is 153 (0x99) bytes length and I believe it contains "G-get up O-open your eyes O-out of your bed D-day has risen M-merry life O-old dreams cum true R-rise $ shine N-new frnds I-idea of life N-nice future G-" and second message is 13 (0x0d) bytes length and it contains "GOODDAY 4 ...
by alt
Tue Aug 04, 2009 6:08 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving Message from SMSC
Replies: 25
Views: 50948

Normal concatenated message should contain information about 1) msg_ref_num 2) total segments 3) sequence number But your packets does not have such information neither in UDH nor in SAR parameters. I'll think how to avoid "Invalid DELIVER_SM packet" in your second case. But it is not normal for con...
by alt
Tue Aug 04, 2009 6:02 pm
Forum: ALT.SMS.SmppClient
Topic: How to receive a long SMS
Replies: 1
Views: 8076

Dear rag123456,

Please send me your log file.
SequenceNumber supports concatenated messages created using UDH and also using SAR TLV parameters.

I think you have the same problem as chaoraksa has.