On Thu, 2009-04-30 at 03:44 -0500, [email protected] wrote: > I have installed 4.0 final. I have created a user, and assigned a > phone and line to that user. When I reboot the phone, it downloas the > config properly, and displays the extension on the phones screen. But > I can’t make any calls. It says “URL call is disabled”. When I go to > the web interface, the SIP Proxy service says “ Configuration test > failed.” I have the box setup on a public IP, and am using my ISP’s > DNS. I did configure the SRV records for the SIP domain, though, so I > don’t know why it is failing. The details error says: > > * SIP route to SIPXCHANGE_DOMAIN_NAME 'ipiphony.com' is not to > my IP address: 74.222.60.252 > * See the installation guide on setting the DNS SRV records and > domain names > > I looked through the documentation, and already have the > _sip._tcp.domain.com, _sip._udp.domain.com, and _sips._tcp.domain.com > setup in DNS, and tested out that they are being resolved, which they > are. Any ideas how to get this thing up?
You don't have the UDP SRV record in place - here's what's visible externally: _sips._tcp.ipiphony.com. 3600 IN SRV 1 1 5060 sipx1.ipiphony.com. _sip._tcp.ipiphony.com. 3600 IN SRV 1 1 5060 sipx1.ipiphony.com. (the _sips is not needed, since TLS is not supported in this release) _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
