Re: Patch: gw/urltrans.c

2010-08-30 Thread Alexander Malysh
Hi, why do you change explicit configuration to something implicit? user have to decide whether to use keyword or keyword-regex and if both given it's error and was indicated so. About the case sensitivity, I would like to give a user possibility to decide. The policy should be: - if

Re: Patch: gw/urltrans.c

2010-08-30 Thread Nikos Balkanas
Hi, Please see comments inlined. Nikos - Original Message - From: Alexander Malysh amal...@kannel.org To: Nikos Balkanas nbalka...@gmail.com Cc: devel@kannel.org Sent: Monday, August 30, 2010 12:08 PM Subject: Re: Patch: gw/urltrans.c Hi, why do you change explicit configuration

Re: Patch: gw/urltrans.c

2010-08-30 Thread Alexander Malysh
see inlined... Am 30.08.2010 um 16:06 schrieb Nikos Balkanas: Hi, Please see comments inlined. Nikos - Original Message - From: Alexander Malysh amal...@kannel.org To: Nikos Balkanas nbalka...@gmail.com Cc: devel@kannel.org Sent: Monday, August 30, 2010 12:08 PM Subject: Re:

Re: Patch: gw/urltrans.c

2010-08-30 Thread Alejandro Guerrieri
Commenting inline. Regards, Alex On 30/08/2010, at 16:06, Nikos Balkanas wrote: Hi, Please see comments inlined. Nikos - Original Message - From: Alexander Malysh amal...@kannel.org To: Nikos Balkanas nbalka...@gmail.com Cc: devel@kannel.org Sent: Monday, August 30, 2010

Re: Patch: gw/urltrans.c

2010-08-30 Thread Milan P. Stanic
On Mon, 2010-08-30 at 17:06, Nikos Balkanas wrote: Please see comments inlined. Nikos - Original Message - From: Alexander Malysh amal...@kannel.org To: Nikos Balkanas nbalka...@gmail.com Cc: devel@kannel.org Sent: Monday, August 30, 2010 12:08 PM Subject: Re: Patch: gw/urltrans.c

RE: Patch: gw/urltrans.c

2010-08-30 Thread Rene Kluwen
I agree here. Regexps are by default not case sensitive, unless the i-modifier is set. Isn't internal option setting an option? Like they do here: http://nl2.php.net/manual/en/regexp.reference.internal-options.php Example: (?i:foo) == Rene -Original Message- From:

Re: Patch: gw/urltrans.c

2010-08-30 Thread Milan P. Stanic
On Mon, 2010-08-30 at 17:33, Rene Kluwen wrote: I agree here. Regexps are by default not case sensitive, unless the i-modifier is set. Isn't internal option setting an option? Like they do here: http://nl2.php.net/manual/en/regexp.reference.internal-options.php Example: (?i:foo) This

Re: Patch: gw/urltrans.c

2010-08-30 Thread Alejandro Guerrieri
Afaik, Kannel uses pcre for regexps. Not sure if it's possible to pass parameters as it is now, but seems like a possible course of action. Regards, -- Alejandro Guerrieri aguerri...@kannel.org On 30/08/2010, at 18:33, Milan P. Stanic wrote: On Mon, 2010-08-30 at 17:33, Rene Kluwen wrote:

Re: Patch: gw/urltrans.c

2010-08-30 Thread Milan P. Stanic
On Mon, 2010-08-30 at 18:36, Alejandro Guerrieri wrote: Afaik, Kannel uses pcre for regexps. Not sure if it's possible to pass parameters as it is now, but seems like a possible course of action. It is configure script option and is disabled by default. And it is not mentioned in userguide.

RE: smppbox bulk sms: slow reception from a client

2010-08-30 Thread Hillel
Hi Rene, As regards your email below, did you have a chance this weekend to test which is the best option? Regards -- Date: Mon, 23 Aug 2010 14:22:46 +0200 From: Rene Kluwen rene.klu...@chimit.nl To: 'Nikos Balkanas'

RE: smppbox bulk sms: slow reception from a client

2010-08-30 Thread Rene Kluwen
So far I found the best option is the way it is already... as expected. But with some possible tweaks to max-pending-submits in group = smsc on the client. == Rene -Original Message- From: Hillel [mailto:hbil...@ecommunicate.biz] Sent: Monday, 30 August, 2010 21:58 To:

Re: Patch: gw/urltrans.c

2010-08-30 Thread Nikos Balkanas
All right. Here it is. Enjoy, Nikos - Original Message - From: Alexander Malysh amal...@kannel.org To: Nikos Balkanas nbalka...@gmail.com Cc: devel@kannel.org Sent: Monday, August 30, 2010 5:21 PM Subject: Re: Patch: gw/urltrans.c see inlined... Am 30.08.2010 um 16:06 schrieb Nikos