What differences are there between Inetlab.SMPP and ALT.SMS.SmppClient? (excluding the SMPP server).
I have ALT.SMS.SmppClient.2.8.0 source code, I noticed a bug with the message throttling that I assume has been fixed by now :)
.Milliseconds were being used instead of .TotalMilliseconds to manage ...
Search found 21 matches
- Fri Jan 13, 2012 3:57 pm
- Forum: Inetlab.SMPP v1.0
- Topic: Differences between ALT.SMS.SmppClient and
- Replies: 0
- Views: 35539
- Fri Dec 18, 2009 4:39 pm
- Forum: ALT.SMS.SmppClient
- Topic: Smpp Response Code 4098 (0x1002) and 4099 (0x1003)
- Replies: 3
- Views: 34468
- Thu Dec 17, 2009 4:51 pm
- Forum: ALT.SMS.SmppClient
- Topic: Smpp Response Code 4098 (0x1002) and 4099 (0x1003)
- Replies: 3
- Views: 34468
Smpp Response Code 4098 (0x1002) and 4099 (0x1003)
Are these (4098 (0x1002) and 4099 (0x1003)) library specific response codes or have they been returned from the SMSC?
If the latter, any idea what they could mean?
I get them rarely when I send 'sm_submit's
If the latter, any idea what they could mean?
I get them rarely when I send 'sm_submit's
- Thu Dec 17, 2009 9:11 am
- Forum: ALT.SMS.SmppClient
- Topic: GSM 03.38 support
- Replies: 9
- Views: 70022
Default Encodings for mBlox and Sybase
We use mBlox and Sybase as SMSC.
mBlox uses default of Latin-1 encoding, but if you set encoding to ASCII/GSM they expect unpacked GSM 03.38 encoded data.
I'm unsure what default Sybase use, but for ASCII/GSM encoding they again expect unpacked GSM 03.38 encoded data.
This confused me for a long ...
mBlox uses default of Latin-1 encoding, but if you set encoding to ASCII/GSM they expect unpacked GSM 03.38 encoded data.
I'm unsure what default Sybase use, but for ASCII/GSM encoding they again expect unpacked GSM 03.38 encoded data.
This confused me for a long ...
- Thu Dec 10, 2009 9:17 am
- Forum: ALT.SMS.SmppClient
- Topic: GSM 03.38 support
- Replies: 9
- Views: 70022
- Wed Dec 09, 2009 4:11 pm
- Forum: ALT.SMS.SmppClient
- Topic: GSM 03.38 support
- Replies: 9
- Views: 70022
- Wed Dec 09, 2009 9:19 am
- Forum: ALT.SMS.SmppClient
- Topic: Help me send binary message...
- Replies: 2
- Views: 28404
- Wed Dec 09, 2009 9:18 am
- Forum: ALT.SMS.SmppClient
- Topic: SubmitMode.Payload
- Replies: 1
- Views: 17458
- Wed Dec 09, 2009 9:14 am
- Forum: ALT.SMS.SmppClient
- Topic: How to decode send and receive hexstrings ...
- Replies: 2
- Views: 26487
- Wed Dec 09, 2009 9:06 am
- Forum: ALT.SMS.SmppClient
- Topic: Multipart SMS DELIVERY problem
- Replies: 29
- Views: 213279
- Wed Nov 11, 2009 5:00 pm
- Forum: ALT.SMS.SmppClient
- Topic: Multipart SMS DELIVERY problem
- Replies: 29
- Views: 213279
- Wed Nov 11, 2009 4:47 pm
- Forum: ALT.SMS.SmppClient
- Topic: Multipart SMS DELIVERY problem
- Replies: 29
- Views: 213279
- Wed Nov 11, 2009 3:30 pm
- Forum: ALT.SMS.SmppClient
- Topic: GSM 03.38 support
- Replies: 9
- Views: 70022
- Wed Nov 11, 2009 3:28 pm
- Forum: ALT.SMS.SmppClient
- Topic: Multipart SMS DELIVERY problem
- Replies: 29
- Views: 213279
Sending Concatenate ASCII / GSM 03.38 messages
Below is close to what I am using, so far I've had no problems with it.
// Encode as GSM 03.38
byte[] data = GsmEncode(/* Put Plain Text here */);
List<SubmitSm> reqs = new List<SubmitSm>();
// If message needs to be concatenated (140 bytes (160 Gsm characters))
if (data.Length > 160 ...
// Encode as GSM 03.38
byte[] data = GsmEncode(/* Put Plain Text here */);
List<SubmitSm> reqs = new List<SubmitSm>();
// If message needs to be concatenated (140 bytes (160 Gsm characters))
if (data.Length > 160 ...
- Wed Nov 11, 2009 3:08 pm
- Forum: ALT.SMS.SmppClient
- Topic: Multipart SMS DELIVERY problem
- Replies: 29
- Views: 213279