Search found 8 matches
- Thu May 31, 2012 1:57 pm
- Forum: Inetlab.SMPP v1.0
- Topic: NullReferenceException on SubmitSM.ShortMessage
- Replies: 7
- Views: 215749
- Wed May 30, 2012 9:19 pm
- Forum: Inetlab.SMPP v1.0
- Topic: NullReferenceException on SubmitSM.ShortMessage
- Replies: 7
- Views: 215749
Re: NullReferenceException on SubmitSM.ShortMessage
Thanks!
You can send 160 chars per SMS only when you use packed GSM encoding. You can enable it with code
CODE: SELECT ALL
client.MapEncoding(DataCodings.Latin1, new Inetlab.SMPP.Encodings.GSMPackedEncoding());
Does this feature depends on the provider?
BTW, it is a very important piece ...
You can send 160 chars per SMS only when you use packed GSM encoding. You can enable it with code
CODE: SELECT ALL
client.MapEncoding(DataCodings.Latin1, new Inetlab.SMPP.Encodings.GSMPackedEncoding());
Does this feature depends on the provider?
BTW, it is a very important piece ...
- Tue May 29, 2012 8:14 pm
- Forum: Inetlab.SMPP v1.0
- Topic: NullReferenceException on SubmitSM.ShortMessage
- Replies: 7
- Views: 215749
Re: NullReferenceException on SubmitSM.ShortMessage
because in version 1.1 properties SubmitSM.ShortMessage and SubmitSM.ShortMessageBytes are obsolete.
Thanks. Good to know.
If I define the DataCoding in the ShortMessage, do I need to define it again in the SubmitSM.DataCoding property?
And please remember that you cannot send message longer ...
- Tue May 29, 2012 5:44 pm
- Forum: Inetlab.SMPP v1.0
- Topic: NullReferenceException on SubmitSM.ShortMessage
- Replies: 7
- Views: 215749
Re: NullReferenceException on SubmitSM.ShortMessage
BTW, a workaround will be to use this:
SubmitSM.ShortMessageBytes = Client.GetMessageBytes([message], [DataCoding])
SubmitSM.ShortMessageBytes = Client.GetMessageBytes([message], [DataCoding])
- Tue May 29, 2012 3:57 am
- Forum: Inetlab.SMPP v1.0
- Topic: NullReferenceException on SubmitSM.ShortMessage
- Replies: 7
- Views: 215749
NullReferenceException on SubmitSM.ShortMessage
Hi,
I'm trying to send a single message using SubmitAsync So I have created a SubmitSM object using this constructor:
SubmitSm Constructor (String, Byte, Byte, String, Byte, Byte, String)
then I fill the various fields like RegisteredDelivery, DataCoding, PriorityFlag, ValidityPeriod and ...
I'm trying to send a single message using SubmitAsync So I have created a SubmitSM object using this constructor:
SubmitSm Constructor (String, Byte, Byte, String, Byte, Byte, String)
then I fill the various fields like RegisteredDelivery, DataCoding, PriorityFlag, ValidityPeriod and ...
- Tue May 29, 2012 3:48 am
- Forum: Inetlab.SMPP v1.0
- Topic: Setting messageId on Server Site
- Replies: 7
- Views: 210167
Re: Setting messageId on Server Site
Thank you!
- Mon May 28, 2012 2:33 pm
- Forum: Inetlab.SMPP v1.0
- Topic: Setting messageId on Server Site
- Replies: 7
- Views: 210167
Re: Setting messageId on Server Site
Hi Alt,
Can you elaborate a bit about this subject? I'm evaluating your product and trying to understand if it suits my needs...
The scenario I'm looking for is storing every outgoing SMS (MT) in my DB and update its status (DELIVER_SM) as it changes. What will be the best way to do it?
I mean ...
Can you elaborate a bit about this subject? I'm evaluating your product and trying to understand if it suits my needs...
The scenario I'm looking for is storing every outgoing SMS (MT) in my DB and update its status (DELIVER_SM) as it changes. What will be the best way to do it?
I mean ...
- Mon May 07, 2012 4:58 pm
- Forum: Inetlab.SMPP v1.0
- Topic: minimum specs
- Replies: 1
- Views: 15565
minimum specs
Hi,
What will be the minimum specs of the server to run SMPP server? Client? (OS architecture (x86, x64), OS version, CPU, RAM, etc).
How much RAM will it require when sending lets say 100 SMS in "oneshot"?
Thank you.
Alon
What will be the minimum specs of the server to run SMPP server? Client? (OS architecture (x86, x64), OS version, CPU, RAM, etc).
How much RAM will it require when sending lets say 100 SMS in "oneshot"?
Thank you.
Alon