<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
<font face="Helvetica, Arial, sans-serif">Hello,<br>
<br>
none of the 2 SIP headers are sent...<br>
<br>
<br>
dialplan :<br>
<br>
exten =&gt; 67121212,1,NoOp()<br>
exten =&gt; 67121212,n,Set(CALLERID(all)="32596666" &lt;32596666&gt;)<br>
exten =&gt; 67121212,n,SIPAddHeader(P-Preferred-Identity:
<a class="moz-txt-link-rfc2396E" href="sip:32596666\;user=phone">&lt;sip:32596666\;user=phone&gt;</a>)<br>
exten =&gt; 67121212,n,SIPAddHeader(Privacy: id)<br>
exten =&gt; 67121212,n,Dial(SIP/32596666/</font><font
 face="Helvetica, Arial, sans-serif">67121212</font><font
 face="Helvetica, Arial, sans-serif">)<br>
<br>
<br>
CLI :<br>
<br>
INVITE <a class="moz-txt-link-freetext" href="sip:67121212@sip.voip.tld">sip:67121212@sip.voip.tld</a> SIP/2.0<br>
Via: SIP/2.0/UDP 192.168.1.106:5063;branch=z9hG4bK-1b5cdb51<br>
From: "VC" <a class="moz-txt-link-rfc2396E" href="sip:voip2@sip.voip.tld">&lt;sip:voip2@sip.voip.tld&gt;</a>;tag=cb415736707fb109o2<br>
To: <a class="moz-txt-link-rfc2396E" href="sip:67121212@sip.voip.tld">&lt;sip:67121212@sip.voip.tld&gt;</a><br>
Remote-Party-ID: "VC"
<a class="moz-txt-link-rfc2396E" href="sip:voip2@sip.voip.tld">&lt;sip:voip2@sip.voip.tld&gt;</a>;screen=yes;party=calling<br>
Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:2a80707a-bdb7c895@192.168.1.106">2a80707a-bdb7c895@192.168.1.106</a><br>
CSeq: 101 INVITE<br>
Max-Forwards: 70<br>
Contact: "VC" <a class="moz-txt-link-rfc2396E" href="sip:voip2@192.168.1.106:5063">&lt;sip:voip2@192.168.1.106:5063&gt;</a><br>
Expires: 240<br>
User-Agent: Linksys/SPA941-5.1.8<br>
Content-Length: 399<br>
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER<br>
Supported: replaces<br>
Content-Type: application/sdp<br>
<br>
<br>
<br>
Jonas.<br>
</font><br>
On 03/14/2011 02:48 PM, Andrew Thomas wrote:
<blockquote
 cite="mid:7EA66C795632264A8E49BCFF2DCDF1FC227126@server.DataVox.local"
 type="cite">
  <pre wrap="">Try:

SIPAddHeader(P-Preferred-Identity: <a class="moz-txt-link-rfc2396E" href="sip:${CALLERID(ANI)};user=phone">&lt;sip:${CALLERID(ANI)};user=phone&gt;</a>)
SIPAddHeader(Privacy: id)

That works for me in the UK.


-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>
[<a class="moz-txt-link-freetext" href="mailto:asterisk-users-bounces@lists.digium.com">mailto:asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Jonas
Kellens
Sent: 11 March 2011 15:06
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] SIPAddHeader not working


Hello,

does anyone have a SIP trace for me where the SIPheader "Privacy: id" is
present ?? If so, what Asterisk version ?


Kind regards,
Jonas.


On 03/09/2011 06:43 PM, Bryant Zimmerman wrote: 
Jonas

In my systems I have seen the Privacy: id when we do our testing but it
has been several months since I have checked it. I am running some tests
later today with one of our customers and I will enable it and do a
capture to confirm but when we do a CID block our vendors say they are
getting the headers correctly 


Thanks

Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003




From: "Jonas Kellens" <a class="moz-txt-link-rfc2396E" href="mailto:jonas.kellens@telenet.be">&lt;jonas.kellens@telenet.be&gt;</a>
Sent: Wednesday, March 09, 2011 9:18 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:bryantz@zktech.com">bryantz@zktech.com</a>, "Asterisk Users Mailing List - Non-Commercial
Discussion" <a class="moz-txt-link-rfc2396E" href="mailto:asterisk-users@lists.digium.com">&lt;asterisk-users@lists.digium.com&gt;</a>
Subject: Re: [asterisk-users] SIPAddHeader not working

On 03/09/2011 02:09 PM, Bryant Zimmerman wrote: 


From: "Jonas Kellens" <a class="moz-txt-link-rfc2396E" href="mailto:jonas.kellens@telenet.be">&lt;jonas.kellens@telenet.be&gt;</a>
Sent: Wednesday, March 09, 2011 4:18 AM
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<a class="moz-txt-link-rfc2396E" href="mailto:asterisk-users@lists.digium.com">&lt;asterisk-users@lists.digium.com&gt;</a>
Subject: [asterisk-users] SIPAddHeader not working

Hello list,

I notice that the dialplan method SIPAddHeader is not working :

in dialplan :

exten =&gt; s,n,SIPAddHeader(Privacy: id)


in SIP invite no trace of this header :


Using Asterisk 1.6.2.16.1


How do I correctly add the Privacy header ?!


Kind regards,
Jonas.

Jonas

Here is the way we add the rfc-3325 privacey header so our vendors pick
it up correctly. This is what we use in 1.6.x and 1.8.x
When I check on my versions the privacy header appears to be there.


exten =&gt; rfc-3325-CPN,1,NoOp(Set Call Privacy)
exten =&gt; rfc-3325-CPN,n,NoOp(From ${SIP_HEADER(From)})
exten =&gt; rfc-3325-CPN,n,NoOp(To ${SIP_HEADER(To)})
exten =&gt;
rfc-3325-CPN,n,Set(l_sipheaderfromip=${CUT(SIP_HEADER(From),@,2)})
exten =&gt; rfc-3325-CPN,n,GotoIf($["${l_sipheaderfromip}" != ""]?hasat)
exten =&gt;
rfc-3325-CPN,n,Set(l_sipheaderfromip=${CUT(CUT(SIP_HEADER(From),&gt;,1),:,2
)})
exten =&gt; rfc-3325-CPN,n,Goto(gotip)
exten =&gt;
rfc-3325-CPN,n(hasat),Set(FROM_IP=${CUT(CUT(CUT(SIP_HEADER(From),@,2),&gt;,
1),:,1)})
exten =&gt; rfc-3325-CPN,n(gotip),NoOp(Gateway IP is ${FROM_IP})
exten =&gt;
rfc-3325-CPN,n,SIPAddHeader(P-Preferred-Identity:"${CALLERID(name)}"
<a class="moz-txt-link-rfc2396E" href="sip:+1${CALLERID(num)}@${FROM_IP}\;user=phone">&lt;sip:+1${CALLERID(num)}@${FROM_IP}\;user=phone&gt;</a>) 
exten =&gt; rfc-3325-CPN,n,SIPAddHeader(Privacy: id) 
exten =&gt; rfc-3325-CPN,n,Set(CALLERPRES()=prohib_not_screened)
exten =&gt; rfc-3325-CPN,n,Set(CALLERID(num)=Anonymous) 
exten =&gt; rfc-3325-CPN,n,Set(CALLERID(name)=Anonymous) 
exten =&gt; rfc-3325-CPN,n,Return() 

I see no great difference. What does
"Set(CALLERPRES()=prohib_not_screened)" do ?

How does your INVITE look like ? Does the header "Privacy: id" appears ?
Because it does not in my INVITE. 


Kind regards,
Jonas.


 If you have received this communication in error we would appreciate
you advising us either by telephone or return of e-mail. The contents
of this message, and any attachments, are the property of DataVox,
and are intended for the confidential use of the named recipient only.
If you are not the intended recipient, employee or agent responsible
for delivery of this message to the intended recipient, take note that
any dissemination, distribution or copying of this communication and
its attachments is strictly prohibited, and may be subject to civil or
criminal action for which you may be liable.
Every effort has been made to ensure that this e-mail or any attachments
are free from viruses. While the company has taken every reasonable
precaution to minimise this risk, neither company, nor the sender can
accept liability for any damage which you sustain as a result of viruses.
It is recommended that you should carry out your own virus checks
before opening any attachments. 

Registered in England. No. 27459085.



--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               <a class="moz-txt-link-freetext" href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a>

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>

  </pre>
</blockquote>
</body>
</html>