RE: Problem with Regular Expressions

2010-08-26 Thread Cariotoglou Mike
thanks, Nikos, will test and come back if I still have problems -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Thursday, August 26, 2010 8:55 AM To: Rene Kluwen; Cariotoglou Mike; users@kannel.org Subject: Re: Problem with Regular Expressions

Re: Problem with Regular Expressions

2010-08-25 Thread Nikos Balkanas
Hi, Please post relevant smsbox logs at maximum detail (level = 0). Also post your whole configuration. BR, Nikos - Original Message - From: Cariotoglou Mike m...@singular.gr To: users@kannel.org Sent: Wednesday, August 25, 2010 8:22 PM Subject: Problem with Regular Expressions

RE: Problem with Regular Expressions

2010-08-25 Thread Rene Kluwen
According to your regexp: ^SLG[0-9]+, there is not space in between SLG and the number. Shouldn't it be: ^SLG [0-9]+? (with a space). == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Cariotoglou Mike Sent: Wednesday, 25 August,

RE: Problem with Regular Expressions

2010-08-25 Thread Cariotoglou Mike
(I will send my phone number) -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Wednesday, August 25, 2010 10:18 PM To: Cariotoglou Mike; users@kannel.org Subject: Re: Problem with Regular Expressions Hi, Please post relevant smsbox logs at maximum

RE: Problem with Regular Expressions

2010-08-25 Thread Rene Kluwen
...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Cariotoglou Mike Sent: Thursday, 26 August, 2010 00:23 To: Nikos Balkanas; users@kannel.org Subject: RE: Problem with Regular Expressions ok, here it is : -BEGIN CONF # # Sample configuration file for Kannel bearerbox on Debian. # See

RE: Problem with Regular Expressions

2010-08-25 Thread Cariotoglou Mike
, August 26, 2010 2:16 AM To: Cariotoglou Mike; 'Nikos Balkanas'; users@kannel.org Subject: RE: Problem with Regular Expressions From the users manual: Example 4: sms-service-configuration Please note that there are a mandatory keyword and an optional keyword-regex fields. That means

RE: Problem with Regular Expressions

2010-08-25 Thread Rene Kluwen
Then I don't know. Your config looks allright for the rest. - Oorspronkelijk bericht - Van: Cariotoglou Mike m...@singular.gr Verzonden: donderdag 26 augustus 2010 1:26 Aan: users@kannel.org Onderwerp: RE: Problem with Regular Expressions it is one of the places where the doc is not up

Re: Problem with Regular Expressions

2010-08-25 Thread Nikos Balkanas
...@singular.gr; users@kannel.org Sent: Thursday, August 26, 2010 3:04 AM Subject: RE: Problem with Regular Expressions Then I don't know. Your config looks allright for the rest. - Oorspronkelijk bericht - Van: Cariotoglou Mike m...@singular.gr Verzonden: donderdag 26 augustus 2010 1:26

Re: Problem with Regular Expressions

2010-08-25 Thread Nikos Balkanas
@kannel.org Sent: Thursday, August 26, 2010 7:51 AM Subject: Re: Problem with Regular Expressions This is a bug in the keyword-regex. It converts all keywords to lower case, and works fine with keyword, but initializes kwyword-regex only for exact matches. Will submit patch in devel. BR