It depends what the carrier is looking for in the SIP header, so some interop between you and your carrier is necessary in this regard. Last year for a customer I had to setup *67 to hide caller id, and the carrier asked me to use &quot;Remote-Party-ID&quot; or &quot;P-Asserted-Identity&quot; in the SIP header. I did so, but it didn&#39;t work. I went through the RFCs to understand how the privacy settings work, struggled with inserting additional SIP headers, but all in vain. The carrier was not able to help. I ended up removing all the SIPAddHeader information and did the following to hide the caller id:<br>
<br>exten =&gt; _X.,n,<b style="color: rgb(255, 0, 0);">SetCallerPres(prohib)</b><br><br>This worked for me in this particular scenario.<br><br>Zeeshan A Zakaria<br><br><div class="gmail_quote">On Tue, Jul 28, 2009 at 10:13 AM, Cyprus VoIP <span dir="ltr">&lt;<a href="mailto:voipcy@gmail.com">voipcy@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">That&#39;s exactly what I ended up doing:<br>
<br>
SIPAddHeader(Remote-Party-ID:<br>
&lt;sip:${CALLERID(num)}@....&gt;\;privacy=full\;screen=yes)<br>
<br>
Note the \ before each ; It wouldn&#39;t put anything behind the ; without them.<br>
<br>
Thanks.<br>
<div class="im"><br>
-------- Original Message  --------<br>
Subject: Re: [asterisk-users] INVITE Privacy Information<br>
From: Philipp Kempgen &lt;<a href="mailto:philipp.kempgen@amooma.de">philipp.kempgen@amooma.de</a>&gt;<br>
To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
&lt;<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>&gt;<br>
</div><div><div></div><div class="h5">Date: Tuesday, 28 July, 2009 14:10:55<br>
<br>
&gt; Cyprus VoIP schrieb:<br>
&gt;&gt; I ran into this problem: When I change the CALLERID(num and name) to<br>
&gt;&gt; anonymous, they are also changed in the RPID line and not only in the From.<br>
&gt;<br>
&gt; OK. I&#39;d try to set sendrpid=no in sip.conf and then add a<br>
&gt; Remote-Party-ID header in the dialplan.<br>
&gt; SIPAddHeader(Remote-Party-ID: &lt;sip:...@...&gt;;screen=yes;privacy=full);<br>
&gt; I have no idea if Asterisk will let you do that even if sendrpid<br>
&gt; is disabled.<br>
&gt;<br>
&gt;&gt; -------- Original Message  --------<br>
&gt;&gt; Subject: Re: [asterisk-users] INVITE Privacy Information<br>
&gt;&gt; From: Philipp Kempgen &lt;<a href="mailto:philipp.kempgen@amooma.de">philipp.kempgen@amooma.de</a>&gt;<br>
&gt;&gt; To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
&gt;&gt; &lt;<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>&gt;<br>
&gt;&gt; Date: Monday, 27 July, 2009 17:16:45<br>
&gt;&gt;<br>
&gt;&gt;&gt; Cyprus VoIP schrieb:<br>
&gt;<br>
&gt;&gt;&gt; These are the sip headers I need to add to the INVITE:<br>
&gt;&gt;&gt;&gt; /P-Asserted-Identity: &lt;sip:*123456789*@<a href="http://192.168.1.100:5060" target="_blank">192.168.1.100:5060</a>&gt;<br>
&gt;&gt;&gt; SIPAddHeader(P-Asserted-Identity: &lt;sip:...@...&gt;);  // RFC 3325<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Remote-Party-ID:<br>
&gt;&gt;&gt;&gt; &lt;sip:*123456789*@<a href="http://192.168.1.100:5060" target="_blank">192.168.1.100:5060</a>&gt;;party=calling;screen=yes;privacy=full<br>
&gt;&gt;&gt; Enable<br>
&gt;&gt;&gt; sendrpid=yes                 ; If Remote-Party-ID should be sent<br>
&gt;&gt;&gt; in the [general] section in sip.conf.<br>
&gt;&gt;&gt; SetCallerPres(prohib_passed_screen);<br>
&gt;<br>
&gt;&gt;&gt;&gt; And I need to change the &quot;From&quot; to<br>
&gt;&gt;&gt;&gt; &quot;/&quot;Anonymous&quot;&lt;<a href="mailto:sip%3AAnonymous@192.168.1.100">sip:Anonymous@192.168.1.100</a>&gt;/&quot; and to remove the &quot;*67&quot;<br>
&gt;&gt;&gt;&gt; prefix from the &quot;INVITE&quot; and &quot;To&quot; lines.<br>
&gt;&gt;&gt; Set(CALLERID(num)=anonymous);  // RFC 2543<br>
&gt;&gt;&gt; Set(CALLERID(name)=Anonymous);<br>
&gt;<br>
&gt;<br>
&gt;     Philipp Kempgen<br>
<br>
</div></div><div><div></div><div class="h5">_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</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>Zeeshan A Zakaria<br>