On Thu, 2009-11-05 at 14:04 -0600, [email protected] wrote:
> > I'm not sure I understand the question. Did you run the dig or
> > nslookup queries on both the private and public dns servers to see if the
> > results were correct in both instances?
> 
> Ok, here is the result from the remote tester. The tester is using two 
> different DNS 
> servers and using dig to see the domain which sipx is on over the Internet.
> 
> ---
> 
> So, here's what I see - first dig is using our DNS server at (His company), 
> second
> is public.  They look the same to me, but I'm not sure I know what to
> look for.
> ----------------------------------
> xx...@eee1:~$ dig mydomain.com

That command is asking the wrong question (it's asking for A records,
not SRV records).

What you wanted was this:

        dig -t srv  _sip._tcp.mydomain.com _sip._udp.mydomain.com

Both of the answers you got were no-answers; if there was an A record,
it would have appeared immediately after this part of the reply:

> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39912
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0



_______________________________________________
sipx-users mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to