<div dir="ltr"><div style>TLDR; How to you change the domain that is displayed in inbound sip uri caller-id?</div><div style><br></div><div style><br></div><div style>When somebody calls me at <a href="http://sip:tom@mydomain.com:5080">sip:tom@mydomain.com:5080</a>, the call is transferred to my extension, where it rings through on my Nexus 4, which is registered to that extension.</div>
<div style><br></div><div style>If somebody at <a href="mailto:1004@remote.org">1004@remote.org</a> calls me, my caller id is showing <a href="mailto:1004@mydomain.com">1004@mydomain.com</a>, which is incorrect.  They are not registered on my system, so I would prefer to see <a href="mailto:1004@remote.org">1004@remote.org</a> on my caller id.</div>
<div style><br></div><div style>What variable would I use to set the domain portion of the caller id?  Modifying name or number, as shown below, simply results in <a href="mailto:test_number@mydomain.com">test_number@mydomain.com</a></div>
<div style><br></div><div style>How do I get it to quit displaying <a href="http://mydomain.com">mydomain.com</a> and start displaying the domain of the incoming caller?</div><div style><br></div><div style><br></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;set&quot; data=&quot;effective_caller_id_name=test_name&quot;/&gt;</div>
<div>      &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=test_number&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><br></div></div>