Re: [PATCH] Kannel bug #0000032 otherwise known as kannel's list function naming clashes with latest mysql list function naming

2005-02-10 Thread Stipe Tolj
Hi Davy, Davy Chan wrote: Already gzip'ed before submitting the patch to the mailing list. Since the patch touches over 100 different files, the resultant patch was still 80K after gzip'ing. After base64'ing it for email transport it pushed the size over the 100K limit of the mailing list. I've

Re: Is it possible to set up the esm_class for Kannel?

2005-02-10 Thread Stipe Tolj
Davy Chan wrote: **Date: Fri, 7 Jan 2005 01:25:48 +0100 **From: Alejandro Guerrieri [EMAIL PROTECTED] **To: devel@kannel.org devel@kannel.org **Subject: Re: Is it possible to set up the esm_class for Kannel? **In-Reply-To: [EMAIL PROTECTED] ** **Olga, ** **You're welcome. It's not the first time

Re: Multiple smsc and exec script replies

2005-02-10 Thread Stipe Tolj
Sergey Saukh wrote: Hi, I have Kannel 1.3.2 version installed. It works fine, but I've encountered a one problem: I have 2 smsc definitions (listed below) and some services set up for use with those smsc. When sms arrives, kannel looks from what smsc and for what msisdn it was and passes it to

Re: New Features Question

2005-02-10 Thread Stipe Tolj
Hi Jonathan, can you please resend the patch request with a mail stating what changesets (as Alex described) have been added (with subject [PATCH]) to the devel list, so we can have this scheduled for review. Thanks in advance. @Alex: any votes from your eyes here? Stipe

Re: Looking to open source software that uses gwlib

2005-02-10 Thread Stipe Tolj
Rene Kluwen wrote: Because I know that gwlib serves more purposes than just Kannel: How about creating a seperate CVS tree for it and distribute it independantly? Just a thought. hmmm, this would go into the Apache portable runtime (apr) issue, right? I don't think the code is that good splited

Re: Can an sms-service be configured to retry http delivery after failure to post a url ?

2005-02-10 Thread Stipe Tolj
Peter Farmer wrote: Hi, I have been scanning the user doco and reading the mail archives, but havent been able to find an answer . I hope that someone on the list can set me straight. We have set up kannel to channel MO SMS's to a 3rd parties web application servers. Which works quite well. The

Re: problems with map-url of while executing wapbox

2005-02-10 Thread Stipe Tolj
Jayabharathi wrote: Hi, I am using Kannel wap gateway for testing my MMS client. For this I have installed Kannel gateway in a PC(IP address = 107.108.72.208) My test setup is like this MMS Client -Kannel WAP GW Now SMS/MMS (MMSC) The

Re: possible re-encoding bug ?

2005-02-10 Thread Stipe Tolj
Peter Farmer wrote: Developers, I have asked this question on the users list , but have had no response. Since it appears to be a bug I guess maybe I should have tried this forum first, but I was not sure that it wasn't just my misunderstanding of kannel configuration options. Can anyone help

Re: [RFC] how to rename gw_list_XXX or gwlist_XXX ?

2005-02-10 Thread Stipe Tolj
Alexander Malysh wrote: Hi together, I would like to get a votes on how to rename list_XXX functions. In all our current places we use gwXX_XX (e.g. gwthread/gwfree/etc) notation but we now have a patch for #32 that uses gw_XX notation. which is the best? P.S. I'm +1 for gwlist_XXX notation and +0

Re: [Kannel-Users] [RFC] Re: Fwd: [Kannel-Users] Re: SMS message ids

2005-02-10 Thread Stipe Tolj
Davy Chan wrote: **Date: Fri, 4 Feb 2005 10:03:41 -0500 (EST) **From: Peter Beckman [EMAIL PROTECTED] **To: Stipe Tolj [EMAIL PROTECTED] **Subject: Re: [Kannel-Users] [RFC] Re: Fwd: [Kannel-Users] Re: SMS message ids **In-Reply-To: [EMAIL PROTECTED] **Cc: devel@kannel.org ** **On Fri, 28 Jan 2005

Re: [Kannel-Devel] Re: [Kannel-Users] [RFC] Re: Fwd: [Kannel-Users] Re: SMS message ids

2005-02-10 Thread Stipe Tolj
Davy Chan wrote: **Date: Mon, 7 Feb 2005 18:04:41 -0500 (EST) **From: Peter Beckman [EMAIL PROTECTED] **To: Davy Chan [EMAIL PROTECTED] **cc: Stipe Tolj [EMAIL PROTECTED], devel@kannel.org **Subject: Re: [Kannel-Devel] Re: [Kannel-Users] [RFC] Re: Fwd: [Kannel-Users] ** Re: SMS message ids

Re: Config-based Optional Parameter Functionality

2005-02-10 Thread Stipe Tolj
Hi list, I recall that we had a thread on how to add SMPP optional parameters, in a generic way. Did this proceed to an consensus? I don't see a way to make it the way Peter supposes it here. Stipe mailto:stolj_{at}_wapme.de ---

Re: Can an sms-service be configured to retry http delivery after failure to post a url ?

2005-02-10 Thread Stipe Tolj
Alexander Malysh wrote: nope and IMO it's not needed. just don't send ack/nack to bearerbox as long the message is not processed and bearerbox will do the job for free. +1, did you have this inside your tree to addopt to cvs? It will require some work, since you have to make sure bearerbox does

Re: is it possible to send sms to sim card using Kannel?

2005-02-10 Thread Stipe Tolj
Olga Rudchenko wrote: My secured data should be 47 in Hex, 8 bit binary. Becouse of this I use coding=2. Can it cause any problem? did you try to pass the binary sms *without* the 'coding' variable. Kannel switches the internal mode to binary, when udh is given. Stipe mailto:stolj_{at}_wapme.de

Re: Potential problem with dlr-storage in core group

2005-02-10 Thread Stipe Tolj
Alex Judd wrote: Thanks Alex - yes you're right - the --with-mysql and --with-mysql-directory configuration parameters fixed the issue. Interestingly though I couldn't see any if/defs in the code to stop the check being valid as it was reporting in the tests? /* * assume we are using

Re: [Fwd: Requesting DLR for binary messages]

2005-02-10 Thread Stipe Tolj
Enver ALTIN wrote: Hi, Forwarding here with hope to find an answer :) Thanks, Forwarded Message From: Enver ALTIN [EMAIL PROTECTED] To: users@kannel.org Subject: Requesting DLR for binary messages Date: Mon, 31 Jan 2005 16:39:10 +0200 Hi, I'm developing an application which sends

Re: [PATCH] glibc malloc hooks for gwmem-check

2005-02-10 Thread Stipe Tolj
Alexander Malysh wrote: Hi together, please find attached patch that adds support for glibc malloc hooks and so make it possible to debug memory problems in external libraries. Comments? as far as this does not brake other os, I'm +1. There is no behaviour change, right? Stipe

Re: Two (possible) bugs with 1.4.0

2005-02-10 Thread Stipe Tolj
Johann du Preez wrote: 2. I cannot, for the life of me, get aliases to work for sms-services. None of the aliases for any of the services specified below works. put alias1;alias2 as value, ie. # SMS SERVICES group = sms-service name = sdt keyword = sdt aliases = shinfo;sharedata url =

Re: Two (possible) bugs with 1.4.0

2005-02-10 Thread Stipe Tolj
Johann du Preez wrote: Hi, I installed Kannel 1.4.0 on a Fedora core 2 box and it is working fine. Thanks for all your efforts. However, I discovered the following two things which I think may be bugs: 1. I use postgresql (v 7.4.6) for dlr-storage, as can be seen from my config file below.

Re: MMS Gateway, OMA OTA for Kannel, etc

2005-02-10 Thread Stipe Tolj
Davy Chan wrote: One problem I see might be that Mbuni does use the gwlib internally and Kannel as an external interface. But, the design philosophy is different from Kannel. Kannel has been hesitant about depending other people's libraries unless absolutely necessary (libxml2 and openssl are the

Re: messageid DLR parameter

2005-02-10 Thread Stipe Tolj
Alexander Malysh wrote: Hi Davy, Davy Chan wrote: 1) Not everyone needs a DLR for every SMS sent. 2) This solutions would force the SMS Msg struct passed back and forth between the bearerbox and the smsbox to increase in size with data that might not be relevant. 3) This solution cannot be

Re: Kannel is suffering

2005-02-10 Thread Stipe Tolj
Aarno Syvänen wrote: Lowest common denominator is *very* different thing than abstraction. We either add all kind of random things to Kannel, making it very difficult to use and maintain, or create a common abstraction with different implementations for each instances a certain feature is

Re: incorrect comparison of ppg_service_name and msg-sms.service in smsbox.c:obey_request_thread()

2005-02-10 Thread Stipe Tolj
Davy Chan wrote: I've been looking at this off and on since Jan of this year. It was sparked by Shyam Kumar's problem with dlr-url (Subject: dlr-url and dlr-mask). Basically, if you have a sendsms-user group with a dlr-url defined _AND_ a PPG group defined within the same config file, the dlr-url

Re: AW: Looking to open source software that uses gwlib

2005-02-10 Thread Stipe Tolj
Hi Jörg, Pommnitz, Jörg wrote: While you mentioned the APR: would it make sense to port gwlib to the APR (Step 1) and then move to APR completely? hmmm, it's like a sexy thing to think about it. But a) would be a horror job in terms of effort and b) would imply why had we all that coding for

Re: AW: Looking to open source software that uses gwlib

2005-02-10 Thread Stipe Tolj
Pommnitz, Jörg wrote: While you mentioned the APR: would it make sense to port gwlib to the APR (Step 1) and then move to APR completely? personally, I'm (at least curretnly) -1 on heading this road. Stipe mailto:stolj_{at}_wapme.de

Re: Kannel is suffering

2005-02-10 Thread Stipe Tolj
Jørgen Thomsen wrote: Dear Aarno Syvänen and Stipe Tolj. Thank you, I appreciate your comments. They are fully validating my observations. You are busy preserving the 'pure' design instead of thinking forward. In that way Kannel will die. You may distingush between 'lowest common denominator

Re: Kannel is suffering

2005-02-10 Thread Stipe Tolj
Jørgen Thomsen wrote: OK. Here is one practical issue, which deliberately has been turned down: implementation of complete official protocol standards. ok. This is the utopia we are looking to gain. But how to achieve it in a practical abstraction and real world? Now, I don't want to be picky.

Re: [RFC] sqlbox as own cvs module - votes please

2005-02-10 Thread Stipe Tolj
Alejandro Guerrieri wrote: I think I qualify as one of the others not being forbidden to mention their votes as part of an open way in decission making :) but anyway, since I like this module a lot: +1 great. Now, I didn't want to make it sound like that. Just wanted to invite anyone to feel free

Re: Kannel is suffering

2005-02-11 Thread Stipe Tolj
Paul P Komkoff Jr wrote: Replying to Stipe Tolj: now, first of all. This policy, if I'm free to proclaim it in that way, is not invented by people maintaining Kannel. It's invented by various other open source projects where not only software engeneering aspects come in play, but also politics

Re: [PATCH] curl

2005-02-11 Thread Stipe Tolj
Paul P Komkoff Jr wrote: attached ok, I may be picky again... but I'll be anyway ;) As far as I understand, this means, libcurl support is optional via configure switch --enable-curl, right? Some points I'd like to see cleaned: * moving curl_XXX functions to an own file instead of mudging it

Re: [PATCH] charset

2005-02-11 Thread Stipe Tolj
Paul P Komkoff Jr wrote: attached please drop some shade on what this patch does. In order to make code review easier and voting speed-up. Stipe mailto:stolj_{at}_wapme.de --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf,

Re: [PATCH] msisdn-accounting

2005-02-11 Thread Stipe Tolj
Paul P Komkoff Jr wrote: attached +1, commited with slight changes. Thanks a lot. Also added a compatiblity warning to NEWS file for upcoming 1.4.1 stable release, since this changes wapbox's access-log format. Stipe mailto:stolj_{at}_wapme.de

Re: Next expected release date of Kannel stable 1.4.1?

2005-02-11 Thread Stipe Tolj
Davy Chan wrote: Any idea when the freeze will be for generation of v1.4.1? I've got a large patch to the Kannel userguide but am currently stuck trying to get DocBooks to support Section numbering without hacking the system Docbook templates. If the freeze for v1.4.1 is imminent, then I'll say

Re: Cannot use modem.

2005-02-11 Thread Stipe Tolj
Magnus Byrkjeflot wrote: How? I've not used it before addr2line -e gw/bearerbox 00488314 -f gw_panic ??:0 do a man addr2line for more details. Stipe mailto:stolj_{at}_wapme.de --- Wapme Systems AG Vogelsanger Weg 80 40470

Re: [PATCH] WSP headers with end-of-string value

2005-02-11 Thread Stipe Tolj
commited to cvs. Stipe mailto:stolj_{at}_wapme.de --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf, NRW, Germany phone: +49.211.74845.0 fax: +49.211.74845.299 mailto:info_{at}_wapme-systems.de http://www.wapme-systems.de/

Re: [RFC] sqlbox as own cvs module - votes please

2005-02-12 Thread Stipe Tolj
Alexander Malysh wrote: Hi, I'm also +1 but don't see a easy way to handle such things with CVS (and again my ++1 for subversion switch ;)). ok, so we have a nominee for Rene to gain cvs write access at first point. Second point is on how to switch to svn. Which is in fact the better choice for

Re: [PATCH] curl

2005-02-12 Thread Stipe Tolj
Davy Chan wrote: **Subject: Re: [PATCH] curl **From: Enver ALTIN [EMAIL PROTECTED] **To: devel@kannel.org **In-Reply-To: [EMAIL PROTECTED] **Organization: Parkyeri **Date: Fri, 11 Feb 2005 18:09:19 +0200 ** **On Fri, 2005-02-11 at 16:38 +0200, Dziugas Baltrunas wrote: ** A snip from

Re: [PATCH] curl

2005-02-12 Thread Stipe Tolj
Alexander Malysh wrote: hi, joust one idea: would it be possible to put curl things into gwlib into extra file and provide some compat layer for kannel's http interface so that _all_ users of gwlib/http would benefit (e.g. smsc_http/smsbox/etc.)? good point from Alex here. Ehh... by the way, will

Re: Kannel is suffering

2005-02-12 Thread Stipe Tolj
Jørgen Thomsen wrote: And, please, don't drag the discussion here down to whether that small patch is good or not. More important issues are at stake. They go way beyond the rejection of a single patch ie. should Kannel be a 'lowest common denominator' software or should it be a framework to

Re: messageid DLR parameter

2005-02-12 Thread Stipe Tolj
Davy Chan wrote: I might represent the extreme case of Kannel porting. I haven't seen anyone on the net talking about Kannel on an ARM7 processor (although we kind of talked about the possibility of Kannel on the Dragonball [a la Palm] or StrongARM [a la iPaq] in Hong Kong back in 2000). But, I'm

Re: [RFC] sqlbox as own cvs module - votes please

2005-02-14 Thread Stipe Tolj
Enver ALTIN wrote: Hi Stipe, On Fri, 2005-02-11 at 00:56 +0100, Stipe Tolj wrote: I'd like to promote Rene Kluwen [EMAIL PROTECTED] to gain cvs write access in order to contribute his sqlbox as own cvs module. He is willing to put it under Kannel projection and maintain it inside the cvs module

Re: [PATCH] curl

2005-02-14 Thread Stipe Tolj
Kalle Marjola wrote: right. That was the main intention of the clause. I don't see an active reason to remove it. Seeing the clause in such a context in legitim and holds still with current policy on how to add optional features, IMO. Maybe Kalle could shed some light on the matter. yep, Kalle

[RFC] 1.4.1 stable showstoppers?

2005-02-14 Thread Stipe Tolj
Hi list, which bug #'s (or issues) are to be called showstoppers for releasing 1.4.1 stable? Please shout. (And please no issues that are currently discussed actively in the list, like the message_id thing etc. We'll get into this in the list for consensus). I'm trying to gather a list of

Re: How to send Nokia ringtones and logos (format otb, ott)

2005-02-15 Thread Stipe Tolj
Gilles Richard Mulihano wrote: Hello, Could anyone please help me with a procedure on how to send back Nokia ringtones and logos to Nokia phones or other compatible, in the over the air formants (otb, ott) ? I have installed Kannel 1.2.1 version. Please send me configuration info, and if possible

Re: [PATCH] Default charset patch (bug 0000068)

2005-02-15 Thread Stipe Tolj
Hi Paul, comments inlined. I know the reasoning I had when invented NEW_CHARSET. Phone claims it supports multiple encodings - like, for example, latin1, koi8-r, and utf8, but does this in-line and with q=0.x weights. The, webserver decides to present russian content in, for example, koi8. But

Re: [PATCH] Default charset patch (bug 0000068)

2005-02-15 Thread Stipe Tolj
Paul P Komkoff Jr wrote: Replying to Stipe Tolj: applied to cvs, in a variation form. See http://www.kannel.org/cgi-bin/viewcvs.cgi/gateway/gwlib/http.c.diff?r1=1.225r2=1.226sortby=date Great! Now it's not 1-1 with curl as it goes. what do you mean with 1-1?? ;) the behaviour of libcurl

Re: Kannel is suffering

2005-02-15 Thread Stipe Tolj
Davy Chan wrote: Learn from the the mistakes of the 14th century missionaries. They went out to contribute to the advancement of native people. But, ultimately they destroyed the civilizaton of their saved people because they didn't invest the time to understand their culture. an intreresting

Re: Kannel is suffering [Really idea for dealing with SMPP TLV andEMI TTLLDD)]

2005-02-16 Thread Stipe Tolj
Paul Keogh wrote: - SMPP and EMI both have extra parameters or options that can be passed back and forth between the SMSC Servers and the SMSC clients. - The extra parameters are proprietary to the SMPP or EMI specifications and cannot be abstracted to be used by other SMSC client

Re: [PATCH] Default charset patch (bug 0000068)

2005-02-16 Thread Stipe Tolj
Paul P Komkoff Jr wrote: Replying to Stipe Tolj: the behaviour of libcurl and gwlib's http.c? Yes. curl doesn't mangle headers in any way. hm... As I noticed, the section reading from the HTTP/1.1 RFC is more like this is what the server should do, IMO. So the question is if it is up

Re: Kannel is suffering [Really idea for dealing with SMPP TLV and EMI TTLLDD)]

2005-02-16 Thread Stipe Tolj
Davy Chan wrote: Ok. Let's break down the current situation. - SMPP and EMI both have extra parameters or options that can be passed back and forth between the SMSC Servers and the SMSC clients. - The extra parameters are proprietary to the SMPP or EMI specifications and cannot be

Re: [PATCH] Default charset patch (bug 0000068)

2005-02-16 Thread Stipe Tolj
Rune Saetre wrote: Hi again. This is snipped from the RFC: The charset parameter is used with some media types to define the character set (section 3.4) of the data. When no explicit charset parameter is provided by the sender, media subtypes of the text type are defined to have a

Re: Autoconf/Automake patches

2005-02-16 Thread Stipe Tolj
Hi Wilfried, Wilfried Goesgens wrote: The automake version complaints about files in subdirs. Automake isn't specified as make to build files in Subdirs, but to recurse into them. My first aproach was just to copy the Structure from the gwlib dir, but this resulted in the smsc's being built as

Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-02-16 Thread Stipe Tolj
Alexander Malysh wrote: Hi, attached patch adds again 'LIMIT 1' to dlr_pgsql because after Stipe's fix for #190 we will delete and update to much row in postgresql. Comments/votes please! P.S. IMO: this should go into 1.4.1 Alex, pgsql docs say *explicitely* that LIMIT is *only* available for

Re: [PATCH] glibc malloc hooks for gwmem-check

2005-02-16 Thread Stipe Tolj
Alexander Malysh wrote: Stipe Tolj wrote: Alexander Malysh wrote: Hi together, please find attached patch that adds support for glibc malloc hooks and so make it possible to debug memory problems in external libraries. Comments? as far as this does not brake other os, I'm +1. nope, it's inside

Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-02-16 Thread Stipe Tolj
Alexander Malysh wrote: Stipe, please _read_ the patch first before you write ;) this patch uses 'limit 1' _only_ for select! yep, I see. All the blame and shame on me. Stipe mailto:stolj_{at}_wapme.de --- Wapme Systems AG Vogelsanger

Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-02-16 Thread Stipe Tolj
Alexander Malysh wrote: Hi, attached patch adds again 'LIMIT 1' to dlr_pgsql because after Stipe's fix for #190 we will delete and update to much row in postgresql. Comments/votes please! P.S. IMO: this should go into 1.4.1 anyone running pgsql as storage that can vote/confirm the patch? I'm +0,

Re: receiving the messageid

2005-02-18 Thread Stipe Tolj
Davy Chan wrote: **From: Hillel Bilman [EMAIL PROTECTED] **To: Davy Chan [EMAIL PROTECTED] **Subject: RE: receiving the messageid **Date: Thu, 17 Feb 2005 21:59:41 +0200 ** **Will we be able to test your code via CVS with the %II drl-url (message_id) **feature, by the end Feb? **If not any idea

Re: REPOST: [PATCH] Patch to remove: PANIC: wap/cookies.c:349: add_cookie_to_cache: Assertion `sm - cookies != NUL

2005-02-18 Thread Stipe Tolj
Davy Chan wrote: Cleaning out my mailbox, I found this orphaned message that might have been overlooked (no followup and no voting). Was there a reason not to apply this 2 line safety check? thanks Davy for pointing again to this. I fixed it in cvs: 2005-02-18 Stipe Tolj [EMAIL PROTECTED

Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-02-28 Thread Stipe Tolj
Hi Enver, Enver ALTIN wrote: Hi, On Wed, 2005-02-16 at 19:48 +0100, Alexander Malysh wrote: attached patch adds again 'LIMIT 1' to dlr_pgsql because after Stipe's fix for #190 we will delete and update to much row in postgresql. Yeah, a sub-select was the right way to do it, in the first place.

Re: fluctuating between XXX_UNDEF and '-1' in Kannel code

2005-02-28 Thread Stipe Tolj
Hi Davi, any patch for this one now? Looking forward to review and commit ;) Stipe mailto:stolj_{at}_wapme.de --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf, NRW, Germany phone: +49.211.74845.0 fax: +49.211.74845.299

Re: Load Testing Kannel

2005-02-28 Thread Stipe Tolj
Shashi Anand B wrote: I need to load test an application deployed in Kannel for measuring its throughput. Can anybody kindly share his/her experience about load testing Kannel? Information such as the load testing tool that was used, any special setup, etc. will be highly helpful. now, this

Re: [PATCH] trivial configure in debian docbook unstable patch

2005-02-28 Thread Stipe Tolj
Benjamin Lee wrote: Trivial fix to find docbook .dsl files on Debian unstable. See attached.. thanks Benjamin. Commited to cvs. Stipe mailto:stolj_{at}_wapme.de --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf, NRW, Germany

Re: kannel 1.4.0 portability fixes

2005-02-28 Thread Stipe Tolj
Mike Bristow wrote: Hi, I've been trying to compile kannel 1.4.0 with a non-gcc compiler, and have a small pile of patches required to do so. Anyway, here are the first two issues; is this the best place to report them? yes, this is the best place for it. Thanks a lot for your patch. +1 and

Re: MMS processing

2005-02-28 Thread Stipe Tolj
Henry Wessel wrote: Hi there, sorry to bother all of you, I am new to the whole SMS gateway subject and I am wondering whether there is a way to receive and send MMS via the Kannel software. In fact, I am interested in buying a GSM modem, installing the software and use the system to upload MMS

Re: smsbox sms-service just stopped!

2005-02-28 Thread Stipe Tolj
Davy Chan wrote: **Date: Mon, 21 Feb 2005 23:38:27 + **From: Alex Kinch [EMAIL PROTECTED] **To: devel@kannel.org **Subject: smsbox sms-service just stopped! ** **Been trying to debug a strange problem on cvs20050215. One minute, **everything is fine. The next, smsbox is logging 'INFO:

Re: [PATCH] gwlib enumerate list function

2005-02-28 Thread Stipe Tolj
fred wrote: this is a new function, no code in the original kannel code uses it, but we are in various additions done here; its quite useful and neat and small. cheers +0 on this one as vote. Anyone having a more positive vote to commit? ;) Fred, can you point out for this usage scenario you

Re: resubmit your dbm/gdbm-based DLR storage patch and vote to phase out internal DLR storage in favor of DBM DLR storage

2005-02-28 Thread Stipe Tolj
Alejandro Guerrieri wrote: Is there any plans in supporting SQLite? It's also file based, very fast, embeddable, open source, self contained and well documented. Migrating from the code from MySQL shouldn't pose too many problems, I suppose... I had SQLite on my TODO list for DLR support. Actually

Re: resubmit your dbm/gdbm-based DLR storage patch and vote to phase out internal DLR storage in favor of DBM DLR storage

2005-02-28 Thread Stipe Tolj
Alexander Malysh wrote: the problem is described above. I'm +1 for dbm/gdbm as optional module but -1 for dropping internal dlr support. that's it... agree'ing here to Alex. Same with me. Internal storage is something weak in terms of message loose while restart/shutdown. But it's up to the user

Re: Fwd: AT driver patch

2005-02-28 Thread Stipe Tolj
Aarno Syvänen wrote: Hi List, Anybody committing this patch to cvs? I tested it with keyspan 19hs adapter and siemens tc35 modem (which combination initialised very slowly), and it seems to work ok. now, obviously you commited it for revision 1.21, 2005/02/22 16:19:21 ;) which brings us up again

Re: [PATCH] Disable Keep Alive

2005-02-28 Thread Stipe Tolj
Alexander Malysh wrote: Hi, I'm +1 for this one although not a cvs/kannel conform patch ;) +1 too. Commited to cvs. P.S. next time please post unified diff as one patch instead of diff's for each file. yep, agree'ing here again ;) (seems like it's sometimes boring to agree to Alex ;) Stipe

Re: Load Testing Kannel

2005-03-01 Thread Stipe Tolj
Shashi Anand B wrote: oops!! forgot to mention in the previous mail that the testing has to be done on the WAP side. The requirement is as follows : I need to generate a lot of WAP requests that go through the gateway to the web server and measure the average response time. Since, I have my

Re: [PATCH] Fix empty device_headers with request_headers == NULL and session_headers != NULL

2005-03-01 Thread Stipe Tolj
Paul P Komkoff Jr wrote: Replying to Paul P Komkoff Jr: Damn it's obvious - that's the reason kannel says Device doesn't support charset windows-1251 neither UTF-8 while device supports utf-8 Unnoticed yet? on the HAVE_TO_REVIEW list... this evening, hopefully. Alex is also busy with non-Kannel

Re: AT driver patch

2005-03-01 Thread Stipe Tolj
Aarno Syvänen wrote: Hi Stipe+List, On 1.3.2005, at 03:24, Stipe Tolj wrote: Aarno Syvänen wrote: Hi List, Anybody committing this patch to cvs? I tested it with keyspan 19hs adapter and siemens tc35 modem (which combination initialised very slowly), and it seems to work ok. now, obviously you

Re: [PATCH] Disable Keep Alive

2005-03-02 Thread Stipe Tolj
Jonathan Houser wrote: Aarno, IMHO, going that far back is counterproductive. But if Kannel leaks on error, failed fetchs should generate leaks, do they not ? And then we will have a reproducable bug. I was just comparing the oldest version I tested that still leaked against mine

Re: [PATCH] Fix empty device_headers with request_headers == NULL and session_headers != NULL

2005-03-02 Thread Stipe Tolj
Paul P Komkoff Jr wrote: Replying to Stipe Tolj: on the HAVE_TO_REVIEW list... this evening, hopefully. Alex is also busy I hope your's HAVE_TO_REVIEW list implementation isn't broken ... ;) nop, not broken, only the memory size is limited and while swapping is active, process scheduling delays

Re: [PATCH] Disable Keep Alive

2005-03-02 Thread Stipe Tolj
Jonathan Houser wrote: Aarno, IMHO, going that far back is counterproductive. But if Kannel leaks on error, failed fetchs should generate leaks, do they not ? And then we will have a reproducable bug. I was just comparing the oldest version I tested that still leaked against mine

test, please ignore

2005-03-03 Thread Stipe Tolj
ignore. Stipe

[FYI] DNS problems with kannel.org mailing lists

2005-03-03 Thread Stipe Tolj
Hello all, just to let you know that we have/had today problems with DNS resolving for the kannel.org mailing lists. Basically most MTAs should have been unable to deliver mail to the mailing lists, due to a MX record for kannel.org that was pointing to a DNS no longer in use (3glab.org). Our

Re: [PATCH] Disable Keep Alive

2005-03-03 Thread Stipe Tolj
Jonathan Houser wrote: Yeppers, the client ones. I just checked all of my logs, and the only IPs I see regarding WAP are the ones from an IP I have blocked. Regardless, it'd be very helpful if they were on the same line in the same log as the fetch itself: correlating traffic is hard --

Re: [PATCH] Disable Keep Alive

2005-03-04 Thread Stipe Tolj
Jonathan Houser wrote: I have the patch. I'll test it tomorrow morning and submit it if it works. It was as easy as you'd said. :P ok, please initiate a new [PATCH] mail thread for it. Stipe mailto:stolj_{at}_wapme.de ---

Re: [PATCH] Fetch Plus IP

2005-03-04 Thread Stipe Tolj
Jonathan Houser wrote: This patch adds the IP/port to the 'Fetching' log lines for wapbox. This is for troubleshooting particular users' traffic as well as tracking down coding issues (ie. file descriptor leaks). :P +1, commited to cvs. Actually I'm thinking of how we can abstract

Re: [PATCH] Disable Keep Alive

2005-03-04 Thread Stipe Tolj
Jonathan Houser wrote: I think I found the leak. I ran 2004-11-23 (and am still doing so) without any leaks, but then if I run 2004-11-30 it leaks. I did a diff between the two and there's just three minor changes. Attached is the diff file, but note that it's backwards due to the way I

Re: [PATCH] Disable Keep Alive

2005-03-04 Thread Stipe Tolj
Paul P Komkoff Jr wrote: the options I build in my copy of Kannel. Looks like from the other e-mails going around Stipe's working on just that. :) I believe he is. I just thought you want working wap gate now :) I was... of to week-end now, and mainly without a chance to grap my hands or

Re: [RFC] sqlbox as own cvs module - votes please

2005-03-07 Thread Stipe Tolj
Alexander Malysh wrote: Stipe Tolj wrote: Alexander Malysh wrote: Hi, I'm also +1 but don't see a easy way to handle such things with CVS (and again my ++1 for subversion switch ;)). ok, so we have a nominee for Rene to gain cvs write access at first point. Second point is on how to switch

Re: [PATCH][RESEND][ANNOYANCE] Fix empty device_headers and small memory leak with connection-oriented wap

2005-03-07 Thread Stipe Tolj
Paul P Komkoff Jr wrote: When I'll get tired of this ... ok, Alex did the quick shoot and commited. Paul can you please point out the semantical logic change you did here?! I don't get the point from your previous quote: Damn it's obvious - that's the reason kannel says Device doesn't support

Re: rfc - ``httpd'' patch

2005-03-07 Thread Stipe Tolj
Ilan Aelion wrote: Hi all, I encountered some problems using gwlib httpd features. In particular, gwlib will PANIC when the open file limit is exceeded, which is not acceptable for many applications. can you please point out under which scenarios this is determined? Here's a patch that seems

Re: SAR_SEGM_SIZE

2005-03-07 Thread Stipe Tolj
Mindaugas Riauba wrote: Hello, In wap/wtp_resp.h there are the following lines: /* * Nokia wap gw uses the size of 576, but mobiles use 1,5K size, * I will think later what is better to use */ #define SAR_SEGM_SIZE 576 If I remember right because of that downloads are limited to

Re: SAR_SEGM_SIZE

2005-03-07 Thread Stipe Tolj
Mindaugas Riauba wrote: Hello, In wap/wtp_resp.h there are the following lines: /* * Nokia wap gw uses the size of 576, but mobiles use 1,5K size, * I will think later what is better to use */ #define SAR_SEGM_SIZE 576 If I remember right because of that downloads are limited to

Re: Problem with WAP-Gateway/File sizes [PATCH]

2005-03-07 Thread Stipe Tolj
Igor Ivoilov wrote: This is a patch to change a packet size Index: wap/wtp_resp.h === RCS file: /home/cvs/gateway/wap/wtp_resp.h,v retrieving revision 1.4 diff -b -u -r1.4 wtp_resp.h --- wap/wtp_resp.h 15 Nov 2003 13:14:24 - 1.4

[RFC] HTTTP showstopper fixed?

2005-03-08 Thread Stipe Tolj
Hi Alex, is this this: 2005-03-07 Alexander Malysh amalysh at kannel.org * gwlib/http.c: (Client Part) fixed race condition while destroing Connection. In order to not trigger RC we must first explicit unregister connection from FDSet (because this operation is locked) and

Re: [**SPAM**] Blinking SMS

2005-03-08 Thread Stipe Tolj
[EMAIL PROTECTED] wrote: Hello I want to ask how I can send blinking sms using kannel. I tried to put 0001 in the encoded sms but it came without blinking. http://xxx.xxx.xxx.xxx:12013/cgi-bin/sendsms?username=adminpassword=se ndsmscoding=2from=Testxto=xtext=%00%01%00%41%00%01 Any

Re: [**SPAM**] Blinking SMS

2005-03-08 Thread Stipe Tolj
Tarek Al-Sheikh Ali wrote: Hi, There is a way to make the SMS blink. Blinking is different than flash. http://www.dreamfabric.com/sms/alert.html u can see how the sms an blink. But I tried it in kannel, but it doesnt work Any suggestions? I'd guess this is phone specific. Which means, some phones

Re: [**SPAM**] Blinking SMS

2005-03-08 Thread Stipe Tolj
Alexander Malysh wrote: hi, how about mclass=0 in the request? tried this too with an Samsung, but only a normal flash, no blinking at all. Stipe mailto:stolj_{at}_wapme.de --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf,

Re: [PATCH][RESEND][ANNOYANCE] Fix empty device_headers and small memory leak with connection-oriented wap

2005-03-08 Thread Stipe Tolj
Paul P Komkoff Jr wrote: :( why is that?... we're fully in CeBIT preparation stress. I can tell you: it's a full-time horror-show. That's why I wanted a quick pointing-out, so I can say , ok, done ;) Stipe mailto:stolj_{at}_wapme.de

Re: Urgent: Some Kannel error messages

2005-03-13 Thread Stipe Tolj
Hi Serkan, first of all, you shoul move towards 1.4.0 stable (1.4.1 stable is coming up), since it's more reliable and contains a lot of bug fixes, since 1.3.2 devel. Serkan Camurcuoglu wrote: Hi all, We are using Kannel 1.3.2 at a site for handset access to content that's kept on a web server

Re: Leak Update

2005-03-14 Thread Stipe Tolj
Jonathan Houser wrote: It's using your framework and Apache's, not modifying code. Namely it's map-url in Kannel's config file and then a mod_rewrite in Apache. Nothing for you guys to patch. :P ok, so we're at least green here and drop this showstopper for 1.4.1 stable. Good news.

Re: WTLS support

2005-03-16 Thread Stipe Tolj
Guanghua Hou wrote: Dear sir, Does kannel support WTLS now? Is port 9202/9203 supported by Kannel? Kannel does contain a WTLS stack. Unfortunatly it's not been finished in implementation, and there is currently no maintainer of that module/segment. Kannel can be used via the ktwls (add-on

Re: [PATCH] Siemens SX1 kludge

2005-03-21 Thread Stipe Tolj
Stipe Tolj wrote: Index: wap/wsp_headers.c === RCS file: /home/cvs/gateway/wap/wsp_headers.c,v retrieving revision 1.19 diff -u -r1.19 wsp_headers.c --- wap/wsp_headers.c 8 Aug 2004 20:39:56 - 1.19 +++ wap/wsp_headers.c 21

Re: [RFC] Re-entrancy in http module

2005-03-21 Thread Stipe Tolj
Paul Keogh wrote: What about 'client_threads_are_running'? also switch this to 0 in gwlib/http.c:client_shutdown() ? ok, adding it too. Thanks. Stipe mailto:stolj_{at}_wapme.de --- Wapme Systems AG Vogelsanger Weg 80 40470

Re: fluctuating between XXX_UNDEF and '-1' in Kannel code

2005-03-21 Thread Stipe Tolj
Hi Davy Davy Chan wrote: **Date: Mon, 28 Feb 2005 19:40:58 +0100 **From: Stipe Tolj [EMAIL PROTECTED] **To: Davy Chan [EMAIL PROTECTED] **CC: devel@kannel.org **In-Reply-To: [EMAIL PROTECTED] ** **Hi Davi, ** **any patch for this one now? Looking forward to review and commit ;) Sorry

<    1   2   3   4   5   6   7   8   9   10   >