Hello,

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to