Search found 13 matches

by ceezed
Tue Mar 03, 2009 12:12 am
Forum: ALT.SMS.SmppClient
Topic: System.ObjectDisposedException
Replies: 1
Views: 8018

System.ObjectDisposedException

My web app crashed and the following Event Log entry was created (Windows 2003 Server) ----------------------------- An unhandled exception occurred and the process was terminated. Application ID: /LM/W3SVC/1/Root/XXXXX Process ID: 9999 Exception: System.ObjectDisposedException Message: Cannot acces...
by ceezed
Sun Feb 22, 2009 3:09 am
Forum: ALT.SMS.SmppClient
Topic: SmppClient Connect() does not return
Replies: 2
Views: 9479

Is anyone able to help with this problem??
This is causing us big problems any time the SMPP Server goes offline
by ceezed
Mon Jan 26, 2009 1:53 pm
Forum: ALT.SMS.SmppClient
Topic: SmppClient Connect() does not return
Replies: 2
Views: 9479

SmppClient Connect() does not return

Connect() does not return if it cannot connect to SMPP server.
Connect() should return false, but it never returns, e.g. it appears to hang
by ceezed
Mon Dec 01, 2008 11:31 am
Forum: ALT.SMS.SmppClient
Topic: OnEnquireLink and SMPPCLIENT_RCVTIMEOUT
Replies: 6
Views: 16790

Has this been fixed yet?
If not, please let me know when it might be available.
by ceezed
Sun Nov 23, 2008 2:40 am
Forum: ALT.SMS.SmppClient
Topic: OnEnquireLink and SMPPCLIENT_RCVTIMEOUT
Replies: 6
Views: 16790

Yes, it would be fine for evDisconnect event to be fired.
Please let us know when that might be available.
by ceezed
Fri Nov 21, 2008 3:50 am
Forum: ALT.SMS.SmppClient
Topic: Fatal Exception using SmppClient in ASP.NET web app
Replies: 2
Views: 8787

Can I suggest you put a try/catch in SendPacket()?
by ceezed
Fri Nov 21, 2008 3:36 am
Forum: ALT.SMS.SmppClient
Topic: OnEnquireLink and SMPPCLIENT_RCVTIMEOUT
Replies: 6
Views: 16790

Please refer to SendEnquireLink(object stateInfo) in SmppClient.cs .... if (res.Status != CommandStatus.ESME_ROK) { StopEvent.Set(); StopEnquireLinkTimer(); return; } You just kill the timer and nothing else happnes (e.g. I am not seeing evDisconnect event get fired). Perhaps you can fire some event...
by ceezed
Fri Nov 21, 2008 3:07 am
Forum: ALT.SMS.SmppClient
Topic: Fatal Exception using SmppClient in ASP.NET web app
Replies: 2
Views: 8787

Fatal Exception using SmppClient in ASP.NET web app

Here is the error details as reported in Event Viewer: ------------------------------------------------------------- An unhandled exception occurred and the process was terminated. Application ID: /LM/W3SVC/1/Root/XXXXXX Process ID: 1212 Exception: System.Net.Sockets.SocketException Message: A reque...
by ceezed
Sun Nov 09, 2008 2:04 am
Forum: ALT.SMS.SmppClient
Topic: OnEnquireLink and SMPPCLIENT_RCVTIMEOUT
Replies: 6
Views: 16790

OnEnquireLink and SMPPCLIENT_RCVTIMEOUT

If there is a timeout sending the EnquireLink, the evEnquireLink event is not fired. Instead, you just stop the EnquireLink timer and we have no idea what has happened.
Can you please fire the evEnquireLink if the EnquireLink times-out?
by ceezed
Fri Oct 31, 2008 10:52 pm
Forum: ALT.SMS.SmppClient
Topic: ValidityPeriod property format
Replies: 5
Views: 17028

I downloaded the latest (v 2.5.2.0) and I still get error message: Too long Parameter name: S

I am doing something like this (C#):
submit_sm.ValidityPeriod = DateTime.Now.AddDays(2).ToString("yyMMddhhmmss000+");
by ceezed
Thu Oct 30, 2008 7:17 am
Forum: ALT.SMS.SmppClient
Topic: Binary
Replies: 3
Views: 11290

I already have the WAP Push SI PDU (userdata, userdataheader, messagedata) in string format. I just need to be able to send this out (e.g. somehow send the userdata which I already have). For example, do I need to specify SubmitSm.UserDataPdu ? If so, how and is there anything else I need to do to e...
by ceezed
Wed Oct 29, 2008 1:15 pm
Forum: ALT.SMS.SmppClient
Topic: Binary
Replies: 3
Views: 11290

Binary

How do I send binary using SubmitSm?
I have the PDU (User Data Header, User Data and Message Data) for a WAP Push Service Indication message ... how do I submit it?
by ceezed
Wed Oct 29, 2008 1:13 pm
Forum: ALT.SMS.SmppClient
Topic: ValidityPeriod property format
Replies: 5
Views: 17028

I get the same error also ..... is there a solution?