Search found 5 matches

by ipc
Wed Nov 07, 2007 3:08 pm
Forum: ALT.SMS.SmppClient
Topic: SMPPCLIENT_RCVTIMEOUT
Replies: 9
Views: 50185

I've installed the new version, it takes care of the problem.
Thanks !!!
by ipc
Tue Nov 06, 2007 8:55 am
Forum: ALT.SMS.SmppClient
Topic: SMPPCLIENT_RCVTIMEOUT
Replies: 9
Views: 50185

Thanks a lot, I'll look forward to testing that new release.
by ipc
Mon Nov 05, 2007 12:36 pm
Forum: ALT.SMS.SmppClient
Topic: SMPPCLIENT_RCVTIMEOUT
Replies: 9
Views: 50185

I think you're right, and adding an evDeliverSmComplete could be the right solution.
For the time being I am just storing the messages in a database as they arrive, a counter in the evDeliverSm method gets incremented.
With a timer I check if the counter>0, which means the DB has stored incomming ...
by ipc
Wed Oct 31, 2007 11:37 am
Forum: ALT.SMS.SmppClient
Topic: SMPPCLIENT_RCVTIMEOUT
Replies: 9
Views: 50185

Thanks for your reply.

Here's a description of what am trying to do. I have an app that receives SMS and sends back an SMS reply after querying a database.
I plan to put the reply logic within the client_eveDeliverSm method, so that whenever a message comes in, I process it and reply to it right ...
by ipc
Tue Oct 30, 2007 12:12 pm
Forum: ALT.SMS.SmppClient
Topic: SMPPCLIENT_RCVTIMEOUT
Replies: 9
Views: 50185

SMPPCLIENT_RCVTIMEOUT

Hi !
I found your app while googleing online, great Job ! I keep getting an SMPPCLIENT_RCVTIMEOUT error everytime a message is being sent to the SMSC, and then it sends the message like 3 times. What causes the SMPPCLIENT_RCVTIMEOUT error ?
Thanks.