[PATCH] custom access-log format

2003-11-24 Thread Stipe Tolj
Hi list, the attached patches is a feature add in terms of customizing the access-log format for bearerbox. This will allow to use custom format access-log lines using escape codes (commonly known from the sms-service groups). Here are the changes: * gw/bb_alog.c: handles the custom bearerbox

Re: [PATCH] custom access-log format

2003-11-24 Thread Nisan Bloch
Hi Stipe Perfect timing - we have such an item on our current to do lists. Looks good - compiles and works with brief testing on our dev box. Nisan At 04:47 PM 2003/11/24, Stipe Tolj wrote: Hi list, the attached patches is a feature add in terms of customizing the access-log format for bearerbo

Re: [PATCH] custom access-log format

2003-11-24 Thread Stipe Tolj
Nisan Bloch wrote: > > Perfect timing - we have such an item on our current to do lists. > > Looks good - compiles and works with brief testing on our dev box. great. Nisan you could do me a favor and test performance of the escape code translation. Simply setup 1 or 2 fakesmsc connections and d

RE: [PATCH] custom access-log format

2003-11-24 Thread Stefan Cars
Hi! Works great for me! +1 /S -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stipe Tolj Sent: den 24 november 2003 15:47 To: Kannel Devel Subject: [PATCH] custom access-log format Hi list, the attached patches is a feature add in terms of

Re: [PATCH] custom access-log format

2003-11-24 Thread Stipe Tolj
thanks for testing. commited to cvs. Stipe mailto:[EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf, NRW, Germany phone: +49.211.74845.0 fax: +49.211.74845.299 mailto:[EMAIL PROTECTED] http://www.wapme-syste

Re: [PATCH] custom access-log format

2003-11-25 Thread Alex Kinch
rt_main+0x93) [0x402c6687]2003-11-25 23:13:30 [0] PANIC: ./smsbox(strcpy+0x35) [0x804acb1]   Alex   - Original Message - From: Stipe Tolj To: Kannel Devel Sent: Monday, November 24, 2003 2:47 PM Subject: [PATCH] custom access-log format Hi list,the attached pa

Re: [PATCH] custom access-log format

2003-11-25 Thread Alex Kinch
rt_main+0x93) [0x402c6687]2003-11-25 23:13:30 [0] PANIC: ./smsbox(strcpy+0x35) [0x804acb1]   Alex   - Original Message - From: Stipe Tolj To: Kannel Devel Sent: Monday, November 24, 2003 2:47 PM Subject: [PATCH] custom access-log format Hi list,the attached pa

Re: [PATCH] custom access-log format

2003-11-25 Thread Stipe Tolj
yep, my fault. sorry, will commit fix tomorrow before lunch. Stipe mailto:[EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf, NRW, Germany phone: +49.211.74845.0 fax: +49.211.74845.299 mailto:[EMAIL PROTECTED

Re: [PATCH] custom access-log format

2003-11-25 Thread Stipe Tolj
commited changes to cvs. Please update and re-try. Stipe mailto:[EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf, NRW, Germany phone: +49.211.74845.0 fax: +49.211.74845.299 mailto:[EMAIL PROTECTED] http://ww

Re: [PATCH] custom access-log format

2003-11-27 Thread Stipe Tolj
Hi list, just made some benchmark testing on the new custom access-log formating. Seems the escape code parsing and Octstr appending is reducing general performance by bearerbox by a factor of 3. Which is in some sense un-acceptable. So be warned in case you need something realy fast. Alex propo