<div>Hi!</div><br><div>I have a strange issue. Phone dials to Freeswitch with this INVITE</div><br><div>INVITE sip:012345678@mypbx.net;user=phone SIP/2.0</div><div>...</div><div>Accept: application/sdp</div><div>Allow: INVITE, ACK, CANCEL, BYE, REFER, OPTIONS, NOTIFY, SUBSCRIBE, PRACK, MESSAGE, INFO, UPDATE</div><div>Allow-Events: talk, hold, refer, call-info</div><div>Supported: timer, 100rel, replaces, from-change</div><div>....</div><br><div>But than 200 OK from FS comes with Remote-Party-ID header</div><br><div>SIP/2.0 200 OK</div><div>....</div><div>User-Agent: FreeSWITCH</div><div>Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE</div><div>Supported: path, replaces</div><div>...</div><div>Remote-Party-ID: "012345678" <<a href="https://link.getmailspring.com/link/171DA887-7BD6-4B11-A4A5-491E6BB82DFF@getmailspring.com/0?redirect=sip%3A12345678%40mypbx.net%3E%3Bparty%3Dcalling%3Bprivacy%3Doff%3Bscreen%3Dno&recipient=ZnJlZXN3aXRjaC11c2Vyc0BsaXN0cy5mcmVlc3dpdGNoLm9yZw%3D%3D" title="sip:12345678@mypbx.net>;party=calling;privacy=off;screen=no">sip:12345678@mypbx.net>;party=calling;privacy=off;screen=no</a><br></div><div>Main problem - in this header 0 is stripped from number and phone updates called number to without leading 0 and saves in a call list incorrect.  (One of ideas why 0 is stripped - regular expression for this destination number is ^0([1-9]\d{4,30})$)</div><br><div>My question is - how to suppress adding RPID header in FS answers?</div><br><div><span data-emoji-typing="true">FS:</span> 1.8.7</div><br>