<div dir="ltr"><div><br></div>I want to provide a public SIP URI for people to call.<div><br></div><div>I have added this into the public dialplan</div><div><br></div><div><br></div><div><div>&lt;extension name=&quot;toms public sip uri&quot;&gt;</div>
<div>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^tom$&quot;&gt;</div><div>      &lt;action application=&quot;transfer&quot; data=&quot;1000 XML default&quot;/&gt;</div><div>    &lt;/condition&gt;</div>
<div>  &lt;/extension&gt;</div><div><br></div><div><br></div><div style>This is working.  If somebody from <a href="mailto:1004@remote.org">1004@remote.org</a>  calls me at <a href="http://sip:tom@example.com:5080">sip:tom@example.com:5080</a> , my 1000 extension rings.</div>
<div style><br></div><div style>However, the caller-id showing up on my Android phone, which is to extension 1000, is showing <a href="mailto:1004@example.com">1004@example.com</a></div></div><div style><br></div><div style>
Desired behavior would be for it to show up as <a href="mailto:1004@remote.org">1004@remote.org</a></div><div style><br></div><div style>How can I cause the caller-id to show the remote domain, or at very least, to not lie to me and tell me it&#39;s a call from inside my own domain.</div>
<div style><br></div><div style><br></div></div>