Re: [Patch] To add timeouts to SMPP connections

2003-08-20 Thread Alex Judd
Skywire - Original Message - From: Alan McNatty [EMAIL PROTECTED] To: Alexander Malysh [EMAIL PROTECTED] Cc: Alex Judd [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, August 18, 2003 11:12 PM Subject: Re: [Patch] To add timeouts to SMPP connections On Tue, 2003-08-19 at 09:45, Alexander

Re: [Patch] To add timeouts to SMPP connections

2003-08-18 Thread Alexander Malysh
: [Patch] To add timeouts to SMPP connections I've reworked Aaron's patch to be a bit more Kannel standard and allowed for definition of enquire-link-retry externally to the code and a standard value of 10 per suggestions. It's working for me here but would be good for one of the team

Re: [Patch] To add timeouts to SMPP connections

2003-08-18 Thread Alan McNatty
of the team to once over. Alex Skywire - Original Message - From: Alex Judd [EMAIL PROTECTED] To: Aaron Brady [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, August 08, 2003 10:43 AM Subject: Re: Patch: To add timeouts to SMPP connections Aaron Seeing

Re: [Patch] To add timeouts to SMPP connections

2003-08-18 Thread Alexander Malysh
]; [EMAIL PROTECTED] Sent: Friday, August 15, 2003 2:54 PM Subject: [Patch] To add timeouts to SMPP connections I've reworked Aaron's patch to be a bit more Kannel standard and allowed for definition of enquire-link-retry externally to the code and a standard

Re: [Patch] To add timeouts to SMPP connections

2003-08-18 Thread Alan McNatty
On Tue, 2003-08-19 at 09:45, Alexander Malysh wrote: sorry but Alex's patch is not closely conforms to spec. Please read smpp v3.4. issue 1.2 page 165. Quote: inactivity_timer - This timer specifies the maximum time lapse allowed between _transactions_ , after which period of

[Patch] To add timeouts to SMPP connections

2003-08-15 Thread Alex Judd
- From: Alex Judd [EMAIL PROTECTED] To: Aaron Brady [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, August 08, 2003 10:43 AM Subject: Re: Patch: To add timeouts to SMPP connections Aaron Seeing as I picked this up in the first place, how about I rework your patch to be a bit more flexible

Re: Patch: To add timeouts to SMPP connections

2003-08-14 Thread Aaron Brady
Looks good, however I'd potentially make it more configurable so that the X x wait is one of the default settings and can be configured should it need be. If it's easy enough, then I don't see why not, but I'm not altogether familiar with the internals of Kannel, so other than using your below

Re: Patch: To add timeouts to SMPP connections

2003-08-11 Thread Alan McNatty
On Fri, 2003-08-08 at 21:25, Aaron Brady wrote: Looks good, however I'd potentially make it more configurable so that the X x wait is one of the default settings and can be configured should it need be. If it's easy enough, then I don't see why not, but I'm not altogether familiar with

Re: Patch: To add timeouts to SMPP connections

2003-08-10 Thread Aaron Brady
From SMPP 3.4 specs ... The maximum number of outstanding (i.e unacknowledged) SMPP operations between an ESME and SMSC and vice versa is not specified in the SMPP Protocol Specification and will be governed by the SMPP implementation on the SMSC. ... as a guideline .. no more than 10 SMPP

Re: Patch: To add timeouts to SMPP connections

2003-08-07 Thread Alex Judd
an extra send_enquire_link to make sure that the other end is not contacting? Cheers Alex - Original Message - From: Aaron Brady [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 08, 2003 6:04 AM Subject: Patch: To add timeouts to SMPP connections Hi, I've just joined

Patch: To add timeouts to SMPP connections

2003-08-07 Thread Aaron Brady
Hi, I've just joined the list, primarily to send the following trivial patch. The patch is available at: http://insom.me.uk/hacks/kannel-timeouts.diff with a write up at: http://insom.me.uk/hacks/kannel-timeouts.html Copied here for completeness: --- kannel-timeouts.diff implements a