James you are right. let me add one more line<div><br></div><div>exten =&gt; s,n,GotoIf($[${CALLERID(num)}=&quot;&quot;]?nocid,s,1)<br><br><div class="gmail_quote">On Sun, Dec 6, 2009 at 3:18 PM, James Stocks <span dir="ltr">&lt;<a href="mailto:stocksy@stocksy.co.uk">stocksy@stocksy.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 6 Dec 2009, at 08:56, Remco Barendse wrote:<br>
<br>
&gt; I am using asterisk 1.6 at home and would like to send incoming calls<br>
&gt; without caller id immediately to voicemail (i don&#39;t want to use the<br>
&gt; privacy manager where people have to enter a number).<br>
&gt;<br>
&gt; The config examples i found are all for the pretty obsolete 1.0 and 1.2<br>
&gt; versions of asterisk.<br>
&gt;<br>
&gt; Would anyone be willing to share a config example?<br>
&gt;<br>
&gt; Thanks!<br>
<br>
</div>Well I don&#39;t claim to be a guru, but this is what I do:<br>
<br>
; This is the context which receives calls:<br>
[from-pstn]<br>
exten =&gt; s,1,GotoIf($[&quot;${CALLERID(name)}&quot; = &quot;WITHHELD&quot;]?nocid,s,1)<br>
exten =&gt; s,n,GotoIf($[&quot;${CALLERID(name)}&quot; = &quot;INTERNATIONAL&quot;]?nocid,s,1)<br>
exten =&gt; s,n,GotoIf($[&quot;${CALLERID(name)}&quot; = &quot;UNAVAILABLE&quot;]?nocid,s,1)<br>
exten =&gt; s,n,GotoIf($[&quot;${CALLERID(name)}&quot; = &quot;PAYPHONE&quot;]?nocid,s,1)<br>
exten =&gt; s,n,Macro(call-house-phones)<br>
exten =&gt; s,n,Hangup<br>
<br>
[nocid]<br>
; If no caller ID, here&#39;s where you specify what to do:<br>
exten =&gt; s,1,Voicemail(401,u)<br>
exten =&gt; s,n,Hangup<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Best Regards<br>Shakeel Abbas<br><br>
</div>