Re: tagging for stable release?!

2002-04-09 Thread Stipe Tolj

Stefan Cars wrote:
 
 I have still problems with DLR on cimd2 which makes the smsbox crash?

Have you reported the problem in a detailed way (inlcuding logs) to
the list? If yes, which date and I'll review it and add it to STATUS.

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are




Re: tagging for stable release?!

2002-04-09 Thread Bruno David Simões Rodrigues

On Tue, 2002-04-09 at 11:36, Stipe Tolj wrote:
 Hi there,
 
 we had 245 full, and 403 partial downloads of gateway-1.1.6.tar.gz. 
 
 There have not been to much complains about major bugs yet. STATUS
 states currently only one major release showstopper:
 
 * sms-service might not reply back the sms 
 Posted by: Alex Judd [EMAIL PROTECTED]
 Message-ID:
 [EMAIL PROTECTED]
 Status: Bruno Rodrigues: I'm checking that.

You can delete that or change it to a non-non-stopper as 
http-keepalive is now disabled.

Or I'll change it and commit right now... 







Re: tagging for stable release?!

2002-04-09 Thread Andreas Fink

there's still a bug in high load DLR processing with MySQL. I've 
applied a patch today which makes it a little bit better but not that 
exact. But I guess its not a bug which makes kannel crash or so and 
could be fixed in 1.6.1.
-- 

Andreas Fink
Fink-Consulting

--
Tel: +41-61-6932730 Fax: +41-61-6932729  Mobile: +41-79-2457333
Address: A. Fink, Schwarzwaldallee 16, 4058 Basel, Switzerland
E-Mail:  [EMAIL PROTECTED]  Homepage: http://www.finkconsulting.com
--
Something urgent? Try http://www.smsrelay.com/  Nickname afink




[RFC] cgi value = 0 behaviour

2002-04-09 Thread Bruno Rodrigues

To enable smsbox to accept '0' values in cgi fields, the interface should
change
and the behaviour will be broken, but I think this should be done before we
launch
the new stable version (1.2).

May I change the code and documentation now ?

What will be changed is :

mclass: instead of 0-4, will be 0-3 and -1 or not present for default

pid: 0 really means 0 and -1 or not present means not present in pdu

coding: 0-3 means 7bit, 8bit or ucs2 and -1 or not present means default
behaviour of kannel defining it with udh presence

compress: 0,1 forces no-compression (or decompression) or compression,
and -1 means whatever (I haven't yet done the code to compression)

validity: 0 means error (kannel can't send a message that already expired)
and
-1/not defined means smsc defaults

deferred: 0 means now, -1 or not defined means now too ;) (or when kannel
wants to send it?)

alt-dcs: 0 means 0x0*, 1 means 0xF*, -1 means let kannel do what it wants

So, it's only cgi fields introduced in 1.1.5++ versions.

What do you think ?