<div dir="ltr">Hello<div><br></div><div>I am running Freeswitch Version 1.6.20+git~20180507T185611Z~43a9feb7f8~64bit</div><div>The goal i want to achieve is to send only PAI + Privacy headers to my traffic terminator.<br></div><div><br></div><div>The problem i have to deal with is that in some circumstances PPI header is send instead.</div>My configuration is:<br><div><br></div><div>...<br><action application="set" data="origination_privacy=screen"/><br><action application="bridge" data="{max_forwards=70,originate_timeout=180,sip_contact_user=Test,ignore_display_updates=true,sip_cid_type=pid}sofia/gateway/terminator/+$1"/></div><div>...</div><div><br></div>The issue is when incoming INVITE has RPID with screen=no. when FS send PPI out instead of PAI.<br>- Remote-Party-ID: "49111223344" <sip:49111223344@a1.b1.c1.d1>;privacy=off;screen=no<div><br></div><div>- Privacy: none<br>- P-Preferred-Identity: <sip:49111223344@a1.b2.c2.d2></div><div><br></div><div>What can i do to achieve my goal?</div><div>Do i need to tune my configuration? </div><div><br></div><div>It is said <a href="https://freeswitch.org/confluence/display/FREESWITCH/sip_cid_type">https://freeswitch.org/confluence/display/FREESWITCH/sip_cid_type</a> that "you must set privacy flag, otherwise P-Preferred-Identity will be inserted instead of P-Asserted-Identity.", but as you see origination_privacy flag is set to screen.</div><div><br></div><div>Thanks in advance</div><div>Mac</div></div>