<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello,</div><br></div><div dir="ltr">Is it possible to find real domain names instead of IP addresses in SIP URI ?</div><div><br></div><div>For instance, in a book dedicated to SIP (Understanding the Session Initiation Protocol), I'm reading an example of a SIP INVITE that looks like:</div><div><br></div><div>INVITE <a href="mailto:sip%3A411@salzburg.at">sip:411@salzburg.at</a>;user=phone SIP/2.0</div><div>...<br></div><div><br></div><div>In my testing (with a Yealink phone), I can configure it either with:</div><div>account.1.sip_server.1.address = ipbx1.foobar.lan<br></div><div>account.1.sip_server.1.address = ipbx1</div><div>account.1.sip_server.1.address =192.168.1.1</div><div><br></div><div>Any of the above works but Asterisk sip set debug command shows something like:</div><div><--- SIP read from UDP:<a href="http://192.168.1.42:5060">192.168.1.42:5060</a> ---><br>REGISTER sip:<a href="http://192.168.1.1:5060">192.168.1.1:5060</a> SIP/2.0</div><div><br></div><div>I would the above last line to be respectively:</div><div>REGISTER sip:ipbx1.foobar.lan:5060 SIP/2.0</div><div>REGISTER sip:ipbx1:5060 SIP/2.0</div><div>REGISTER sip:<a href="http://192.168.1.1:5060">192.168.1.1:5060</a> SIP/2.0</div><div><br></div><div>Any hint ?</div><div><br></div><div>Best<br></div></div></div></div>