<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>
<extension name="toms public sip uri"></div><div> <condition field="destination_number" expression="^tom$"></div><div> <action application="set" data="effective_caller_id_name=test_name"/></div>
<div> <action application="set" data="effective_caller_id_number=test_number"/></div><div> <action application="transfer" data="1000 XML default"/></div><div> </condition></div>
<div> </extension></div><div><br></div><div><br></div><div><br></div></div>