Re: PostgresSQL DLR support

2004-02-03 Thread Stipe Tolj
Alexander Malysh wrote: > hmm, that was my first attempt to get things right ;) > Oracle's OCI is just complex and I've introduced 'select/update' within > dbpool. IMO, we should abstract more, so that dbpool deal with DBConnection > and DBConnection object should implement 'select/update'. +1 on

Re: Questions

2004-02-03 Thread Stipe Tolj
zohar wrote: > > Hi, > I tried getting some answers on the users' list, but nobody answered. I hope > I have better luck here: > 1. Is it possible to limit the listening endpoint in kannel to specific > interfaces, instead of them listening on all IPs? yes, you can define in the conf file to whic

RE: PostgresSQL DLR support

2004-02-03 Thread Rene Kluwen
About the psotgres patch: In configure.in linking is done against -llibpg which should be (for me) -lpg. Alexander: I saw your start of select/update abstraction. The one in which select takes a **List parameter. Are we talking about the same thing now? Implementing this won't be too hard and I c

Re: PostgresSQL DLR support

2004-02-03 Thread Alexander Malysh
On Tuesday 03 February 2004 15:32, Rene Kluwen wrote: > About the psotgres patch: > > In configure.in linking is done against -llibpg which should be (for > me) -lpg. FYI: linking is always done with -lpg (w/o lib prefix). > > Alexander: I saw your start of select/update abstraction. The one in w

[CFP] Kannel WAP 2.0 roadmap IRC meeting

2004-02-03 Thread Stipe Tolj
Hi list, as we actually didn't have a meeting last friday. (unfortunatly personally I couldn't make it). We are re-scheduling to this friday: Fri, 6th Feb, 02:30pm (CET) freenode.net IRC #kannel Topics are as mentioned in the subject. Fixing TODOs and roadmapping to WAP 2.0 compliance of Kan

RE: Things I learned about MMS clients (so far)

2004-02-03 Thread Jörg Pommnitz
The final mystery is solved. My MMS client works with Vodafone D2 in Germany. It turned out, that the WAP gateway did not know about the binary encoding for "application/vnd.wap.mms-message". I'm now able to send MMS messages with all four German network operators. Thanks to everybody who helped

Re: [PATCH] daemon/parachute & co for all boxes

2004-02-03 Thread Nisan Bloch
At 07:21 PM 2004/01/20, Alexander Malysh wrote: as no objections were there, commited to cvs. thanks - works purfectly in my test environment nisan On Thursday 15 January 2004 14:56, Alexander Malysh wrote: > Hi List, > > attached you can find a patch that adds some usefull command line > par

Re: [PATCH-RFC] adding pids to logging

2004-02-03 Thread Nisan Bloch
At 01:12 PM 2004/01/28, Stipe Tolj wrote: patch _has_ been commited to cvs. Please update and check. Looks good - works in test environ. Nisan Stipe mailto:[EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf,

Re: [PATCH] octstr performance

2004-02-03 Thread Nisan Bloch
At 06:18 PM 2004/01/20, Stipe Tolj wrote: +1, commited to cvs. excellent - this works like a charm - have linked it into another gwlib app and have similar speed improvements.. ta nisan Stipe mailto:[EMAIL PROTECTED] --- Wapme

RE: PostgresSQL DLR support

2004-02-03 Thread Rene Kluwen
I know linking is done w/o lib prefix. But it was an error in the Postgres patch. This was not particularly directed to anybody special except the ones who want to use that patch. About generic SQL support like dbpool_oracle.c: That was exactly what I was talking about. I dont like the select syn