Search found 987 matches

by alt
Tue Jan 06, 2009 12:41 pm
Forum: ALT.SMS.SmppClient
Topic: how to use this lib
Replies: 4
Views: 12656

To analyze your problem can you provide log information from demo application and System.Diagnostics log file in your app.config descibed in thread http://www.inetlab.ru/support/viewtopic.php?t=519
by alt
Tue Jan 06, 2009 12:35 pm
Forum: ALT.SMS.SmppClient
Topic: Problem with new library (2.5.4.0)
Replies: 4
Views: 12063

by alt
Tue Jan 06, 2009 12:33 pm
Forum: ALT.SMS.SmppClient
Topic: Error during connecting
Replies: 3
Views: 10419

What version do you use?
by alt
Sun Dec 28, 2008 2:12 pm
Forum: ALT.SMS.SmppClient
Topic: How can i send sms containing more than 160 characters
Replies: 9
Views: 21311

1) If you want to know how many parts will be send you have to use methods
PrepareSubmit and then SubmitAsync or Submit.

2) SubmitText method returns array of SubmitSmResp. The length of this array is a number of submited parts.
by alt
Sun Dec 14, 2008 9:02 am
Forum: ALT.SMS.SmppClient
Topic: problem sending sms
Replies: 9
Views: 20239

Hello,

Can you send me you code via Private Messages?
by alt
Sun Dec 14, 2008 8:59 am
Forum: ALT.SMS.SmppClient
Topic: Short codes and Program Log file
Replies: 1
Views: 7284

Please use evDeliverySm event and following code to get text message

string messageText = SmppClient.GetMessageText(data.UserDataPdu.ShortMessage, data.DataCoding);

SmppClientDemo has also example how to receive concatenated messages.
by alt
Sun Dec 14, 2008 8:55 am
Forum: ALT.SMS.SmppClient
Topic: How to send flash SMS?
Replies: 6
Views: 15825

Please try DefaultFlashSMS coding with version 2.5.8.
by alt
Tue Dec 02, 2008 10:11 am
Forum: ALT.SMS.SmppClient
Topic: OnEnquireLink and SMPPCLIENT_RCVTIMEOUT
Replies: 6
Views: 16766

When you get EnquireLink timeout it raises evDisconnect event.
Please download last version and check this.
by alt
Sat Nov 29, 2008 4:22 pm
Forum: ALT.SMS.SmppClient
Topic: How to post a binary message
Replies: 10
Views: 24181

Please try version 2.5.5.
by alt
Sat Nov 29, 2008 4:21 pm
Forum: ALT.SMS.SmppClient
Topic: Problem with new library (2.5.4.0)
Replies: 4
Views: 12063

Please try version 2.5.5.
by alt
Sat Nov 29, 2008 3:51 pm
Forum: ALT.SMS.SmppClient
Topic: How can I set SubmitMode of SubmitSm object?
Replies: 1
Views: 7257

SubmitMode used only in methods SubmitText, SubmitTextAsync and PrepareSubmit.
SubmitMode identifies the way how to send user data in the submit_sm PDU.
by alt
Sat Nov 29, 2008 3:48 pm
Forum: ALT.SMS.SmppClient
Topic: How to send flash SMS?
Replies: 6
Views: 15825

Please download version 2.5.5 and try again.
it should let you to send Unicode characters.
by alt
Sat Nov 29, 2008 3:46 pm
Forum: ALT.SMS.SmppClient
Topic: How can i send sms containing more than 160 characters
Replies: 9
Views: 21311

You can use methods client.SubmitText or client.SubmitTextAsync.
by alt
Wed Nov 26, 2008 10:56 am
Forum: ALT.SMS.SmppClient
Topic: How to post a binary message
Replies: 10
Views: 24181

Which error did you get?
by alt
Wed Nov 26, 2008 8:32 am
Forum: ALT.SMS.SmppClient
Topic: How to post a binary message
Replies: 10
Views: 24181

Do you use IPv6?

Could you try with another method?
public bool Connect(IPEndPoint endPoint)