Search found 987 matches

by alt
Mon Mar 23, 2009 12:56 pm
Forum: ALT.SMS.SmppClient
Topic: x64 platform
Replies: 6
Views: 14772

This is obfuscator problem. I'm trying to solve it.
The only solution for now is to use source code license.
by alt
Thu Mar 05, 2009 11:00 am
Forum: ALT.SMS.SmppClient
Topic: Flash sms
Replies: 2
Views: 8509

code is the same as for normal Submit. You need to specify one of the data codings DefaultFlashSMS or UnicodeFlashSMS. SubmitSm[] req = client.PrepareSubmit( mode, byte.Parse(tbSrcAdrTON.Text), byte.Parse(tbSrcAdrNPI.Text), tbSrcAdr.Text, byte.Parse(tbDestAdrTON.Text), byte.Parse(tbDestAdrNPI.Text),...
by alt
Thu Mar 05, 2009 10:44 am
Forum: ALT.SMS.SmppClient
Topic: System.ObjectDisposedException
Replies: 1
Views: 7957

Please try last version 2.6.1.
by alt
Sun Feb 22, 2009 9:23 am
Forum: ALT.SMS.SmppClient
Topic: Index out of bound
Replies: 1
Views: 7174

Please test version 2.5.9
It has bug fix in SubmitSmResp
by alt
Sun Feb 22, 2009 9:20 am
Forum: ALT.SMS.SmppClient
Topic: SmppClient Connect() does not return
Replies: 2
Views: 9400

it waits 120 seconds (defined in the Timeout property)
after that Connect method returns false.
by alt
Tue Jan 20, 2009 9:51 am
Forum: ALT.SMS.SmppClient
Topic: unknowen CommandStatus
Replies: 2
Views: 8453

Hello,

Status code 1032 is reserved for SMSC vendor specific errors.
Please ask your SMSC side.
by alt
Tue Jan 20, 2009 9:48 am
Forum: ALT.SMS.SmppClient
Topic: Null Exception after upgrading to dll 2.5.8.0
Replies: 2
Views: 8902

Could you describe steps to reproduce this exception?
by alt
Mon Jan 19, 2009 12:15 pm
Forum: ALT.SMS.SmppClient
Topic: DataCodings enumeration
Replies: 3
Views: 10228

yes, just send me a mail message with your invoice
by alt
Mon Jan 19, 2009 9:20 am
Forum: ALT.SMS.SmppClient
Topic: How to send ringtone
Replies: 1
Views: 8025

You can try Wap Push described in thread
http://www.inetlab.ru/support/viewtopic.php?t=517
by alt
Mon Jan 19, 2009 9:17 am
Forum: ALT.SMS.SmppClient
Topic: SMPP unbind PDU
Replies: 3
Views: 11749

Sorry,
Since version 2.0.0 we do not support .NET 1.1 any more.
Please consider to upgrade your application to .NET 2.0.

Or you can order source code and modify it, so that it can work with VB.NET 2003.
by alt
Mon Jan 19, 2009 9:12 am
Forum: ALT.SMS.SmppClient
Topic: DataCodings enumeration
Replies: 3
Views: 10228

Hi David,

Last version 2.5.8 already has DataCodings.Latin1 (3)
Please download it from
http://www.inetlab.ru/Products/ALT.SMS. ... x#download
by alt
Mon Jan 19, 2009 9:09 am
Forum: ALT.SMS.SmppClient
Topic: problem sending sms
Replies: 9
Views: 20126

In order to receive confirmation as DeliverSm, you have to enable registered_delivery field.

Code: Select all

SubmitSm.RegisteredDelivery = 1;
Please also try to set

Code: Select all

client.NeedEnquireLink = true;
client.EnquireInterval = 30;
This helps you to keep connection alive.
by alt
Mon Jan 19, 2009 8:52 am
Forum: ALT.SMS.SmppClient
Topic: Set Header Value
Replies: 1
Views: 7085

Please have a look at SubmitSm.UserDataPdu.Headers
by alt
Tue Jan 06, 2009 3:59 pm
Forum: ALT.SMS.SmppClient
Topic: Error during connecting
Replies: 3
Views: 10365

Please try last version
Download from http://www.inetlab.ru/Products/ALT.SMS. ... x#download
by alt
Tue Jan 06, 2009 12:44 pm
Forum: ALT.SMS.SmppClient
Topic: SMPP unbind PDU
Replies: 3
Views: 11749

Can you try with last version?
Download from http://www.inetlab.ru/Products/ALT.SMS. ... x#download