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 ...
Search found 8 matches
- Tue Jan 06, 2009 3:16 pm
- Forum: ALT.SMS.SmppClient
- Topic: Error during connecting
- Replies: 3
- Views: 26863
- Tue Dec 30, 2008 7:53 am
- Forum: ALT.SMS.SmppClient
- Topic: Error during connecting
- Replies: 3
- Views: 26863
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 ...
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 ...
- 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: 64946
- 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: 64946
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 ...
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 ...
- 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: 64946
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 ...
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 ...
- 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: 64946
- Wed Nov 19, 2008 6:30 am
- Forum: ALT.SMS.SmppClient
- Topic: Client Status stays Closed for some time after Connect()
- Replies: 2
- Views: 21810
- Mon Nov 17, 2008 10:15 am
- Forum: ALT.SMS.SmppClient
- Topic: Client Status stays Closed for some time after Connect()
- Replies: 2
- Views: 21810
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 ...
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 ...