[asterisk-gui] Feature Request: Incoming Call Display BlackList

Noah Miller noahisaacmiller at gmail.com
Fri Feb 27 13:34:53 CST 2009


Hi Greg -

> I agree you could do it that way Noah, but there's 2 reasons why I'm looking for a isolated feature
> 1.  When you have a list of telemarketers, faxers or other unwanted calls, they don't necessarily
> follow a pattern.
> 2.  It would be nice to have a list that is easily manageable to add and delete from (probably more
> the former than the latter).

Ah, so you actually want to kill calls based on CID source and not DID
destination...  yeah that's a little different.  The GUI doesn't
currently have a way to filter calls by CID.  I think maybe the reason
nobody has tackled this is because CID is so unreliable and so easily
blocked.

I'd tell you to put your numbers on that new national do not call list
that the Canadian government is now offering, but I guess that hasn't
turned out so well ;-)

You can always hand edit extensions.conf.  Here would be one way to
filter out specific calls:

[incoming-context]
exten => s,1,GotoIf($["${CALLERID(num)}" = "2223334444"]?telemarketer)
exten => s,n,GotoIf($["${CALLERID(num)}" = "3334445555"]?telemarketer)
etc...


And if you're feeling particularly sadistic:

http://www.voip-info.org/wiki-Asterisk+Telemarketer+Torture


- Noah



More information about the asterisk-gui mailing list