sxiao3 / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

How to send keep alive. #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I am developing an application to send and receive sms messages through a smsc 
using jsmpp api, my application is currently working pretty well ,  i can send 
messages and i can receive the messages through the app. But from smsc side 
they are complaining that the connection is not stable.  It tries to disconnect 
every few minutes. So they adviced me to use a keep alive.  Is there any method 
to use keep-alive messages  ? If you can please show me a sample.

Thanks in advanced,
Uthpala

Original issue reported on code.google.com by uthpal...@gmail.com on 24 May 2011 at 4:56

GoogleCodeExporter commented 8 years ago
You can always use keep alive sending enquire_link command. Either esme or the 
smsc must be sending this to esme.

Original comment by shwetasa...@gmail.com on 14 Jun 2011 at 6:40