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

Greg Nutt gregory at nutt.ca
Fri Feb 27 14:12:38 CST 2009


Yah, I already do something similar to that.  I'm the zapateller
sort.   I'd still like to see that in the gui... including
zapatellering any unwanted callers.  Oh, and thanks for correcting my
DID to CID.  My bad.



:)



Greg



----- Original Message -----
From: Noah Miller <noahisaacmiller at gmail.com>
Sent: Fri, 2/27/2009 2:34pm
To: Asterisk GUI project discussion <asterisk-gui at lists.digium.com>
Subject: Re: [asterisk-gui] Feature Request: Incoming Call Display BlackList

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

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-gui mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-gui



More information about the asterisk-gui mailing list