Re[2]: Fwd: DLR sync issues with EMI

2006-11-28 Thread Thomas Göttgens
Hello, Tuesday, November 28, 2006, 8:47:06 AM, you wrote: TS .. or any other storage for that matter - the only thing used to match in TS internal (mem), mysql and pgsql is 'ts' and 'smsc' I'm seeing the same erratic behaviour here running a pool of 5 symmetric UCP connections to a single SMSC.

Re: Re[2]: Fwd: DLR sync issues with EMI

2006-11-28 Thread Tom Sommer
On Tue, November 28, 2006 10:29, Thomas Göttgens wrote: Tuesday, November 28, 2006, 8:47:06 AM, you wrote: TS .. or any other storage for that matter - the only thing used to match in TS internal (mem), mysql and pgsql is 'ts' and 'smsc' I'm seeing the same erratic behaviour here running a

Re: [PATCH] Parsing of MIME/HTTP header attribute value parameters

2006-11-28 Thread Enver ALTIN
On 11/28/06, Paul Bagyenda [EMAIL PROTECTED] wrote: According to RFC 2045, we should be parsing MIME/HTTP header value parameter names in a case insensitive manner. To quote: --- attribute := token ; Matching of attributes ; is ALWAYS case-insensitive.

Re: new member

2006-11-28 Thread mks
From source , then configure, make dance. you will source in download section . Cheers, Mo On Nov 28 2006, sri ganeshan wrote: hi every body, i'm sri from Sri Lanka, i'm a student doing an IT degree.im in my third year.i just started using kannel in ubuntu.i find it very

Re: [PATCH] Parsing of MIME/HTTP header attribute value parameters

2006-11-28 Thread Stipe Tolj
Paul Bagyenda wrote: Hi, According to RFC 2045, we should be parsing MIME/HTTP header value parameter names in a case insensitive manner. To quote: --- attribute := token ; Matching of attributes ; is ALWAYS case-insensitive. value := token /

Logs are written in wrong time

2006-11-28 Thread Sanjaasuren.I
Hello Dear, We have Kannel SMSGW 1.2 with Linux, and the access.log and kannel.access.logs are written different time than Server time. So what could be the reason ? Am i need to compile kannel again newly? Best Regards Sanjaasuren Ichinnorov

distribution independent kannel???

2006-11-28 Thread sri ganeshan
Hi Mo, thanx 4 the information.but if i'm to download the source then i'l have to compile and configure it right?what i'm asking is whether there is a .tar o any kind of binary package that works on all distributions.i mean directly download a package and use it on any distributions. Is there

Re: distribution independent kannel???

2006-11-28 Thread Alejandro Guerrieri
That's just not possible, since different Linux distributions use different libraries and file locations among many other differences, so there's no one for all solution for Kannel nor any other [fairly complex] piece of code. Compilation and linking usually takes care of all those differences,