[VoIP] Returning CNET numbers
Greg Blakely
greg at vyger.net
Thu Nov 22 22:09:37 CST 2007
Try 1-688-8XXX. He's gone 1K.
> -----Original Message-----
> From: voip-bounces at ckts.info [mailto:voip-bounces at ckts.info]
> On Behalf Of Shane Young
> Sent: Thursday, November 22, 2007 9:57 PM
> To: voip at ckts.info
> Subject: Re: [VoIP] Returning CNET numbers
>
> I'm not getting an answer for 688. I do for 488.
>
> Here's the 488 query
>
>
>
>
> Bridge02 ~ # dig 0.0.0.0.8.8.4.1.std.ckts.info. any
>
> ; <<>> DiG 9.4.1-P1 <<>> 0.0.0.0.8.8.4.1.std.ckts.info. any
> ;; global options: printcmd ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52256 ;;
> flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 7, ADDITIONAL: 6
>
> ;; QUESTION SECTION:
> ;0.0.0.0.8.8.4.1.std.ckts.info. IN ANY
>
> ;; ANSWER SECTION:
> 0.0.0.0.8.8.4.1.std.ckts.info. 60 IN NAPTR 100 10 "u"
> "E2U+IAX2"
> "!^\\+*(.*)$!iax2:cnet-in at wawinastep.northerntelephone.net/\\1!" .
>
> ;; AUTHORITY SECTION:
> ckts.info. 3167 IN NS ns02.backupdns.com.
> ckts.info. 3167 IN NS ns03.ckts.info.
> ckts.info. 3167 IN NS 209.71.18.78.
> ckts.info. 3167 IN NS ns1.wiztech.biz.
> ckts.info. 3167 IN NS ns01.ckts.info.
> ckts.info. 3167 IN NS ns01.backupdns.com.
> ckts.info. 3167 IN NS ns02.ckts.info.
>
> ;; ADDITIONAL SECTION:
> ns02.backupdns.com. 3455 IN A 209.51.211.159
> ns03.ckts.info. 55354 IN A 76.164.8.68
> ns1.wiztech.biz. 1955 IN A 204.228.225.200
> ns01.ckts.info. 55354 IN A 76.164.8.65
> ns01.backupdns.com. 139658 IN A 199.242.242.199
> ns02.ckts.info. 67655 IN A 76.164.8.66
>
> ;; Query time: 71 msec
> ;; SERVER: 12.47.45.2#53(12.47.45.2)
> ;; WHEN: Thu Nov 22 21:55:45 2007
> ;; MSG SIZE rcvd: 424
>
>
>
>
>
>
>
>
> Here's the 688 query.
>
>
>
> Bridge02 ~ # dig 0.0.0.0.8.8.6.1.std.ckts.info. any
>
> ; <<>> DiG 9.4.1-P1 <<>> 0.0.0.0.8.8.6.1.std.ckts.info. any
> ;; global options: printcmd ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 47941 ;;
> flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
>
> ;; QUESTION SECTION:
> ;0.0.0.0.8.8.6.1.std.ckts.info. IN ANY
>
> ;; AUTHORITY SECTION:
> ckts.info. 358 IN SOA ns03.ckts.info.
> hostmaster.ckts.info. 2007157873 600 300 604800 600
>
> ;; Query time: 1 msec
> ;; SERVER: 12.47.45.2#53(12.47.45.2)
> ;; WHEN: Thu Nov 22 21:55:52 2007
> ;; MSG SIZE rcvd: 99
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Quoting Greg Blakely <greg at vyger.net>:
>
> > 1-688 is SIP. But I think that's the only one.
> >
> >> -----Original Message-----
> >> From: voip-bounces at ckts.info [mailto:voip-bounces at ckts.info] On
> >> Behalf Of Shane Young
> >> Sent: Thursday, November 22, 2007 8:40 PM
> >> To: voip at ckts.info
> >> Subject: Re: [VoIP] Returning CNET numbers
> >>
> >> I have updated my routing status page on
> >> http://www.shaneyoung.com/cnet
> >>
> >> I now check for routing at the thousands level.
> >>
> >> For example: Office code 1-488
> >>
> >> I'll check for routing in DNS on the following numbers:
> >> 1-488-0000
> >> 1-488-1000
> >> 1-488-2000
> >> 1-488-3000
> >> 1-488-4000
> >> 1-488-5000
> >> 1-488-6000
> >> 1-488-7000
> >> 1-488-8000
> >> 1-488-9000
> >>
> >> I am just checking to see that that number has an entry in
> DNS. I'm
> >> not checking to see if anything answers at that number.
> >>
> >> If I see routing information in DNS, I build an IAX2 object to be
> >> included in /etc/asterisk/iax.conf.
> >>
> >> Then I execute "iax2 reload" in asterisk so they objects
> get loaded.
> >>
> >> I wait for a little while then execute "iax2 show peers" and see
> >> which objects are up and down.
> >>
> >> I munge all the data into some MySQL tables and build what you see
> >> online.
> >>
> >> I also look for all the peers in my logs and create a log file for
> >> each peer and copy those over to the webserver as well.
> >>
> >> This is a summary of what's happening.
> >>
> >> 2007-11-22 19:56:44 CST Pulling a list of assigned office
> codes from
> >> ckts.info.
> >> 2007-11-22 19:56:49 CST Checking DNS for routing.
> >> 2007-11-22 20:12:19 CST Buidling IAX2 peers.
> >> 2007-11-22 20:12:19 CST Sleeping for a minute to let all the peers
> >> settle down.
> >> 2007-11-22 20:13:22 CST Building status page
> >> 2007-11-22 20:13:22 CST Creating peer logs.
> >> 2007-11-22 20:14:30 CST Copying Files.
> >> 2007-11-22 20:14:30 CST Making Tarball.
> >> 2007-11-22 20:14:30 CST Compressing Tarball.
> >> 2007-11-22 20:14:30 CST Copying Tarball.
> >> 2007-11-22 20:14:35 CST Done.
> >> 2007-11-22 20:14:35 CST Un-Compressing Tarball.
> >>
> >> Greg, I'm currently only seeing entries in DNS with IAX2.
> >> Are there any currently configured for anything other than
> >> IAX2 right now?
> >>
> >>
> >> --Shane
> >> +1-821-7311 CNET
> >>
> >> ----------------------------------------------------------------
> >>
> >> _______________________________________________
> >> VoIP mailing list
> >> VoIP at ckts.info
> >> http://lists.ckts.info/mailman/listinfo/voip
> >> Project Web Page: http://www.ckts.info/
> >>
> >>
> > _______________________________________________
> > VoIP mailing list
> > VoIP at ckts.info
> > http://lists.ckts.info/mailman/listinfo/voip
> > Project Web Page: http://www.ckts.info/
> >
>
> --Shane
> +1-821-7311 CNET
>
> ----------------------------------------------------------------
>
> _______________________________________________
> VoIP mailing list
> VoIP at ckts.info
> http://lists.ckts.info/mailman/listinfo/voip
> Project Web Page: http://www.ckts.info/
>
>
More information about the VoIP
mailing list