Fwd: SMPP not reconnecting
Ben Suffolk <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Having had a look at the code I think I have made a mistake in what connection-timeout setting is for. I read it to mean that if kannel did not send any messages within the timeout then it may disconnect until a message is queued ready to be sent, then it could re-connect. Hence I set this to 0 to disable it. However I think that this really means how long to wait when no response is received from the SMSC before the connection gets disconnected and reconnected. Is my latest understanding correct? in which case I should set it back to the default and all will be well. Regards Ben Begin forwarded message: > From: Ben Suffolk <[email protected]> > Date: 21 November 2006 13:58:48 GMT > To: kannel Devel <[email protected]> > Subject: SMPP not reconnecting > > Hi, > > I just noticed a problem today (using stable_1_4_1) my connections > were sending the enquire link PDU correctly, but there was never a > response coming back (still not sure what the problem was, but I > think it might be a VPN issue). > > Anyway the point is nothing detected that there were no enquire > link responses coming in. So the connection never got bounced and > re-established. I had to restart the connection myself. > > Regards > > Ben