RE: Black list functionality

2005-10-04 Thread Rene Kluwen
I never use blacklists myself. But isn't this expected behaviour?? I think if you need black-lists working ASAP your best best is to wrap a simple test around your script that sends messages. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

Re: Black list functionality

2005-10-04 Thread Rodrigo Cremaschi
Alejandro is pointing out that black-list within sms-service or smsbox is not behaving as expected. The directive is ignored. If this is so, it's a bug. Anyway, black-list directive cannot be used to send any reply to the black-listed mobile numbers. I think the following sentence (from the user

Re: Black list functionality

2005-10-04 Thread Alejandro Guerrieri
That's the whole point: One of our providers supplied a huge list (about 200K ANIs) of blacklisted mobile numbers. We've loaded the full list using an URL and everything's fine, but we want to notify the blacklisted numbers when they try to use the service, not just discard the messages, and we

Re: Black list functionality

2005-10-04 Thread Rodrigo Cremaschi
If you want performance, you will have to code! (See smsbox.c, line 1935). Maybe this could be done in a cleaner way, creating new variables, like black-list-reply = true black-list-message = We are sorry. You are not allowed to use this service BUT if the black-list functionality is not working

RE: Black list functionality

2005-10-04 Thread Rene Kluwen
You can import the list in a sql database. and still do it from PHP. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alejandro Guerrieri Sent: dinsdag 4 oktober 2005 16:36 To: users@kannel.org Subject: Re: Black list functionality

Re: [Kannel-Users] Re: Black list functionality

2005-10-04 Thread Peter Beckman
On Tue, 4 Oct 2005, Alejandro Guerrieri wrote: That's the whole point: One of our providers supplied a huge list (about 200K ANIs) of blacklisted mobile numbers. We've loaded the full list using an URL and everything's fine, but we want to notify the blacklisted numbers when they try to use