RE: [Kannel 0000010]: HTTP requests get urlencoded twice (orevenmore) if HTTP 302 (redirect) responses are received

2003-03-25 Thread Rene Kluwen
: RE: [Kannel 010]: HTTP requests get urlencoded twice (orevenmore) if HTTP 302 (redirect) responses are received Citando Rene Kluwen [EMAIL PROTECTED]: About 302 (temporary) redirecting responses: After a GET request, the client (kannel) should redirect the SAME request to the URL pointed

Is it possible...

2003-10-18 Thread Rene Kluwen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ...to inquire the SMPP Message ID that my smsc returns??? I am thinking of some kind of variable that is given in the dlr-url. This, in case I want to do a query_sm to that message later. TIA, Rene Kluwen Chimit -BEGIN PGP SIGNATURE

RE: Is it possible...

2003-10-20 Thread Rene Kluwen
. This interface does give me the message id, and I use it to allow my users to browse through their sent messages and see DLR/Status info. Knowing the smpp message ID would allow me to keep the same user interface, regardless of how messages were sent (Kannel/SMPP or http api). Regards, Rene Kluwen Chimit

RE: Is it possible (smpp message id)...

2003-10-25 Thread Rene Kluwen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 P.S.: I noticed that the message ID is stored in place of to-source in the DLR database. So at least, that is _something_... Regards, Rene Kluwen Chimit - -Original Message- From: Rene Kluwen [mailto:[EMAIL PROTECTED] Sent: zondag 19

RE: HTTP redirect

2003-11-27 Thread Rene Kluwen
BASE tags in HTML documents are rarely used. Most HTML documents go without. Rene Kluwen Chimit -Original Message- From: devel-admin+AEA-kannel.org +AFs-mailto:devel-admin+AEA-kannel.org+AF0-On Behalf Of ghhou Sent: donderdag 27 november 2003 4:43 To: Stipe Tolj+ADs- devel+AEA

RE: HTTP redirect

2003-11-28 Thread Rene Kluwen
Content-Location is a http level equivalent of the base tag. But also not widely used. Why not just take the Location header of the previous response? Rene Kluwen Chimit -Original Message- From: devel-admin+AEA-kannel.org +AFs-mailto:devel-admin+AEA-kannel.org+AF0-On Behalf Of ghhou

gwlib/gw_uuid_types.h missing

2003-12-21 Thread Rene Kluwen
/gw_uuid.c gwlib/gw_uuid.c:51:33: gwlib/gw_uuid_types.h: No such file or directory make: *** [gwlib/gw_uuid.o] Error 1 Cheers! Rene Kluwen Chimit

RE: DLR sql select problem with message id containing space

2003-12-23 Thread Rene Kluwen
chars) also with a certain upstream provider that I have. Question: Has this changed in successive SMPP versions? Or is it just plainly against specifications? Regards, Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Alex KinchSent

RE: How to add new protocol to kannel?

2004-01-19 Thread Rene Kluwen
or the emi2 module. It should meet the requirements of your upstream provider, it should meet the requirements as in smscconn_p.h and it should be nice and well behaved ;-) Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of xtjmail Sent: maandag

RE: [PATCH] octstr performance

2004-01-19 Thread Rene Kluwen
Browsed through your patch and couldn't find any boo-boo's with a bare eye. const parameters are always good... you never know when you are going to need a const, later. +1 from me -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alexander Malysh Sent:

Wanted...

2004-01-31 Thread Rene Kluwen
Access to shell accounts with access to a working SQL server (Postgres, Oracle, MS-SQL) setup. Also it helps to have client libraries installed or be able to install :)... This to develop / test Kannel's sqlbox. Regards, Rene Kluwen Chimit

RE: SMPPbox updates

2004-02-01 Thread Rene Kluwen
I won't do work for nothing. And secondly, I may be able to help you out with the problem you are having with it. Kind regards, Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stipe Tolj Sent: woensdag 12 november 2003 18:28 To: Alex

RE: PostgresSQL DLR support

2004-02-03 Thread Rene Kluwen
; Also create table and field-types are kind of different. Regards, Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stipe Tolj Sent: dinsdag 3 februari 2004 14:51 Cc: [EMAIL PROTECTED] Subject: Re: PostgresSQL DLR support Alexander Malysh

RE: PostgresSQL DLR support

2004-02-03 Thread Rene Kluwen
.select and .select_limit methods *shrugs*... A different method for every different kind of statement is also not ideal. But it is better than a different method for every db system. Just my 2 cts. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: PostgresSQL DLR support

2004-02-04 Thread Rene Kluwen
, postgres, oracle (this one should exist already) and they work. I will also make this for ms sql server and -if needed- I can make this for sdb and sqlite. So far I programmed about 1000 lines in sqlbox and sql interfaces. Would this patch be accepted in current CVS? Kind regards, Rene Kluwen

Wat does the...

2004-02-05 Thread Rene Kluwen
...UUID(id) parameter in the sms-msg* structure stand for? And... how would I represent that as non-binary string? -- Rene

RE: Progress on the sqlbox

2004-02-14 Thread Rene Kluwen
It is in the testing phase. I could pass you a copy of the patch if you want to help out with that. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: zaterdag 14 februari 2004 15:22 To: [EMAIL PROTECTED] Subject

RE: 5 gsm modems in one computer?

2004-03-21 Thread Rene Kluwen
Apart from multiport cards, you can alternatively use RS232 - USB adapters. They are quite cheap and widely available. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Ang Sent: maandag 22 maart 2004 9:50 To: [EMAIL PROTECTED

Re: SMPP Server for Kannel

2004-05-01 Thread Rene Kluwen
Yes, you should be able to replace sms box with another kind of box. That is what the current setup is meant for. I have some experience writing both SMPP servers and writing alternative boxes (in this case: an sqlbox that logs incoming and outgoing messages) as well... Rene Kluwen Chimit

Re: Sqlbox?

2004-05-01 Thread Rene Kluwen
to split it up into more smaller patches. Rene Kluwen Chimit - Original Message - From: DILWORTH MICHAEL [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 28, 2004 9:13 AM Subject: Sqlbox? Hi all I am wondering if the SQLBox ever made it into the cvs or posted as a patch. I

Compile error

2004-05-21 Thread Rene Kluwen
%pureparser ^ make: *** [wmlscript/wsgram.c] Error 1 I already did a make distclean (which gave me the same error) and a new ./configure. This is only on one machine, but this machine did not give me an error before. On other machines, Kannel compiles well. Does anybody recognize this? Rene Kluwen

[patch] SQLBOX

2004-05-21 Thread Rene Kluwen
For the patch: http://www.chimit.nl/kannel/sqlbox_patch.tar I know this needs more documentation, but this patch has been kept from the mailing list so long already that I didnt want to refrain it from you anymore. For me also the standard excuse holds that I have been so busy lately that I have

RE: Compile error

2004-05-24 Thread Rene Kluwen
Alan's solution (removing wmlscript/wsgram.y) worked. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alexander Malysh Sent: maandag 24 mei 2004 10:17 To: [EMAIL PROTECTED] Cc: Rene Kluwen Subject: Re: Compile error Hi Rene, would you

-DOPENSSL_NO_KRB5

2004-06-03 Thread Rene Kluwen
experience can fix this? Cheers, Rene Kluwen Chimit

RE: -DOPENSSL_NO_KRB5

2004-06-04 Thread Rene Kluwen
Thanks... Yours is a better solution. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nam Nguyen Sent: vrijdag 4 juni 2004 3:27 To: [EMAIL PROTECTED] Subject: RE: -DOPENSSL_NO_KRB5 I got the same messages like yours. But after

RE: [patch] SQLBOX

2004-06-08 Thread Rene Kluwen
With apologies to the people that downloaded already and stumbled upon errors, I present the SQL Box patch against current CVS version: http://www.chimit.nl/kannel/sqlbox_patch-20040608.tar Please test and vote. Kind regards, Rene Kluwen Chimit -Original Message-From

RE: [patch] SQLBOX

2004-06-09 Thread Rene Kluwen
and which is the preferred way to update? Warm regards, Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alexander Malysh Sent: dinsdag 8 juni 2004 12:33 To: [EMAIL PROTECTED] Cc: Rene Kluwen Subject: Re: [patch] SQLBOX Hi Rene, I have picked

RE: [PATCH] SMS dropped on the floor when SMSCConn down

2004-06-09 Thread Rene Kluwen
you are using that) side as well and have nothing in between? The sqlbox partly supports what you want by polling for messages that can be injected in a sql table (including all options) and sending them out through the bearerbox. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED

RE: [patch] SQLBOX

2004-06-09 Thread Rene Kluwen
Here it is... dbpool_mssql.c without tabs and without fprintf's... I really dont know what the first parameter of the function error(...) is for, but I figure that 0 is a safe value, since I see that more often :)... Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto

smsc = http, system-type = kannel

2004-06-28 Thread Rene Kluwen
doesn't start with `http://' nor `https://' Cheers! Rene Kluwen Chimit --- Anarchism is a tendency in the history of human thought and action which seeks to identify coercive, authoritarian, and hierarchic structures of all kinds and to challenge their legitimacy -- and if they cannot justify

RE: smsc = http, system-type = kannel

2004-07-01 Thread Rene Kluwen
The line comes from smsbox.log. Rene Kluwen Chimit -Original Message- From: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: dinsdag 29 juni 2004 16:25 To: Rene Kluwen Cc: [EMAIL PROTECTED] Subject: Re: smsc = http, system-type = kannel Rene Kluwen schrieb: Does anybody ever use this SMSC

RE: Problem on bearer box

2004-09-21 Thread Rene Kluwen
Try writing admin-allow-ip completely in lowercase. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Oscar Medina Duarte Sent: woensdag 22 september 2004 0:21 To: Kannel Development list Subject: Problem on bearer box Heelp !! Im

new sqlbox patch

2004-10-12 Thread Rene Kluwen
that appropriate action can be undertaken. Cheers! Rene Kluwen Chimit p.d.: I forget to include the FAQ, so that why it was attached seperately. A section about how-to-compile has been included. This is the SQLBOX FAQ. It's function is to help people going, at least before there is a proper

[PATCH] RE: Error compiling MySQL support on RedHat 9 - SOLVED!

2004-10-04 Thread Rene Kluwen
appreciate it if configure and configure.in will be commited to CVS after that. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alejandro Guerrieri Sent: dinsdag 31 augustus 2004 17:24 To: [EMAIL PROTECTED] Subject: Re: Error compiling MySQL

FW: [PATCH] Automake conversion take 3, fixed

2004-10-04 Thread Rene Kluwen
Sorry, forgot to copy the list. -Original Message- From: Rene Kluwen [mailto:[EMAIL PROTECTED] Sent: maandag 4 oktober 2004 20:14 To: Alexander Malysh Subject: RE: [PATCH] Automake conversion take 3, fixed I have not tried the patch. But working on the mysql_config --libs bug, I found

Re: SMPP Enquire Link

2004-11-30 Thread Rene Kluwen
You can set (if your SMSC supports it) transceiver-mode = true in your kannel.conf. This might possibly help. Try it. Rene Kluwen Chimit Michael Bildner wrote: I'm currently using Kannel to connect to an SMSC via SMPP 3.4. I've been perusing the log files created for the SMSC connections

Re: Sending post sms

2005-01-17 Thread Rene Kluwen
Information about how to do it is in the userguide. Other than that: Which programming language would you like an example in? PHP, ASP, C, C++, etc.? Rene Kluwen Chimit - Original Message - From: Balaji Prasad [EMAIL PROTECTED] To: devel@kannel.org Sent: Monday, January 17, 2005 1:03 PM

Re: Looking to open source software that uses gwlib

2005-01-17 Thread Rene Kluwen
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. Rene Kluwen Chimit - Original Message - From: Paul Bagyenda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday

RE: Hi

2005-07-04 Thread Rene Kluwen
that accepts the parameters as you want. Then -in the script- mangle the parameters such as Kannel (sendsms) accepts them. Rene Kluwen Chimit Hi All, I have two questions as below. I would appreciate someone helping me with correct inputs. I run Kannel on Redhat Linux 9. I am configuring Kannel

RE: RAWTCP mode (AT modem on a TCP terminal server) -- patch updated

2005-09-15 Thread Rene Kluwen
I didnt really review the patch itself (sorry). But I think the idea is brilliant. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stipe Tolj Sent: donderdag 15 september 2005 21:51 To: Stanislav Sinyagin Cc: devel@kannel.org Subject: Re

RE: [PATCH] mysql_real_escape_string() usage in gw/dlr_mysql.c

2005-09-26 Thread Rene Kluwen
. This way, you never have to worry about escaping stuff - everything goes automagically. This a clean and generic solution that generates little coding effort. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stipe Tolj Sent: maandag 26 september

sqlbox update

2005-11-01 Thread Rene Kluwen
in the SMS being 'Hello World' text=Hello+worldudh=%06%05%04%40%AB%00%00 results in the SMS being 'llo World' though. Rene Kluwen Chimit

SQLBox update

2005-11-07 Thread Rene Kluwen
There has been a minor update in the sqlbox patch. This update fixes the bug in Kannel's configure where -on some platforms- configure exits and complains about not being able libmysqlclient. This has to do with mysql_config --libs outputting single quotes around the -L parameter. Cheers, Rene

SQLBox Postgres update

2005-11-08 Thread Rene Kluwen
It seems that the Postgres part was very outdated, compared to Kannel CVS head and didn't even compile. This is fixed now. Alex Kinch is testing at the moment. Cheers, Rene Kluwen Chimit

Re: SQLBox Postgres update

2005-11-08 Thread Rene Kluwen
Do you want to implement kind of a patch-o-matic, like netfilter has? Just an idea... -- Rene Rene Kluwen wrote: It seems that the Postgres part was very outdated, compared to Kannel CVS head and didn't even compile. This is fixed now. Alex Kinch is testing at the moment. great

Re: adding keywords to config file without restarting server

2005-11-28 Thread Rene Kluwen
With a little trick, it IS possible. Using the default keyword and writing your own script that does the keyword routing. Rene Kluwen Chimit Ehi Binitie wrote: Hi Everyone , Is it possible to add keywords to config file without restarting I’ve read through the mailing list archives and saw

[Fwd: [Kannel 0000278]: cannot build kannel with mysql support]

2005-12-10 Thread Rene Kluwen
This bug can be solved by applying the sqlbox patch. Whenever I can find my mantis login (meaning when I get back to my own computer) I will update this bug. Rene Kluwen Chimit Mensaje original Asunto: [Kannel 278]: cannot build

Re: [Fwd: [Kannel 0000278]: cannot build kannel with mysql support]

2005-12-11 Thread Rene Kluwen
Rene Kluwen wrote: This bug can be solved by applying the sqlbox patch. ??? how did you know that?, Because I am smart :)... And also because I always have a problem compiling mysql on a clean checkout. Rene Kluwen Chimit I can see any particular log from the report that indicates what

[Fwd: Re: [Fwd: [Kannel 0000278]: cannot build kannel with mysql support]]

2005-12-12 Thread Rene Kluwen
Mensaje original Asunto: Re: [Fwd: [Kannel 278]: cannot build kannel with mysql support] De: Rene Kluwen [EMAIL PROTECTED] Fecha: Mar, 13 de Diciembre de 2005, 0:52 Para: Peter Christensen [EMAIL PROTECTED

I have a...

2006-03-04 Thread Rene Kluwen
...working Clickatell http driver in development at the moment. If there is enough animo for this, I will post it as a patch; for possible inclusion in CVS. Rene Kluwen Chimit

RE: [Kannel 0000314]: RE: [Kannel 0000315]:

2006-03-05 Thread Rene Kluwen
Is this whilst shutting down Wapbox? Or just when terminating a WAP Session? It seems these two bugs are related. About the wsp session: Possibly http_headers are already destroyed at some other point. Have you tried mutexing this member to avoid race conditions? -- Rene

I updated the sqlbox repository...

2006-03-09 Thread Rene Kluwen
...with the latest sqlbox patch, so the patch will apply again without fuzzyness... Nothing has changed otherwise. Rene Kluwen Chimit

[RFC]: heartbeat_stop crashes

2006-03-13 Thread Rene Kluwen
Can I have votes on this patch? Rene Kluwen Chimit -Original Message- From: Apache [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: zondag 12 maart 2006 21:58 Subject: [Kannel 320]: heartbeat_stop crashes The following NEW bug has been ADDED

Clickatell http driver patch

2006-03-14 Thread Rene Kluwen
a username or password along. But I will see if it is possible to make a check on api_id. Besides that, also connect-allow-ip can be used. From what I have heard from the Clickatell techs, their callback HTTP farm connects from behind one single IP address. Cheers, Rene Kluwen Chimit

FW: [Kannel 0000321]: Unable to stop read_from_box fn

2006-03-14 Thread Rene Kluwen
Alex, I agree. Do you have a better option? Rene Kluwen Chimit --- alex - 03-14-06 20:29 GMT --- Hi Rene, your patch is more a hack as solution. -1 from me.

RE: Clickatell http driver patch

2006-03-15 Thread Rene Kluwen
I just checked the Kannel http api sources. And the ssl parameters are not used at the moment. It shouldn't be too hard to implement. But I will leave it for another occasion. Let's first see if this patch gets accepted (or not). Rene Kluwen Chimit -Original Message- From: [EMAIL

RE: Clickatell http driver patch

2006-03-15 Thread Rene Kluwen
Alex, I fixed your points 1, 2 4 with the latest patch attached. About point 3: https server support will be nice in the http smsc driver. This is true for ALL http drivers and is not just Clickatell related. So I consider this a seperate issue. Rene Kluwen Chimit -Original Message

RE: octstr_format panic

2006-03-19 Thread Rene Kluwen
() the octstr_format() function also does other things, like octstr_insert_data, octstr_truncate, etc. At least at one occurence, this hit me. From my logs: 2006-03-13 19:04:36 [1523] [1] PANIC: gwlib/octstr.c:1381: octstr_insert_data: Assertion `!ostr-immutable' failed. Rene Kluwen Chimit

[PATCH] smsc id

2006-03-27 Thread Rene Kluwen
I atttached a little issue that came up in the Clickatell driver. This patch sets the smsc_id in incoming messages. Otherwise, they are unable to be routed (smsbox_list empty). Rene Kluwen Chimit Index: gw/smsc/smsc_http.c === RCS

ota_tokenize_bookmarks

2006-04-04 Thread Rene Kluwen
I was looking at the file ota_prov.c. When I sent an ota-bookmark to myself, on a Siemens C60, I get an SMS message with garbage. Has anybody experienced this as well? And better: Does anyone have a solution for this? Another reason to write this email is, when looking at line 487 506, the

RE: [PATCH] ota_tokenize_bookmarks

2006-04-07 Thread Rene Kluwen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alexander Malysh Sent: donderdag 6 april 2006 12:01 To: devel@kannel.org Subject: Re: ota_tokenize_bookmarks Hi Rene, you are right about memleaks. Could you please provide patch? Thanks, Alex Rene Kluwen

RE: Please be gentle...

2006-04-25 Thread Rene Kluwen
the release can be called stable. Personally I think Kannel is not yet an untamed beast of code by far. There is strict coding guidelines that are being actively enforced. I see some things on the back sides as well, but will respect the subject ;) Rene Kluwen Chimit -Original Message

RE: [PATCH] SQLBOX Delivery Reports Insert

2006-05-18 Thread Rene Kluwen
on delivery reports being inserted. They are not in all cases completely unneccesary. Another idea is to make this behaviour configurable. Comments? Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mi Reflejo Sent: zaterdag 13 mei 2006 14

RE: [PATCH] SQLBOX Port Bug

2006-05-29 Thread Rene Kluwen
Very useful feature patch for what was in fact a bug in sqlbox. Will apply it at the same time as your other patch. Rene Kluwen Chimit -Original Message- From: Mi Reflejo [mailto:[EMAIL PROTECTED] Sent: maandag 29 mei 2006 10:02 To: devel@kannel.org; Rene Kluwen Subject: [PATCH] SQLBOX

RE: [PATCH] SQLBOX Port Bug

2006-05-30 Thread Rene Kluwen
Patch applied. -Original Message- From: Mi Reflejo [mailto:[EMAIL PROTECTED] Sent: maandag 29 mei 2006 10:02 To: devel@kannel.org; Rene Kluwen Subject: [PATCH] SQLBOX Port Bug SQLbox is not reading smsbox-port. It is hardcoded to 13005. There is the patch for that issue. M.

RE: sqlbox mysql re-connection (question)

2006-06-03 Thread Rene Kluwen
the same way as it is done elsewhere in Kannel. Rene Kluwen Chimit

RE: sqlbox mysql re-connection (question)

2006-06-03 Thread Rene Kluwen
, a dbpool_conn_consume is done. This should ensure, I always have a working connection, according to what you just said. So why doesn't it work? Rene Kluwen Chimit -Original Message- From: Mi Reflejo [mailto:[EMAIL PROTECTED] Sent: zondag 4 juni 2006 0:09 To: Rene Kluwen Cc: devel

RE: [PATCH] config definition file hooking (for external modules), ie. sqlbox, mbuni, etc.

2006-06-11 Thread Rene Kluwen
-1 from me. Reason 1: Does this mean add-ons need to temporarily use an interim API and switch to another API when it becomes available? Reason 2: mBuni, sqlbox require patches to the Kannel sources either way. It doesn't matter if such patches also patch cfg.def or not. Rene Kluwen Chimit

RE: [PATCH] allow multiline in config

2006-06-11 Thread Rene Kluwen
+0 from me. I don't have any objections to this particular patch. But shouldn't we wait with new features until at least we have a new stable version? I think that has priority by now. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

RE: [PATCH] (sqlbox) sqlbox.patch

2006-06-13 Thread Rene Kluwen
Patch committed to CVS. @Martin: Did you also change configure.in? Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mi Reflejo Sent: woensdag 14 juni 2006 0:08 To: devel@kannel.org Subject: [PATCH] (sqlbox) sqlbox.patch New sqlbox.patch

RE: [PATCH] config definition file hooking (for external modules), ie. sqlbox, mbuni, etc.

2006-06-13 Thread Rene Kluwen
Yes, you convinced me because of 2 reasons: 1. Provided that the API is not going to change when using dlopen() c.s. and 2. Your API doesn't stop anybody from patching cfg.def either way ;) (but I will be good :P) Rene Kluwen Chimit -Original Message- From: Stipe Tolj [mailto:[EMAIL

RE: [PATCH] (sqlbox) sqlbox.patch

2006-06-13 Thread Rene Kluwen
Some comments: - configure SHOULD be included in the patch. Because nobody uses autoconf to build their configure itself. This is way different from .o files... because they are not included in the repository. - Yes, a seperate build tree for sqlbox might be cleaner. But we can only do that if

RE: [PATCH] (sqlbox) sqlbox.patch

2006-06-14 Thread Rene Kluwen
Alex, this is why Kannel needs you :)... Agreeing here. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alexander Malysh Sent: woensdag 14 juni 2006 17:37 To: devel@kannel.org Subject: Re: [PATCH] (sqlbox) sqlbox.patch Hi, why

RE: [PATCH] (sqlbox) sqlbox.patch

2006-06-14 Thread Rene Kluwen
can raving too far here. But we can even make this a general rule. Taking mutual parameters in group = core when not found in group = smsbox, wapbox, etc. I actually do this in other software. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

RE: [PATCH] (sqlbox) gw/sqlbox_pgsql.c

2006-06-20 Thread Rene Kluwen
Patch is VERY MUCH appreciated and committed to the sqlbox CVS. I will be honest now and admit that you saved my face due to the Postgres driver being broken all this time. Also it seems that Latin America hides some very talentfull and helpfull Kannel programmers :) Rene Kluwen Chimit

RE: resend_try and sms_resend_frequency in splitted msgs

2006-06-21 Thread Rene Kluwen
Won't this block sending of other SMS messages as well? Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mi Reflejo Sent: woensdag 21 juni 2006 16:14 To: Alexander Malysh Cc: devel@kannel.org Subject: Re: resend_try

RE: sms_dict problem

2006-06-22 Thread Rene Kluwen
At this moment I am a little bit short in time. But probably you are looking at a bug. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of francesco emmi Sent: donderdag 22 juni 2006 19:29 To: kannel devel Subject: sms_dict problem Hi list

RE: wappush on CDMA

2006-07-13 Thread Rene Kluwen
in optional parameters. Rene Kluwen Chimit -Original Message- From: Alex Antropoff [mailto:[EMAIL PROTECTED] Sent: donderdag 13 juli 2006 9:31 To: devel@kannel.org Subject: Re: wappush on CDMA On Wed, Jul 12, 2006 at 07:53:43PM +0200, Rene Kluwen wrote: RK Chimit has a patch for Wap Push

RE: SMSbox CRASH: PANIC: gwlib/octstr.c:2458 Assertion `ostr-data ==NULL'

2006-07-17 Thread Rene Kluwen
Is this reproducable? Your smsc says Clickatell. Is this an SMPP connetion or the HTTP driver? Rene Kluwen Chimit -Original Message- From: Vincent CHAVANIS [mailto:[EMAIL PROTECTED] Sent: maandag 17 juli 2006 14:00 To: devel@kannel.org Subject: SMSbox CRASH: PANIC: gwlib/octstr.c:2458

RE: [PATCH] Service routing based on the account field

2006-07-22 Thread Rene Kluwen
I agree with Stipe on this one (for a change ;]). Why don't you just use smsc-id for what you want to accomplish? Or otherwise: Please explain more. Rene Kluwen Chimit -Original Message- From: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: zaterdag 22 juli 2006 14:14 To: Alejandro

RE: [RFC] SMPP: refusing DLRs that are not found in DLR storage?

2006-08-20 Thread Rene Kluwen
incoming messages from all connected threads. So in short: I don't think we will actually solve an issue if we start doing things this way. Rene Kluwen Chimit -Original Message- From: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: zondag 20 augustus 2006 2:13 To: Kannel Development list Subject

RE: Release process

2006-10-21 Thread Rene Kluwen
If someone ask for my opinion: I agree with this. Rene Kluwen Chimti -Original Message- From: Enver ALTIN [mailto:[EMAIL PROTECTED] Sent: zaterdag 21 oktober 2006 16:29 To: Stipe Tolj Cc: devel@kannel.org Subject: Release process On Sat, 2006-10-21 at 14:33 +0200, Stipe Tolj wrote

Re: [PATCH] (sqlbox-standalone) gw/sqlbox_pgsql.h

2006-11-25 Thread Rene Kluwen
Stipe, It would be for me if it were sqlbox. The sqlbox patch is kind of outdated by sqlbox standalone. Martin Conte maintains sqlbox standalone. I suggest Martin takes over sqlbox maintanance? Just an idea. Since he is a lot more active lately on the list and with patches. Rene Kluwen Chimit

req_feat patch

2007-05-09 Thread Rene Kluwen
Nowadays, clickatell requires the req_feat parameter to enable to set the sender id or send binary SMS. This patch enables this. Votes? Rene Kluwen Chimit Index: gw/smsc/smsc_http.c === RCS file: /home/cvs/gateway/gw/smsc

RE: req_feat patch

2007-05-09 Thread Rene Kluwen
There is a possibility to extract the value, given the MSG struct and it's members. Will that be a better option? I can come up with a version that does that. But before spending time on that, I want to know if it is an acceptable solution. Rene Kluwen Chimit -Original Message- From

RE: req_feat patch

2007-05-10 Thread Rene Kluwen
variable? Rene Kluwen wrote: There is a possibility to extract the value, given the MSG struct and it's members. Will that be a better option? I can come up with a version that does that. But before spending time on that, I want to know if it is an acceptable solution. Rene Kluwen Chimit

RE: req_feat patch

2007-05-10 Thread Rene Kluwen
don't feel like having the same discussion over again. I don't mind if this patch is not in CVS. It will just mean that the Clickatell http driver is partly broken. Rene Kluwen Chimit -Original Message- From: Andreas Fink [mailto:[EMAIL PROTECTED] Sent: woensdag 9 mei 2007 16:09 To: Rene

RE: req_feat patch

2007-05-10 Thread Rene Kluwen
Feel free to contribute a patch :) Rene Kluwen Chimit -Original Message- From: Hillel [mailto:[EMAIL PROTECTED] Sent: woensdag 9 mei 2007 16:17 To: 'Rene Kluwen' Cc: Kannel Devel Subject: RE: req_feat patch Hi, Can we not rather have a generic HTTP interface that can be configured

Billing

2010-05-28 Thread Rene Kluwen
I just answered an SMPPBox billing issue on the users list. I think billing shouldn't be an SMPPBox/SQLBox/SMSBox issue but rather something that handles Kannel itself (i.e. bearerbox). I think if we implement something like this, the community would benefit from that a lot. I mean, for every sms

RE: Sqlbox and scheduled pushes

2010-06-02 Thread Rene Kluwen
). However, I think this gives that much extra flexibility (and maintaining backward compatibility) that this quick patch can be incorporated already. It is useful for a lot of persons and it is just a quick patch. Todo: also patch the sql statements for other storage types. Rene Kluwen Chimit

RE: Sqlbox and scheduled pushes

2010-06-02 Thread Rene Kluwen
Do we really need a configuration parameter? Just a question. From: alejandro.guerri...@gmail.com [mailto:alejandro.guerri...@gmail.com] Sent: woensdag 2 juni 2010 10:07 To: Rene Kluwen; 'Emmanuel CHANSON' Cc: Kannel Devel Subject: Re: Sqlbox and scheduled pushes Hey, I've told Emmanuel

RE: Sqlbox and scheduled pushes

2010-06-02 Thread Rene Kluwen
[mailto:alejandro.guerri...@gmail.com] Sent: woensdag 2 juni 2010 10:50 To: Rene Kluwen; 'Emmanuel CHANSON' Cc: Kannel Devel Subject: Re: Sqlbox and scheduled pushes If you don't need the scheduling, the query would be heavier and would break backward-compatibility. BlackBerry de movistar, allí donde estés

RE: smppbox

2010-06-07 Thread Rene Kluwen
I see an excellent opportunity for you, Nikos, to prove your skills, writing documentation :) -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: maandag 7 juni 2010 14:12 To: Rene Kluwen; Alexander Malysh Cc: devel@kannel.org Subject: Re: smppbox Dear Rene

RE: smppbox

2010-06-07 Thread Rene Kluwen
split up (like the way it is now), it is fine for me as well. == Rene -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: maandag 7 juni 2010 15:39 To: Rene Kluwen; 'Alexander Malysh' Cc: devel@kannel.org Subject: Re: smppbox OK, then. When it is accepted

RE: smppbox

2010-06-07 Thread Rene Kluwen
, which happens to be part of Kannel). == Rene -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: maandag 7 juni 2010 16:26 To: Rene Kluwen; 'Alexander Malysh' Cc: devel@kannel.org Subject: Re: smppbox Hi Rene, You may not be aware of it, but there is a 2-step

Sqlbox feature request

2010-06-07 Thread Rene Kluwen
Talking about sqlbox: If smsbox (or smppbox) is not connected, it stores the message in the sent table after which the message cannot be delivered anymore to smsbox (because it is not connected). This message could possibly be flagged with not delivered. Right? I am talking about MO messages

RE: Sqlbox feature request

2010-06-07 Thread Rene Kluwen
, in the current code? I am not sure about where to look. == Rene From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of Rene Kluwen Sent: maandag 7 juni 2010 16:57 To: 'Alejandro Guerrieri' Cc: devel@kannel.org Subject: Sqlbox feature request Talking about sqlbox

RE: Sqlbox feature request

2010-06-07 Thread Rene Kluwen
[mailto:aguerri...@kannel.org] Sent: maandag 7 juni 2010 17:30 To: Rene Kluwen Cc: devel@kannel.org Subject: Re: Sqlbox feature request Afaik, messages are kept on bearerbox store until the box ACK them. At that point, bearerbox deletes the message(s). Regards, Alex -- Alejandro

RE: smppbox

2010-06-07 Thread Rene Kluwen
: Alejandro Guerrieri [mailto:aguerri...@kannel.org] Sent: maandag 7 juni 2010 18:45 To: Nikos Balkanas Cc: Rene Kluwen; devel@kannel.org Subject: Re: smppbox Well, there's (always) a tradeoff between simplicity and scalability, isn't it? Regards, -- Alejandro Guerrieri aguerri...@kannel.org On 07/06

smppbox standalone

2010-06-07 Thread Rene Kluwen
This release is ONLY for developers. It contains an smppbox-standalone package, similar to sqlbox standalone. Most part were shamelessly stolen from the sqlbox trunk. Please add your own credits if you feel addressed ;). http://www.chimit.nl/kannel/smppbox_standalone.tar.gz How about making a

  1   2   3   4   >