Is there a way to have Asterisk look up the caller ID of incoming
calls in a text file and reject the call if it matches ?
Currently I have a long list of something like:
exten => s,n,GotoIf($["${CALLERID(number)}" = "4165551234"]?1234,1)
where extenson 1234 rejects the call, but obviously is not very practical.
Thanks,
Liviu
---------------------------------------------------------------------
To unsubscribe, e-mail: asterisk-u...@uc.org
For additional commands, e-mail: asteri...@uc.org
Maybe this will help:
http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+LookupBlacklist
I've also seen things out there that allow you to dial an extension and add
the last caller's number to the blacklist.
Dave
Elliott
Liviu
----- Original Message -----
From: "Dave Donovan" <donova...@gmail.com>
To: "TAUG" <aste...@uc.org>
Sent: Tuesday, April 22, 2008 1:02 PM
Subject: Re: [on-asterisk] Block list of numbers