<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 9, 2016 at 11:40 AM, Olivier <span dir="ltr"><<a href="mailto:oza.4h07@gmail.com" target="_blank">oza.4h07@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello,<br><br>My ITSP provides me with a SIP trunk which requires a CallerID value for any outbound call.<br></div><div>Though  a CallerID is required, anonymous calls are allowed.<br>See extracts from a successfull anonymous call:<br><span style="font-size:9pt;font-family:"Courier New""><br>From: "Anonymous" <<a style="color:rgb(149,79,114);text-decoration:underline">sip:anonymous@anonymous.invalid</a>>;tag=438b284694b5b3de</span></div><div><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;font-size:15px;font-family:Calibri,sans-serif;color:rgb(0,0,0);font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="font-size:9pt;font-family:"Courier New"">Privacy: id</span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;font-size:15px;font-family:Calibri,sans-serif;color:rgb(0,0,0);font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="font-size:9pt;font-family:"Courier New"">P-Asserted-Identity: "FooBar" <<a style="color:rgb(149,79,114);text-decoration:underline">sip:0123456789@1.2.3.4:5060</a>></span></p></div><div><br></div><div>I'm trying to mimic this on a 13.8.0-enabled system.<br><br></div><div>Whenever I set CALLERID(num-pres)=prohib in my dialplan, it seems P-Asserted-Identity not not present in outbound INVITE.<br><br></div><div>I would expect to see it there along with a "Privacy: id" header.<br></div><div><br>Do you agree with my expectation ?<br></div><div>How can I work around this, keeping PJSIP stack ?<br></div></div></blockquote><div><br></div><div>Do you have the following options enabled in pjsip.conf?<br>;trust_id_inbound=no    ; Accept identification information received from this<br>                        ; endpoint (default: "no")<br>;trust_id_outbound=no   ; Send private identification details to the endpoint<br>                        ; (default: "no")<br><br></div><div>Richard<br></div></div><br></div></div>