On Wed, 2004-11-03 at 18:45, Hermann Wecke wrote:
> I couldn't think any recipe to reject a call if no callerID is presented.
> 
> PrivacyManager and Zapateller are not an option, as the call will be 
> answered before I can drop it. I just want to "silent drop" the call: no 
> callerID, no answer.
> 
> Any ideas?

I would imagine a simple gotoif followed by hangup would suffice....

in psuedo code:
if (${CALLERID} == "")
then
  hangup
else
  goto(incoming,s,1)
fi

I am not familiar with gotoif, but "show application gotoif" should
help.

Regards,
Adam


_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to