On Fri, Feb 26, 2010 at 7:42 AM, Baslingappa Bhujang < [email protected]> wrote:
> Hi All, > > XMPP SRV records generated by running command sipx-dns -x > rwheadoffice.qantom.in,gives the following output > > ; SRV record for XMPP SERVER TCP > ; priority: 1 weight: 0 port: 5269 server: rwheadoffice.qantom.in > ; > _xmpp-server._tcp*..* IN SRV 1 0 5269 rwheadoffice.qantom.in. > > ; SRV record for XMPP CLIENT TCP > ; priority: 1 weight: 0 port: 5222 server: rwheadoffice.qantom.in > ; > _xmpp-client._tcp*..* IN SRV 1 0 5222 rwheadoffice.qantom.in. > > ; SRV record for XMPP SERVER CHAT ROOM TCP > ; priority: 1 weight: 0 port: 5269 server: rwheadoffice.qantom.in > ; > _xmpp-server._tcp.conference*..* IN SRV 1 0 5269 > rwheadoffice.qantom.in. > > *When I copy this XMPP SRV records to rwheadoffice.qantom.in.zone file and > restart named service,I get the following error message* > > [r...@rwheadoffice named]# /etc/init.d/named restart > Stopping named: [ OK ] > Starting named: > Error in named configuration: > zone qantom.in/IN: loaded serial 2010022601 > dns_master_load: rwheadoffice.qantom.in.zone:52: empty label > dns_master_load: rwheadoffice.qantom.in.zone:57: empty label > dns_master_load: rwheadoffice.qantom.in.zone:62: empty label > zone rwheadoffice.qantom.in/IN: loading master file > rwheadoffice.qantom.in.zone: empty label > _default/rwheadoffice.qantom.in/IN: empty label > > When I change the double dots to single dots from the XMPP SRV records and > restart the named service work fine.I am not a DNS expert ,Could some one in > the list please tell me what does *.. *actually mean.If *.. *does not have > much significance can I raise a Jira for the same > > Thanks, > Basling. > > _______________________________________________ > sipx-dev mailing list [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-dev > Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev > sipXecs IP PBX -- http://www.sipfoundry.org/ > The line should: _xmpp-server._tcp*.<domain-name.tld>.* IN SRV 1 0 5269 rwheadoffice.qantom.in. I think: When it ends with ONE dot it means this is all the data there is, when it ends with two, it simply <means this domain>. Like CNAME records, SRV records end with one dot, and include the domain name (as a literal), when ending it should include the domain name. This output is a normal DNS output, and is not generated by any sipxscript, so I'm not sure there is anything to fix. Comments? Tony
_______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
