Search found 8 matches

by koltaviy
Tue Jan 06, 2009 3:16 pm
Forum: ALT.SMS.SmppClient
Topic: Error during connecting
Replies: 3
Views: 10447

What version do you use? 2.5.3.0 But the problem isn't in the version I suppose. The problem is in my reconnecting algorithm and in smpp client behaviour. The thing is that when I have problems with the internet connection the client disconnects. When I am trying to reconnect the "success" paramete...
by koltaviy
Tue Dec 30, 2008 7:53 am
Forum: ALT.SMS.SmppClient
Topic: Error during connecting
Replies: 3
Views: 10447

Error during connecting

Hi all. The problem is that I get the error while working with my smsc: private void smppClient_evError(object sender, string Comment, Exception message) { ... } The comment is "Error during connecting" The message.Message is "Запрос на отправку или получение данных <when sending on a datagram socke...
by koltaviy
Mon Dec 29, 2008 6:31 am
Forum: ALT.SMS.SmppClient
Topic: How can i send sms containing more than 160 characters
Replies: 9
Views: 21363

Thanks.
by koltaviy
Sun Dec 28, 2008 2:03 pm
Forum: ALT.SMS.SmppClient
Topic: How can i send sms containing more than 160 characters
Replies: 9
Views: 21363

Re: SMS Parts

You dont have to define anything, just send the text as normal and the rest will be taken care of. Eg, enter the text in the message box and press submit. Why do you say that i do not have to define anything, if I say I need. Please, if you do not have the answer, do not post anything. I asked the ...
by koltaviy
Sun Dec 28, 2008 9:03 am
Forum: ALT.SMS.SmppClient
Topic: How can i send sms containing more than 160 characters
Replies: 9
Views: 21363

Re: SMS Parts

You dont have to define anything, just send the text as normal and the rest will be taken care of. Eg, enter the text in the message box and press submit. Why do you say that i do not have to define anything, if I say I need. Please, if you do not have the answer, do not post anything. I asked the ...
by koltaviy
Tue Dec 23, 2008 12:09 pm
Forum: ALT.SMS.SmppClient
Topic: How can i send sms containing more than 160 characters
Replies: 9
Views: 21363

alt wrote:You can use methods client.SubmitText or client.SubmitTextAsync.
Sorry.. And how could I define the number of sms parts in long sms?
by koltaviy
Wed Nov 19, 2008 6:30 am
Forum: ALT.SMS.SmppClient
Topic: Client Status stays Closed for some time after Connect()
Replies: 2
Views: 8848

alt wrote:Hi, koltaviy.

Please try to download last version. I made some fixes in Connect method.
Now it should return correct status.

Alexey
Looks like really fixed. Thanks.
by koltaviy
Mon Nov 17, 2008 10:15 am
Forum: ALT.SMS.SmppClient
Topic: Client Status stays Closed for some time after Connect()
Replies: 2
Views: 8848

Client Status stays Closed for some time after Connect()

Hi, everybody. The problem is that i haven't got the Open status after i call Connect method. if (_smppClient.Status == ConnectionStatus.Closed) _smppClient.Connect(_hostName, Convert.ToInt32(_port)); //while (true) { if (_smppClient.Status == ConnectionStatus.Open) { if (OnConnected != null) OnConn...