<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><extension name="toms public sip uri"></div>
<div> <condition field="destination_number" expression="^tom$"></div><div> <action application="transfer" data="1000 XML default"/></div><div> </condition></div>
<div> </extension></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's a call from inside my own domain.</div>
<div style><br></div><div style><br></div></div>