Hello, Is it possible to find real domain names instead of IP addresses in SIP URI ?
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: INVITE sip:[email protected];user=phone SIP/2.0 ... In my testing (with a Yealink phone), I can configure it either with: account.1.sip_server.1.address = ipbx1.foobar.lan account.1.sip_server.1.address = ipbx1 account.1.sip_server.1.address =192.168.1.1 Any of the above works but Asterisk sip set debug command shows something like: <--- SIP read from UDP:192.168.1.42:5060 ---> REGISTER sip:192.168.1.1:5060 SIP/2.0 I would the above last line to be respectively: REGISTER sip:ipbx1.foobar.lan:5060 SIP/2.0 REGISTER sip:ipbx1:5060 SIP/2.0 REGISTER sip:192.168.1.1:5060 SIP/2.0 Any hint ? Best
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
