From watson061502 at ameritech.net Tue May 6 10:11:28 2008 From: watson061502 at ameritech.net (Nathan Watson) Date: Tue, 6 May 2008 08:11:28 -0700 (PDT) Subject: [VoIP] FXO cards and CallerID Message-ID: <194208.77417.qm@web83713.mail.sp1.yahoo.com> Some time ago, I made a post asking if a Cisco 3810 could handle/detect inbound CID and the general consensus was that it could not. Someone mentioned that a FXO card probably could. Does anyone have any experience with FXO cards that can do this? I would like to know what type of card I could get to do that. If its possible, I would like to set things up so that CallerID and voicemail FSK notification on an outside line could be interpreted by Asterisk and sent to the extension(s) that it rings to. Perhaps it may be trickier (or not even possible) to implement this for the VM notification, but I would prefer it instead of running a standalone VM notification lamp (connected to the outside line) to each extension. If any of you have experience, knowledge, or suggestions for implementing something like this, I would appreciate hearing it. Thanks! Nathan From jnovack at stromberg-carlson.org Tue May 6 10:28:54 2008 From: jnovack at stromberg-carlson.org (John Novack) Date: Tue, 06 May 2008 11:28:54 -0400 Subject: [VoIP] FXO cards and CallerID In-Reply-To: <194208.77417.qm@web83713.mail.sp1.yahoo.com> References: <194208.77417.qm@web83713.mail.sp1.yahoo.com> Message-ID: <48207936.4000102@stromberg-carlson.org> I thought John Jones said it COULD detect CLID, but he is one of the highest authorities on Cisco, check with him first. As to cards on the PCI bus, there is the X100P which does detect US CLID, but NOT UK and some other countries. This card is available cheap, and also provides timing for the IAX and some other Asterisk functions if you are using a Linux 2.4 kernel. Otherwise ztdummy needs to be enabled in the Zaptel compilation. Sometimes that also fails if you have the wrong USB chipset, and then you need a card anyway. Most of these problems go away with Linux 2.6 kernels, and are probably replaced with others. Digium TDM400 cards are more expensive, as is the Sangoma A200, and the Sangoma can be more difficult to get working, but once you do it has a longer warranty and seems generally a better card. The TDM 400 doesn't always work with older motherboards, and MUST have one with the PCI 2.2 spec. Digium has recently introduced the TDM 410. I have no experience with that one. Try your Cisco 3810 first and see what does and doesn't work Passing the CLID through to an FXS port is a matter or programming in your dial plan. John Novack Nathan Watson wrote: > Some time ago, I made a post asking if a Cisco 3810 > could handle/detect inbound CID and the general > consensus was that it could not. Someone mentioned > that a FXO card probably could. Does anyone have any > experience with FXO cards that can do this? I would > like to know what type of card I could get to do that. > > If its possible, I would like to set things up so that > CallerID and voicemail FSK notification on an outside > line could be interpreted by Asterisk and sent to the > extension(s) that it rings to. Perhaps it may be > trickier (or not even possible) to implement this for > the VM notification, but I would prefer it instead of > running a standalone VM notification lamp (connected > to the outside line) to each extension. > > If any of you have experience, knowledge, or > suggestions for implementing something like this, I > would appreciate hearing it. > > Thanks! > > Nathan > _______________________________________________ > VoIP mailing list > VoIP at ckts.info > http://lists.ckts.info/mailman/listinfo/voip > Project Web Page: http://www.ckts.info/ > > -- Dog is my co-pilot From ikj1234i at yahoo.com Tue May 6 10:41:20 2008 From: ikj1234i at yahoo.com (ikjtel) Date: Tue, 6 May 2008 08:41:20 -0700 (PDT) Subject: [VoIP] FXO cards and CallerID In-Reply-To: <48207936.4000102@stromberg-carlson.org> Message-ID: <372484.16497.qm@web51605.mail.re2.yahoo.com> --- On Tue, 5/6/08, John Novack wrote: > As to cards on the PCI bus, there is the X100P which does > detect US > CLID, but NOT UK and some other countries. This card is Yep, the lowly X100P will pass line audio in to the PC even when onhook - in fact both caller ID and applied CO ringing current are detected the same way - DSP software in zaptel... Also, there seem to be some patches floating around to enable X100P CLID for the U.K. - I haven't tried them - see for example http://www.voip-info.org/wiki/view/X100P+clone&view_comment_id=15795 Max ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ From voiptandem at shaneyoung.com Tue May 6 12:34:14 2008 From: voiptandem at shaneyoung.com (Shane Young) Date: Tue, 06 May 2008 12:34:14 -0500 Subject: [VoIP] FXO cards and CallerID In-Reply-To: <48207936.4000102@stromberg-carlson.org> References: <194208.77417.qm@web83713.mail.sp1.yahoo.com> <48207936.4000102@stromberg-carlson.org> Message-ID: <20080506123414.ysvjiwy12c40k4ws@secure.shaneyoung.com> The 3810 can SEND callerid on FXS ports. The 3810 ports I have can not receive callerid. Quoting John Novack : > I thought John Jones said it COULD detect CLID, but he is one of the > highest authorities on Cisco, check with him first. > > As to cards on the PCI bus, there is the X100P which does detect US > CLID, but NOT UK and some other countries. This card is available cheap, > and also provides timing for the IAX and some other Asterisk functions > if you are using a Linux 2.4 kernel. Otherwise ztdummy needs to be > enabled in the Zaptel compilation. Sometimes that also fails if you have > the wrong USB chipset, and then you need a card anyway. > Most of these problems go away with Linux 2.6 kernels, and are probably > replaced with others. > Digium TDM400 cards are more expensive, as is the Sangoma A200, and the > Sangoma can be more difficult to get working, but once you do it has a > longer warranty and seems generally a better card. The TDM 400 doesn't > always work with older motherboards, and MUST have one with the PCI 2.2 > spec. > Digium has recently introduced the TDM 410. I have no experience with > that one. > > Try your Cisco 3810 first and see what does and doesn't work > > Passing the CLID through to an FXS port is a matter or programming in > your dial plan. > > John Novack > > Nathan Watson wrote: >> Some time ago, I made a post asking if a Cisco 3810 >> could handle/detect inbound CID and the general >> consensus was that it could not. Someone mentioned >> that a FXO card probably could. Does anyone have any >> experience with FXO cards that can do this? I would >> like to know what type of card I could get to do that. >> >> If its possible, I would like to set things up so that >> CallerID and voicemail FSK notification on an outside >> line could be interpreted by Asterisk and sent to the >> extension(s) that it rings to. Perhaps it may be >> trickier (or not even possible) to implement this for >> the VM notification, but I would prefer it instead of >> running a standalone VM notification lamp (connected >> to the outside line) to each extension. >> >> If any of you have experience, knowledge, or >> suggestions for implementing something like this, I >> would appreciate hearing it. >> >> Thanks! >> >> Nathan >> _______________________________________________ >> VoIP mailing list >> VoIP at ckts.info >> http://lists.ckts.info/mailman/listinfo/voip >> Project Web Page: http://www.ckts.info/ >> >> > > -- > Dog is my co-pilot > > _______________________________________________ > 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 ---------------------------------------------------------------- From watson061502 at ameritech.net Tue May 6 12:49:50 2008 From: watson061502 at ameritech.net (Nathan Watson) Date: Tue, 6 May 2008 10:49:50 -0700 (PDT) Subject: [VoIP] FXO cards and CallerID In-Reply-To: <20080506123414.ysvjiwy12c40k4ws@secure.shaneyoung.com> Message-ID: <174575.99023.qm@web83710.mail.sp1.yahoo.com> That's what I thought. So, given that I get an appropriate FXO PCI card, should Asterisk be able to send the FSK data on through? Or would that be a big *should* ? Thanks, Nathan --- Shane Young wrote: > The 3810 can SEND callerid on FXS ports. > > The 3810 ports I have can not receive callerid. > From chuckrr at all2easy.net Tue May 6 13:49:26 2008 From: chuckrr at all2easy.net (chuck richards) Date: Tue, 6 May 2008 11:49:26 -0700 Subject: [VoIP] Seattle Museum? Message-ID: <380-22008526184926732@all2easy.net> Greetings Gentlemen, I recently have been reading the posts in the archives, so I can catch up on what's been happening on CNET. Lots of interesting things indeed! Did the Seattle museum get up and running on CNET yet? Chuck Richards $4.95/mo. National Dialup, Anti-Spam, Anti-Virus, 5mb personal web space. 5x faster dialup for only $9.95/mo. No contracts, No fees, No Kidding! See http://www.All2Easy.net for more details! From voiptandem at shaneyoung.com Tue May 6 14:51:34 2008 From: voiptandem at shaneyoung.com (Shane Young) Date: Tue, 06 May 2008 14:51:34 -0500 Subject: [VoIP] FXO cards and CallerID In-Reply-To: <174575.99023.qm@web83710.mail.sp1.yahoo.com> References: <174575.99023.qm@web83710.mail.sp1.yahoo.com> Message-ID: <20080506145134.1i6td89tj4484gs4@secure.shaneyoung.com> Asterisk will see the callerid coming in on a properly configured PCI card. Note that there are some *really* cheap FXO cards out there that used to have problems reading the name, but I always got the number to come through ok. Assuming you want to ring a FXS port on a 3810, the callerid data will be (normaly) carried through in the SIP message to the 3810 and if you enable callerid on the FXS port, it will be generated by the 3810. The nice thing about having asterisk in the middle, is you can "fix" busted callerid names, if you want to. --Shane Quoting Nathan Watson : > That's what I thought. So, given that I get an > appropriate FXO PCI card, should Asterisk be able to > send the FSK data on through? Or would that be a big > *should* ? > > Thanks, > > Nathan > > > --- Shane Young wrote: > >> The 3810 can SEND callerid on FXS ports. >> >> The 3810 ports I have can not receive callerid. >> > > --Shane +1-821-7311 CNET ---------------------------------------------------------------- From kxt at fubegra.net Tue May 6 18:06:40 2008 From: kxt at fubegra.net (Russ Price) Date: Tue, 06 May 2008 18:06:40 -0500 Subject: [VoIP] FXO cards and CallerID In-Reply-To: <20080506145134.1i6td89tj4484gs4@secure.shaneyoung.com> References: <174575.99023.qm@web83710.mail.sp1.yahoo.com> <20080506145134.1i6td89tj4484gs4@secure.shaneyoung.com> Message-ID: <4820E480.7@fubegra.net> Shane Young wrote: > Asterisk will see the callerid coming in on a properly configured PCI card. That also includes (some?) channel banks on T1 cards - my Adtran TA750 FXO ports detect CID just fine. I can also monitor the line without taking it off-hook using ZapBarge. Russ From spenadel at gmail.com Thu May 8 22:16:25 2008 From: spenadel at gmail.com (Lee Spenadel) Date: Thu, 8 May 2008 23:16:25 -0400 Subject: [VoIP] ipKall Message-ID: <005f01c8b183$10a79770$31f6c650$@com> I just found this service, which offers free PSTN service to your SIP or IAX accounts at Free World Dialup. You sign up for the service, give it your FWD number, choose a Washington state PSTN area code and they email you the full phone number which is then mapped to your FWD account. Works pretty well - audio is a tad fainter than with my StanaPhone portal, but what do you expect for free. Number is 360-717-9784. Website is http://www.ipkall.com. Lee From chuckrr at all2easy.net Fri May 9 14:30:02 2008 From: chuckrr at all2easy.net (chuck richards) Date: Fri, 9 May 2008 12:30:02 -0700 Subject: [VoIP] Seattle Museum? Message-ID: <380-2200855919302812@all2easy.net> So far I have heard back from one person who told me that the Seattle Museum does indeed have it's CNET access up and running. I then had a look at the CNET directory to try and find the access numbers to the museum. No luck. I can't find them. Next question: What are the numbers to the Seattle Museum? Chuck $4.95/mo. National Dialup, Anti-Spam, Anti-Virus, 5mb personal web space. 5x faster dialup for only $9.95/mo. No contracts, No fees, No Kidding! See http://www.All2Easy.net for more details! From ka2wft at arrl.net Fri May 9 16:34:37 2008 From: ka2wft at arrl.net (Doug Alderdice) Date: Fri, 09 May 2008 17:34:37 -0400 Subject: [VoIP] Seattle Museum? In-Reply-To: <380-2200855919302812@all2easy.net> Message-ID: <5.1.0.14.2.20080509172928.02dd1810@incoming.verizon.net> I believe Seattle has only their Asterisk tandem up and running. I dialed into them by mistake the other day trying to dial one of my own numbers (Motorola VT1002 not quite getting one of my AE40s!). It was an 832 exchange number I got through to; I was trying one of my 833 numbers. There was a lengthy announcement that I reached about the Seattle museum. I just tried an 832-XXXX number now and got nothing, as if their system is offline. There was a list of exchanges given in the announcement, but I don't recall any of them now. Doug. At 12:30 PM 5/9/2008 -0700, Chuck wrote: >So far I have heard back from one person who told me that the >Seattle Museum does indeed have its CNET access up and running. > >I then had a look at the CNET directory to try and find the access >numbers to the museum. No luck. I can't find them. > >Next question: What are the numbers to the Seattle Museum? > >Chuck From stfkerman at jps.net Fri May 9 16:38:15 2008 From: stfkerman at jps.net (Steph Kerman) Date: Fri, 09 May 2008 17:38:15 -0400 Subject: [VoIP] Seattle Museum? In-Reply-To: <5.1.0.14.2.20080509172928.02dd1810@incoming.verizon.net> References: <5.1.0.14.2.20080509172928.02dd1810@incoming.verizon.net> Message-ID: <4824C447.405@jps.net> I think I remember hearing that the * will only be working on Tuesdays when the museum is attended and the equipment is powered up. Steph Doug Alderdice wrote: > I believe Seattle has only their Asterisk tandem up and running. I dialed > into them by mistake the other day trying to dial one of my own numbers > (Motorola VT1002 not quite getting one of my AE40s!). It was an 832 > exchange number I got through to; I was trying one of my 833 > numbers. There was a lengthy announcement that I reached about the Seattle > museum. I just tried an 832-XXXX number now and got nothing, as if their > system is offline. There was a list of exchanges given in the > announcement, but I don't recall any of them now. > > Doug. > > At 12:30 PM 5/9/2008 -0700, Chuck wrote: > >> So far I have heard back from one person who told me that the >> Seattle Museum does indeed have its CNET access up and running. >> >> I then had a look at the CNET directory to try and find the access >> numbers to the museum. No luck. I can't find them. >> >> Next question: What are the numbers to the Seattle Museum? >> >> Chuck >> > > > _______________________________________________ > VoIP mailing list > VoIP at ckts.info > http://lists.ckts.info/mailman/listinfo/voip > Project Web Page: http://www.ckts.info/ > > From ka2wft at arrl.net Fri May 9 16:42:44 2008 From: ka2wft at arrl.net (Doug Alderdice) Date: Fri, 09 May 2008 17:42:44 -0400 Subject: [VoIP] Seattle Museum? In-Reply-To: <4824C447.405@jps.net> References: <5.1.0.14.2.20080509172928.02dd1810@incoming.verizon.net> <5.1.0.14.2.20080509172928.02dd1810@incoming.verizon.net> Message-ID: <5.1.0.14.2.20080509174148.02dd74a0@incoming.verizon.net> Except that I just double-checked my logs and it was Saturday April 26th that I got through to them. Doug. At 05:38 PM 5/9/2008 -0400, Steph Kerman wrote: >I think I remember hearing that the * will only be working on Tuesdays >when the museum is attended and the equipment is powered up. > >Steph > >Doug Alderdice wrote: > > I believe Seattle has only their Asterisk tandem up and running. I dialed > > into them by mistake the other day trying to dial one of my own numbers > > (Motorola VT1002 not quite getting one of my AE40s!). It was an 832 > > exchange number I got through to; I was trying one of my 833 > > numbers. There was a lengthy announcement that I reached about the > Seattle > > museum. I just tried an 832-XXXX number now and got nothing, as if their > > system is offline. There was a list of exchanges given in the > > announcement, but I don't recall any of them now. > > > > Doug. > > > > At 12:30 PM 5/9/2008 -0700, Chuck wrote: > > > >> So far I have heard back from one person who told me that the > >> Seattle Museum does indeed have its CNET access up and running. > >> > >> I then had a look at the CNET directory to try and find the access > >> numbers to the museum. No luck. I can't find them. > >> > >> Next question: What are the numbers to the Seattle Museum? > >> > >> Chuck From madmanmarkau at hotmail.com Fri May 9 19:02:47 2008 From: madmanmarkau at hotmail.com (Mad Mark) Date: Sat, 10 May 2008 00:02:47 +0000 Subject: [VoIP] Seattle Museum? In-Reply-To: <4824C447.405@jps.net> References: <5.1.0.14.2.20080509172928.02dd1810@incoming.verizon.net> <4824C447.405@jps.net> Message-ID: I believe it's MOTAT in New Zealand that is only open on Tuesdays... +64 9 31050 - MOTAT Workshop Phone - People only in the workshop 10:00am - 5:00pm NZ time on Tuesdays Steph wrote: > I think I remember hearing that the * will only be working on Tuesdays > when the museum is attended and the equipment is powered up. > > Steph > > Doug Alderdice wrote: > > I believe Seattle has only their Asterisk tandem up and running. I dialed > > into them by mistake the other day trying to dial one of my own numbers > > (Motorola VT1002 not quite getting one of my AE40s!). It was an 832 > > exchange number I got through to; I was trying one of my 833 > > numbers. There was a lengthy announcement that I reached about the Seattle > > museum. I just tried an 832-XXXX number now and got nothing, as if their > > system is offline. There was a list of exchanges given in the > > announcement, but I don't recall any of them now. > > > > Doug. > > > > At 12:30 PM 5/9/2008 -0700, Chuck wrote: > > > >> So far I have heard back from one person who told me that the > >> Seattle Museum does indeed have its CNET access up and running. > >> > >> I then had a look at the CNET directory to try and find the access > >> numbers to the museum. No luck. I can't find them. > >> > >> Next question: What are the numbers to the Seattle Museum? > >> > >> Chuck _________________________________________________________________ Are you paid what you're worth? Find out: SEEK Salary Centre http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=OCT07_endtext_salary&_m=EXT From stfkerman at jps.net Fri May 9 20:08:06 2008 From: stfkerman at jps.net (Steph Kerman) Date: Fri, 09 May 2008 21:08:06 -0400 Subject: [VoIP] Seattle Museum? In-Reply-To: References: <5.1.0.14.2.20080509172928.02dd1810@incoming.verizon.net> <4824C447.405@jps.net> Message-ID: <4824F576.7070601@jps.net> Submitted for your consideration: =SK= John R. Covert wrote: > I just got off the phone with Don Ostrand, Curator of the Seattle > museum, one of the great museums of switching equipment, with an > actual working panel office and a large 5XB. > > The purpose of my call was to arrange a special evening visit during > the Asterisk Boot Camp I expect to teach in Seattle 11-15 June. > > But I also talked to him about getting the museum connected to > CNET. He sounded interested, and I sent him to the ckts website > to have a look-see. There is already a DSL connection into the > museum building, so it's just a matter of getting them set up > with an Asterisk box and some sort of channel bank. Their switches > only operate during museum hours on Tuesdays, but they'd still be > a wonderful addition to the network. > > /john Mad Mark wrote: > I believe it's MOTAT in New Zealand that is only open on Tuesdays... > > +64 9 31050 - MOTAT Workshop Phone - People only in the workshop > 10:00am - 5:00pm NZ time on Tuesdays > > Steph wrote: >> I think I remember hearing that the * will only be working on Tuesdays >> when the museum is attended and the equipment is powered up. >> >> Steph >> >> Doug Alderdice wrote: >>> I believe Seattle has only their Asterisk tandem up and running. I >>> dialed >>> into them by mistake the other day trying to dial one of my own numbers >>> (Motorola VT1002 not quite getting one of my AE40s!). It was an 832 >>> exchange number I got through to; I was trying one of my 833 >>> numbers. There was a lengthy announcement that I reached about the >>> Seattle >>> museum. I just tried an 832-XXXX number now and got nothing, as if >>> their >>> system is offline. There was a list of exchanges given in the >>> announcement, but I don't recall any of them now. >>> >>> Doug. >>> >>> At 12:30 PM 5/9/2008 -0700, Chuck wrote: >>> >>>> So far I have heard back from one person who told me that the >>>> Seattle Museum does indeed have its CNET access up and running. >>>> >>>> I then had a look at the CNET directory to try and find the access >>>> numbers to the museum. No luck. I can't find them. >>>> >>>> Next question: What are the numbers to the Seattle Museum? >>>> >>>> Chuck > From david at josephson.com Fri May 9 20:24:35 2008 From: david at josephson.com (David Josephson) Date: Fri, 09 May 2008 18:24:35 -0700 Subject: [VoIP] Seattle Museum? In-Reply-To: <4824F576.7070601@jps.net> References: <5.1.0.14.2.20080509172928.02dd1810@incoming.verizon.net> <4824C447.405@jps.net> <4824F576.7070601@jps.net> Message-ID: <4824F953.9090006@josephson.com> Steph Kerman wrote: ... >> with an Asterisk box and some sort of channel bank. Their switches >> only operate during museum hours on Tuesdays, but they'd still be >> a wonderful addition to the network. >> >> /john >> > > > Mad Mark wrote: > >> I believe it's MOTAT in New Zealand that is only open on Tuesdays... >> >> +64 9 31050 - MOTAT Workshop Phone - People only in the workshop >> 10:00am - 5:00pm NZ time on Tuesdays So, we have to install a VOIP timezone delay converter so that an inward call is held in the network until the called party's switch is available? Store-and-forward voice? -- David Josephson From stfkerman at jps.net Fri May 9 20:35:01 2008 From: stfkerman at jps.net (Steph Kerman) Date: Fri, 09 May 2008 21:35:01 -0400 Subject: [VoIP] Seattle Museum? In-Reply-To: <4824F953.9090006@josephson.com> References: <5.1.0.14.2.20080509172928.02dd1810@incoming.verizon.net> <4824C447.405@jps.net> <4824F576.7070601@jps.net> <4824F953.9090006@josephson.com> Message-ID: <4824FBC5.5040101@jps.net> Right... with both positive and negative delay values for the two sides of the conversation so that the called party's side of the conversation sounds natural to the calling party even before the call is actually completed. =SK= David Josephson wrote: > So, we have to install a VOIP timezone delay converter so that an > inward call is held in the network until the called party's switch is > available? Store-and-forward voice? > > Steph Kerman wrote: > > ... >>> with an Asterisk box and some sort of channel bank. Their switches >>> only operate during museum hours on Tuesdays, but they'd still be >>> a wonderful addition to the network. >>> >>> /john >>> >> >> Mad Mark wrote: >> >>> I believe it's MOTAT in New Zealand that is only open on Tuesdays... >>> >>> +64 9 31050 - MOTAT Workshop Phone - People only in the workshop >>> 10:00am - 5:00pm NZ time on Tuesdays > > From chuckrr at all2easy.net Sun May 11 16:58:01 2008 From: chuckrr at all2easy.net (chuck richards) Date: Sun, 11 May 2008 14:58:01 -0700 Subject: [VoIP] Seattle Museum? Message-ID: <380-22008501121581250@all2easy.net> So far, the only response that has come back with a telephone number for the Seattle museum on CNET is 832-XXXX. Does that mean that by dialing 832-anything, that one can expect to hear the Seattle Museum's introductory announcement if the call is placed when they are open? Or, is there a specific 4-digit number within the 832 prefix that should be dialed? Is there an online directory of the Seattle museum's CNET numbers available anywhere? Or is the listening to their introductory announcement on the still unknown 832 number the only way to get that directory information? Chuck $4.95/mo. National Dialup, Anti-Spam, Anti-Virus, 5mb personal web space. 5x faster dialup for only $9.95/mo. No contracts, No fees, No Kidding! See http://www.All2Easy.net for more details! From ka2wft at arrl.net Sun May 11 17:15:04 2008 From: ka2wft at arrl.net (Doug Alderdice) Date: Sun, 11 May 2008 18:15:04 -0400 Subject: [VoIP] Seattle Museum? In-Reply-To: <380-22008501121581250@all2easy.net> Message-ID: <5.1.0.14.2.20080511180917.02dddb50@incoming.verizon.net> At 02:58 PM 5/11/2008 -0700, chuck richards wrote: >So far, the only response that has come back with a telephone number for >the Seattle museum on CNET is 832-XXXX. > >Does that mean that by dialing 832-anything, that one can expect to hear >the Seattle Museum's introductory announcement if the call is placed when >they are open? My guess is "Yes." I certainly heard a lengthy announcement regarding the exchanges and switches at Seattle when I called. The number I inadvertently dialed on April 26th (a Saturday) was 832-2515 -- I was attempting 833-2525 on my own system but my Motorola ATA munged the rotary info from the AE40 I was using. >Is there an online directory of the Seattle museum's CNET numbers >available anywhere? Or is the listening to their introductory >announcement on the still unknown 832 number the only way to get that >directory information? I haven't see one. Paging Duncan Smith... Doug. From stfkerman at jps.net Sun May 11 18:06:36 2008 From: stfkerman at jps.net (Steph Kerman) Date: Sun, 11 May 2008 19:06:36 -0400 Subject: [VoIP] Ah! Golden Boy's Mom! Message-ID: <48277BFC.2090100@jps.net> How fitting for today! http://home.maine.rr.com/webtique/4-26-08_043.jpg http://cgi.ebay.com/1901-ELECTRICITY-MANUAL-XRAY-TELEPHONE-RAILWAY-BATTERY_W0QQitemZ130220173202 =SK= From novackster at gmail.com Mon May 12 18:45:23 2008 From: novackster at gmail.com (John Novack) Date: Mon, 12 May 2008 19:45:23 -0400 Subject: [VoIP] CNET down? Message-ID: <4828D693.2090006@stromberg-carlson.org> North American CNET seems to be down Did you break something trying to put ezbear into the list?? www.ckts.info can't be found! John Novack -- Dog is my co-pilot From watson061502 at ameritech.net Mon May 12 19:24:30 2008 From: watson061502 at ameritech.net (Nathaniel D. Watson) Date: Mon, 12 May 2008 20:24:30 -0400 Subject: [VoIP] Seattle Museum? In-Reply-To: <4824FBC5.5040101@jps.net> Message-ID: Do flux capacitor banks fit in 19" or 23" racks? on 5/9/08 9:35 PM, Steph Kerman at stfkerman at jps.net wrote: > Right... with both positive and negative delay values for the two sides > of the conversation so that the called party's side of the conversation > sounds natural to the calling party even before the call is actually > completed. > > =SK= > > David Josephson wrote: >> So, we have to install a VOIP timezone delay converter so that an >> inward call is held in the network until the called party's switch is >> available? Store-and-forward voice? >> From doctor.jack.ryan at gmail.com Mon May 12 19:35:50 2008 From: doctor.jack.ryan at gmail.com (Jack Ryan) Date: Tue, 13 May 2008 10:05:50 +0930 Subject: [VoIP] CNET down? In-Reply-To: <4828D693.2090006@stromberg-carlson.org> References: <4828D693.2090006@stromberg-carlson.org> Message-ID: It looks like its back now... Jack 2008/5/13 John Novack : > North American CNET seems to be down > > Did you break something trying to put ezbear into the list?? > www.ckts.info can't be found! > > John Novack > > -- > Dog is my co-pilot > > _______________________________________________ > VoIP mailing list > VoIP at ckts.info > http://lists.ckts.info/mailman/listinfo/voip > Project Web Page: http://www.ckts.info/ > From chad at maine.edu Wed May 14 19:38:03 2008 From: chad at maine.edu (Chad Perkins) Date: Wed, 14 May 2008 20:38:03 -0400 Subject: [VoIP] Repair Dept. Message-ID: <482B4DAB.29675.62403EC@localhost> We need a number to call repair! Wawina, MN is down and Shane's number is unlisted. Fall back to PSTN calling :( From chad at maine.edu Wed May 14 20:02:02 2008 From: chad at maine.edu (Chad Perkins) Date: Wed, 14 May 2008 21:02:02 -0400 Subject: [VoIP] CNET @ Midwest Regional Show Message-ID: <482B534A.25562.639F981@localhost> We have a table at the "Show in a Hole", the LYONS ANTIQUE TELEPHONE SHOW, Saturday, May 17, 2008 (part of a table actually). This is ATCA/TCI event is being held in one of the former AT&T underground Main Stations on the Transcontinental L4 stations. For more information: http://www.lyonsshow.com/ Assuming we can get electricity, we should have active lines Saturday, maybe even Friday evening. The lines configured for this event are (1) 700-2821 through 2824. The main number for the show will be (1) 700-ATCA (2822). If you are into DXing, give us a call between 7:58 AM to 3:07 PM Central Time and we'll keep a log of who called (don't ask me, those are the hours of the show!). Chad Perkins http://www.atcaonline.com/events.html http://www.telephonecollectors.org/events/events.htm From voiptandem at shaneyoung.com Wed May 14 20:40:40 2008 From: voiptandem at shaneyoung.com (Shane Young) Date: Wed, 14 May 2008 20:40:40 -0500 Subject: [VoIP] Repair Dept. In-Reply-To: <482B4DAB.29675.62403EC@localhost> References: <482B4DAB.29675.62403EC@localhost> Message-ID: <20080514204040.a1rkusguasc44wok@secure.shaneyoung.com> Down?? Unlisted?? 821-7311 on CNET (I'm on the phone with Phil McCarter right now, try in about 10 minutes) Quoting Chad Perkins : > We need a number to call repair! > > Wawina, MN is down and Shane's number is unlisted. > > Fall back to PSTN calling :( > > > _______________________________________________ > 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 ---------------------------------------------------------------- From stfkerman at jps.net Fri May 16 15:35:03 2008 From: stfkerman at jps.net (Steph Kerman) Date: Fri, 16 May 2008 16:35:03 -0400 Subject: [VoIP] FYA: What's Wrong With This Picture?? Message-ID: <482DEFF7.8000809@jps.net> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=180240335704 Once again demonstrating that it's all about "eye-wash" (as if we didn't know....) =SK= From frankh at easthillradio.com Sat May 17 09:24:24 2008 From: frankh at easthillradio.com (Frank Hansche) Date: Sat, 17 May 2008 07:24:24 -0700 Subject: [VoIP] Itec Switch Message-ID: Can anyone give me any information on the Itec switches? What do they cost and are they available? After a long battle (against my lack of knowledge), I have my Asterisk system running. For now, I am having to run Trixbox, but I have just rebuilt a computer to run straight Asterisk. I'll be turning that into my tandem. Also, a big thank you to everyone who responded to my last set of questions. I learned a lot, but have a long way to go. -- Frank Hansche East Hill Radio www.easthillradio.com From jnovack at stromberg-carlson.org Sat May 17 10:42:33 2008 From: jnovack at stromberg-carlson.org (John Novack) Date: Sat, 17 May 2008 11:42:33 -0400 Subject: [VoIP] Itec Switch In-Reply-To: References: Message-ID: <482EFCE9.2060405@stromberg-carlson.org> ITEC was a company in Huntsville? AL that built electronic control SXS switches for use either to add to existing SXS or one could have a complete ITEC switch as a central office. Here we mostly refer to the EMS-1. The EMS-2 was later, microprocessor controlled and is reported to be even more of a juice hog than the 1A ESS. ITEC EMS-1 has several parts. A shelf of circuit boards, 8 circuits to a card, that are the line circuits. a full shelf would be 96 line circuits, strappable for loop or ground start. Each card contains the necessary support circuitry. A shelf of line finders, up to 10, with allotter circuitry, and a shelf of relay matrix cards round out a linegroup. The linefinders can optionally be equipped with DTMF to pulse converter cards that appear to be Teltone cards used on many SXS systems. The selector shelf, equipped with digit absorbing circuit cards, up to 10, and another shelf of relay matrix cards. Digit absorption can be strapped for fairly complex schemes if required. Connector shelf, up to 10, an optional test connector card and optional pbx hunting card, with a shelf of relay matrix cards round out the EMS-1 system. Connectors had several options for frequency ringing and code ringing party lines, and reverting call by directory number. AFAIK ITEC never made any tone or interrupter circuits. They did have a large selection of trunks, Loop and E&M, and filter fuse panels. A complete 96 line switch can easily fit into a 7 foot 23 inch rack, with space to spare for power and tone. Most of the inter shelf connections are made with plug ended 25 pair cables, commonly used with 1A2 key systems. Pin out follows a scheme seen in some later WE equipment that has pair one as T&R, pair two is Sleeve for circuit one and circuit two, pair three is T&R for circuit two. This keeps noise and crosstalk to a minimum, and allows one to use 66 style blocks for a distribution frame. Mine has the lines on one side of a split 66 block, connector outputs on the other side, and bridging clips joining the two, which keeps cross connects to a minimum at least for single party lines. Power and tone were individual wire wrap. Though the EMS-1 doesn't make a lot of the nice EM sounds of the older SXS, each section can be used with EM switches if desired. Circuit cards have lots of jumpers to adapt any part of the system to the various SXS schemes in use at the time. I am finishing up a CD of all the ITEC documents I have been able to find, which I will make available to anyone that needs or wants the information. Also Rickey Jennings, Phil McCarter and Bob Dickerson all still have some pieces available for sale that would allow interested parties to make their own switch or add to an existing one. Costs are minimal, and up to the individuals selling what they have. Not a large amount left around though, so I would not wait too much longer if you want to get into ITEC. Probably much more than you wanted to know about ITEC. As to Asterisk and CNET - you will probably discover that most of the prepackaged Asterisks can be more difficult to configure than a plain vanilla system I have had good success with AstLinux though, and have configured a few for CNET users on HP thin clients for a minimal system that is easy to get up and running Documentation on AstLinux isn't great, but it will run in either a 64 or 128Meg Flash memory, and a "keydisk" flash memory plugged into a USB port. It can also be installed on a hard drive. Best of luck with all your efforts. John Novack CNET 666-9900 Frank Hansche wrote: > Can anyone give me any information on the Itec switches? What do they cost and are they available? > > After a long battle (against my lack of knowledge), I have my Asterisk > system running. For now, I am having to run Trixbox, but I have just > rebuilt a computer to run straight Asterisk. I'll be turning that into my > tandem. > > Also, a big thank you to everyone who responded to my last set of > questions. I learned a lot, but have a long way to go. > > -- Dog is my co-pilot From jjones3601 at yahoo.com Tue May 20 19:56:06 2008 From: jjones3601 at yahoo.com (john jones) Date: Tue, 20 May 2008 17:56:06 -0700 (PDT) Subject: [VoIP] Is ckts.info down? Message-ID: <431895.24254.qm@web34306.mail.mud.yahoo.com> tc From kxt at fubegra.net Tue May 20 22:51:06 2008 From: kxt at fubegra.net (Russ Price) Date: Tue, 20 May 2008 22:51:06 -0500 Subject: [VoIP] Is ckts.info down? In-Reply-To: <431895.24254.qm@web34306.mail.mud.yahoo.com> References: <431895.24254.qm@web34306.mail.mud.yahoo.com> Message-ID: <48339C2A.2010503@fubegra.net> It came up just fine for me (5/20/08 10:50 PM CDT). From frankh192000 at hotmail.com Tue May 20 22:54:26 2008 From: frankh192000 at hotmail.com (Frank Hansche) Date: Tue, 20 May 2008 20:54:26 -0700 Subject: [VoIP] Is ckts.info down? In-Reply-To: <431895.24254.qm@web34306.mail.mud.yahoo.com> References: <431895.24254.qm@web34306.mail.mud.yahoo.com> Message-ID: It looks like its back up now. Frank -- Frank Hansche East Hill Radio www.easthillradio.com -----Original Message----- From: voip-bounces at ckts.info [mailto:voip-bounces at ckts.info] On Behalf Of john jones Sent: Tuesday, May 20, 2008 5:56 PM To: singingwires at yahoogroups.com; voip at ckts.info Subject: [VoIP] Is ckts.info down? tc _______________________________________________ VoIP mailing list VoIP at ckts.info http://lists.ckts.info/mailman/listinfo/voip Project Web Page: http://www.ckts.info/ No virus found in this incoming message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.23.21/1456 - Release Date: 5/20/2008 6:45 AM No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.23.21/1456 - Release Date: 5/20/2008 6:45 AM From greg at vyger.net Wed May 21 21:26:31 2008 From: greg at vyger.net (Greg Blakely) Date: Wed, 21 May 2008 21:26:31 -0500 Subject: [VoIP] Is ckts.info down? Message-ID: It was down for about 5 hours. An over-zealous network engineer deleted the interface to the server, thinking that it wasn't active. He has become educated. > -----Original Message----- > From: voip-bounces at ckts.info [mailto:voip-bounces at ckts.info] On Behalf > Of Frank Hansche > Sent: Tuesday, May 20, 2008 10:54 PM > To: 'Voice Over IP Tandem for Analog Switches'; > singingwires at yahoogroups.com > Subject: Re: [VoIP] Is ckts.info down? > > It looks like its back up now. > > Frank > -- > Frank Hansche > East Hill Radio > www.easthillradio.com > > -----Original Message----- > From: voip-bounces at ckts.info [mailto:voip-bounces at ckts.info] On Behalf > Of > john jones > Sent: Tuesday, May 20, 2008 5:56 PM > To: singingwires at yahoogroups.com; voip at ckts.info > Subject: [VoIP] Is ckts.info down? > > tc > _______________________________________________ > VoIP mailing list > VoIP at ckts.info > http://lists.ckts.info/mailman/listinfo/voip > Project Web Page: http://www.ckts.info/ > > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 269.23.21/1456 - Release Date: > 5/20/2008 > 6:45 AM > > > No virus found in this outgoing message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 269.23.21/1456 - Release Date: > 5/20/2008 > 6:45 AM > > _______________________________________________ > VoIP mailing list > VoIP at ckts.info > http://lists.ckts.info/mailman/listinfo/voip > Project Web Page: http://www.ckts.info/ > From john_reads_cnet_via_archives at covert.org Sat May 24 16:49:16 2008 From: john_reads_cnet_via_archives at covert.org (John R. Covert) Date: Sat, 24 May 2008 17:49:16 -0400 (EDT) Subject: [VoIP] (no subject) References: <5.1.0.14.2.20080509172928.02dd1810@incoming.verizon.net> <4824C447.405@jps.net> Message-ID: <20080524214947.470893778DFC@ns02.ckts.info> I didn't reply to this discussion because (a) I've been busier than a Xbar tandem on election night and (b) I thought that Duncan Smith would see the thread and put in a more up-to-date and definitive response. Plus he deserves all the credit for the real work at the museum; I've only been the constant nag. I just talked to him, and he says he replied, but I don't see his reply in the archive. Message failure seems to be an all-too-common problem, especially with the archives, where the last message is currently Wed May 21 21:26:31 2008. The Seattle Museum has had an Asterisk Server up and running for quite a while. It generally stays up all the time, but their router sometimes whacks out and takes them down. Unfortunately, at the moment, the Asterisk server itself is down due to a Linux problem, and Duncan will not have another Tuesday free for work at the museum until mid-June (looking at the UWash Academic calendar, finals week is June 9-13), so we won't see anything online again until he has some free time. When the asterisk server is up, there is an announcement (from Asterisk) on at least 1-232-0001. When the museum is open, 8:30 am until 2pm Seattle time on Tuesdays, a T1 connection from the server to a channel bank provides connectivity into the No. 5 Xbar. Working No. 5 Xbar numbers are (among others) 1-232-0015 at the test board and -0939 in the key system that reaches desk phones around the floor. There is a significant echo problem in the channel bank that has not been able to be solved. I've hoped that maybe Phil McCarter might someday have a Tuesday free to help out with a solution to that problem, since his switches don't seem to have any serious echo. Duncan has also been working on getting the No 3 ESS online. It is normally left powered up when the museum shuts down, but the channel bank is on the power supply that shuts down. Maybe that could be changed; and then we'd have the No 3 ESS available even outside museum hours. Until then, it's just Asterisk (once the current Asterisk problem gets solved) unless the museum is open, and then the No 5 Xbar is online. Regards/john From greg at vyger.net Sat May 24 18:42:32 2008 From: greg at vyger.net (Greg Blakely) Date: Sat, 24 May 2008 18:42:32 -0500 Subject: [VoIP] (no subject) Message-ID: > -----Original Message----- > From: John R. Covert > > Message failure seems to be an > all-too-common problem, especially with the archives, where > the last message is currently Wed May 21 21:26:31 2008. > Interestingly enough, that happened to _be_ the most current message, until yours today, which is archived, and this email you're getting now -- which will be archived, too. I'm thinking that there are some threads going between members who know one another's addresses, and the list most certainly wouldn't archive stuff it didn't receive. I do apologize for the 5 hours that the site was down earlier this week. One of the engineers where I work had decided to shut down the Ethernet port that the server listens on, and there may have been a few messages that were sent to the list that bounced. But, assuming that John is correct (and I have no reason to doubt him), would you all do me a favor by sending me directly any messages that either bounced, or never made it to the list? That way, I can find the bugs, and squish that sucker flat. From chad at maine.edu Sat May 24 19:17:15 2008 From: chad at maine.edu (Chad Perkins) Date: Sat, 24 May 2008 20:17:15 -0400 Subject: [VoIP] CNET @ Midwest Regional Show In-Reply-To: <482B534A.25562.639F981@localhost> Message-ID: <483877CB.30612.68D4877@localhost> Many thanks to the hosts and their staff for setting us up with a table and to those called last Saturday and supported our participation. We had ~130 attend the show and numerous interested people came by the table. A good half of those people had not heard of CNET and it was a great opportunity to get the word out to folks that would likely be interested in what we are doing. In addition to those who called a number of CNET members were also in attendance including John J. from PA, Jerry P. from CA and Keith C. from FL (did I miss anyone?). My apologies to anyone who was offended by my "top" billing of ATCA over TCI and the 2822 number for CNET. I use the same number at the ENFD CT show. Chad Perkins 1 955-9924 On 14 May 2008 at 21:02, Chad Perkins wrote: > We have a table at the "Show in a Hole", the LYONS ANTIQUE TELEPHONE > SHOW, Saturday, May 17, 2008 (part of a table actually). This is > ATCA/TCI event is being held in one of the former AT&T underground > Main Stations on the Transcontinental L4 stations. For more > information: > > http://www.lyonsshow.com/ > > Assuming we can get electricity, we should have active lines Saturday, > maybe even Friday evening. The lines configured for this event are > (1) 700-2821 through 2824. > > The main number for the show will be (1) 700-ATCA (2822). If you are > into DXing, give us a call between 7:58 AM to 3:07 PM Central Time and > we'll keep a log of who called (don't ask me, those are the hours of > the show!). > > Chad Perkins > > http://www.atcaonline.com/events.html > http://www.telephonecollectors.org/events/events.htm > > > > _______________________________________________ > VoIP mailing list > VoIP at ckts.info > http://lists.ckts.info/mailman/listinfo/voip > Project Web Page: http://www.ckts.info/ > > > -- > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 269.24.0/1462 - Release Date: > 5/23/08 7:20 AM > From chad at maine.edu Sat May 24 19:28:02 2008 From: chad at maine.edu (Chad Perkins) Date: Sat, 24 May 2008 20:28:02 -0400 Subject: [VoIP] Repair Dept. In-Reply-To: <20080514204040.a1rkusguasc44wok@secure.shaneyoung.com> References: <482B4DAB.29675.62403EC@localhost> Message-ID: <48387A52.2992.697291E@localhost> On 14 May 2008 at 20:40, Shane Young wrote: > Down?? I can't complete calls to 1-488 ... -- Executing Dial("Zap/24-1", "IAX2/cnet- in at wawinastep.northerntelephone.net/14886548") in new stack -- Called cnet-in at wawinastep.northerntelephone.net/14886548 May 24 20:18:48 WARNING[131080]: chan_iax2.c:1473 attempt_transmit: Max retries exceeded to host 206.51.196.18 on IAX2/206.51.196.18:4569/7 (type = 6, subclass = 1, ts=8, seqno=0) > Unlisted?? > 821-7311 on CNET I was on the road and went to the /411 page and you don't have listing(s) for 821 .. Chad 1 955-9924 > (I'm on the phone with Phil McCarter right now, try in about 10 > minutes) > > > > Quoting Chad Perkins : > > > We need a number to call repair! > > > > Wawina, MN is down and Shane's number is unlisted. > > > > Fall back to PSTN calling :( > > > > > > _______________________________________________ > > 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/ > > > -- > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 269.24.0/1462 - Release Date: > 5/23/08 7:20 AM > From voiptandem at shaneyoung.com Sat May 24 21:18:09 2008 From: voiptandem at shaneyoung.com (Shane Young) Date: Sat, 24 May 2008 21:18:09 -0500 Subject: [VoIP] Repair Dept. In-Reply-To: <48387A52.2992.697291E@localhost> References: <482B4DAB.29675.62403EC@localhost> <48387A52.2992.697291E@localhost> Message-ID: <20080524211809.pp86nrngw0wkgwkw@secure.shaneyoung.com> Are you able to ping or do a traceroute to wawinastep.northerntelephone.net? I've had others report a similar problem... No response to any of their packets sent to us. It's been a mystery for a while :) --Shane Quoting Chad Perkins : > On 14 May 2008 at 20:40, Shane Young wrote: > >> Down?? > > I can't complete calls to 1-488 ... > > -- Executing Dial("Zap/24-1", "IAX2/cnet- > in at wawinastep.northerntelephone.net/14886548") in new stack > -- Called cnet-in at wawinastep.northerntelephone.net/14886548 > May 24 20:18:48 WARNING[131080]: chan_iax2.c:1473 attempt_transmit: Max > retries exceeded to host 206.51.196.18 on IAX2/206.51.196.18:4569/7 > (type = 6, > subclass = 1, ts=8, seqno=0) > > >> Unlisted?? >> 821-7311 on CNET > > I was on the road and went to the /411 page and you don't have > listing(s) for 821 .. > > Chad > 1 955-9924 > >> (I'm on the phone with Phil McCarter right now, try in about 10 >> minutes) >> >> >> >> Quoting Chad Perkins : >> >> > We need a number to call repair! >> > >> > Wawina, MN is down and Shane's number is unlisted. >> > >> > Fall back to PSTN calling :( >> > >> > >> > _______________________________________________ >> > 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/ >> >> >> -- >> No virus found in this incoming message. >> Checked by AVG. >> Version: 7.5.524 / Virus Database: 269.24.0/1462 - Release Date: >> 5/23/08 7:20 AM >> > > > _______________________________________________ > 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 ---------------------------------------------------------------- From jnovack at stromberg-carlson.org Sat May 24 21:55:38 2008 From: jnovack at stromberg-carlson.org (John Novack) Date: Sat, 24 May 2008 22:55:38 -0400 Subject: [VoIP] Repair Dept. In-Reply-To: <20080524211809.pp86nrngw0wkgwkw@secure.shaneyoung.com> References: <482B4DAB.29675.62403EC@localhost> <48387A52.2992.697291E@localhost> <20080524211809.pp86nrngw0wkgwkw@secure.shaneyoung.com> Message-ID: <4838D52A.3060504@stromberg-carlson.org> Same results here - no call completion Pardon the quick and dirty word wrap From Falling Waters ( Concast is my ISP ) C:\WINNT>ping wawinastep.northerntelephone.net Pinging wawinastep.northerntelephone.net [206.51.196.18] with 32 bytes of data: Reply from 206.51.196.18: bytes=32 time=78ms TTL=38 Reply from 206.51.196.18: bytes=32 time=78ms TTL=38 Reply from 206.51.196.18: bytes=32 time=67ms TTL=38 Reply from 206.51.196.18: bytes=32 time=70ms TTL=38 Ping statistics for 206.51.196.18: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 67ms, Maximum = 78ms, Average = 73ms C:\WINNT>tracert wawinastep.northerntelephone.net Tracing route to wawinastep.northerntelephone.net [206.51.196.18] over a maximum of 30 hops: 1 9 ms 10 ms 17 ms 10.240.41.1 2 9 ms 9 ms 9 ms ge-3-1-ur01.hedgesville.wv.bad.comcast.net [68.8 6.255.137] 3 9 ms 12 ms 14 ms ge-2-22-ur01.martinsburg.wv.bad.comcast.net [68. 86.252.65] 4 11 ms 11 ms 12 ms te-7-3-ar01.manassascc.va.bad.comcast.net [68.86 .252.54] 5 13 ms 14 ms 14 ms po-90-ar01.capitolhghts.md.bad.comcast.net [68.8 7.129.82] 6 66 ms 14 ms 15 ms po-90-ar02.capitolhghts.md.bad.comcast.net [68.8 6.252.214] 7 * 15 ms 15 ms te-3-4-ar01.plainfield.nj.panjde.comcast.net [68 .86.90.38] 8 15 ms 23 ms 14 ms 68.86.90.37 9 16 ms 16 ms 15 ms 208.173.158.5 10 14 ms 16 ms 15 ms cpr2-pos-3-0.virginiaequinix.savvis.net [204.70. 193.165] 11 16 ms 17 ms 18 ms er2-tengig2-1.virginiaequinix.savvis.net [204.70 .193.102] 12 16 ms 16 ms 20 ms cr2-tengig0-7-3-0.washington.savvis.net [204.70. 197.246] 13 43 ms 43 ms 51 ms cr1-loopback.chd.savvis.net [208.172.2.70] 14 39 ms 39 ms 44 ms 204.70.195.114 15 39 ms 39 ms 40 ms acr2-ge-6-2-0.chicago.savvis.net [204.70.204.214 ] 16 47 ms 46 ms 56 ms acr1-so-6-0-0.Minneapolis.savvis.net [204.70.193 .73] 17 46 ms 46 ms 46 ms acr2-so-2-1-0.minneapolis.savvis.net [204.70.192 .161] 18 130 ms 262 ms 239 ms 208.172.131.134 19 58 ms 54 ms 53 ms h1-sg-pe2-2-4-dlh.enventis.net [206.51.206.169] 20 56 ms 55 ms 57 ms env-gw.accessmn.com [216.70.10.25] 21 * * * Request timed out. 22 * * * Request timed out. 23 * * * Request timed out. 24 * * * Request timed out. 25 * * * Request timed out. 26 69 ms 69 ms 67 ms NorthernTelephone-Access.accessmn.com [206.51.19 6.2] 27 70 ms 74 ms 72 ms wawnmnxast1.NorthernTelephone.net [206.51.196.18 ] Trace complete. wawinastep.northerntelephone.net Shane Young wrote: > Are you able to ping or do a traceroute to wawinastep.northerntelephone.net? > > I've had others report a similar problem... No response to any of > their packets sent to us. > > It's been a mystery for a while :) > > --Shane > > > Quoting Chad Perkins : > > >> On 14 May 2008 at 20:40, Shane Young wrote: >> >> >>> Down?? >>> >> I can't complete calls to 1-488 ... >> >> -- Executing Dial("Zap/24-1", "IAX2/cnet- >> in at wawinastep.northerntelephone.net/14886548") in new stack >> -- Called cnet-in at wawinastep.northerntelephone.net/14886548 >> May 24 20:18:48 WARNING[131080]: chan_iax2.c:1473 attempt_transmit: Max >> retries exceeded to host 206.51.196.18 on IAX2/206.51.196.18:4569/7 >> (type = 6, >> subclass = 1, ts=8, seqno=0) >> >> >> >>> Unlisted?? >>> 821-7311 on CNET >>> >> I was on the road and went to the /411 page and you don't have >> listing(s) for 821 .. >> >> Chad >> 1 955-9924 >> >> >>> (I'm on the phone with Phil McCarter right now, try in about 10 >>> minutes) >>> >>> >>> >>> Quoting Chad Perkins : >>> >>> >>>> We need a number to call repair! >>>> >>>> Wawina, MN is down and Shane's number is unlisted. >>>> >>>> Fall back to PSTN calling :( >>>> >>>> >>>> _______________________________________________ >>>> 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/ >>> >>> >>> -- >>> No virus found in this incoming message. >>> Checked by AVG. >>> Version: 7.5.524 / Virus Database: 269.24.0/1462 - Release Date: >>> 5/23/08 7:20 AM >>> >>> >> _______________________________________________ >> 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/ > > -- Dog is my co-pilot From chad at maine.edu Sat May 24 22:14:12 2008 From: chad at maine.edu (Chad Perkins) Date: Sat, 24 May 2008 23:14:12 -0400 Subject: [VoIP] Repair Dept. In-Reply-To: <20080524211809.pp86nrngw0wkgwkw@secure.shaneyoung.com> References: <48387A52.2992.697291E@localhost> Message-ID: <4838A144.6116.72F5130@localhost> On 24 May 2008 at 21:18, Shane Young wrote: > Are you able to ping or do a traceroute to > wawinastep.northerntelephone.net? Yes to both (from Windows, it looks like there is a firewall or something near the Wawina end that is blocking the UDP/traceroute). Chad 1 955-9924 > I've had others report a similar problem... No response to any of > their packets sent to us. > > It's been a mystery for a while :) > > --Shane > > > Quoting Chad Perkins : > > > On 14 May 2008 at 20:40, Shane Young wrote: > > > >> Down?? > > > > I can't complete calls to 1-488 ... > > > > -- Executing Dial("Zap/24-1", "IAX2/cnet- > > in at wawinastep.northerntelephone.net/14886548") in new stack > > -- Called cnet-in at wawinastep.northerntelephone.net/14886548 > > May 24 20:18:48 WARNING[131080]: chan_iax2.c:1473 attempt_transmit: > > Max retries exceeded to host 206.51.196.18 on > > IAX2/206.51.196.18:4569/7 (type = 6, subclass = 1, ts=8, seqno=0) > > > > > >> Unlisted?? > >> 821-7311 on CNET > > > > I was on the road and went to the /411 page and you don't have > > listing(s) for 821 .. > > > > Chad > > 1 955-9924 > > > >> (I'm on the phone with Phil McCarter right now, try in about 10 > >> minutes) > >> > >> > >> > >> Quoting Chad Perkins : > >> > >> > We need a number to call repair! > >> > > >> > Wawina, MN is down and Shane's number is unlisted. > >> > > >> > Fall back to PSTN calling :( > >> > > >> > > >> > _______________________________________________ > >> > 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/ > >> > >> > >> -- > >> No virus found in this incoming message. > >> Checked by AVG. > >> Version: 7.5.524 / Virus Database: 269.24.0/1462 - Release Date: > >> 5/23/08 7:20 AM > >> > > > > > > _______________________________________________ > > 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/ > > > -- > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 269.24.1/1464 - Release Date: > 5/24/08 8:56 AM > From voiptandem at shaneyoung.com Sat May 24 22:16:35 2008 From: voiptandem at shaneyoung.com (Shane Young) Date: Sat, 24 May 2008 22:16:35 -0500 Subject: [VoIP] Repair Dept. In-Reply-To: <4838A144.6116.72F5130@localhost> References: <48387A52.2992.697291E@localhost> <4838A144.6116.72F5130@localhost> Message-ID: <20080524221635.shruwmyn40840408@secure.shaneyoung.com> Odd, concidering there should be no firewall inline with this.. I have a feeling that there is something flakey with our upstream IP provider. --Shane Quoting Chad Perkins : > On 24 May 2008 at 21:18, Shane Young wrote: > >> Are you able to ping or do a traceroute to >> wawinastep.northerntelephone.net? > > Yes to both (from Windows, it looks like there is a firewall or > something near the > Wawina end that is blocking the UDP/traceroute). > > Chad > 1 955-9924 > >> I've had others report a similar problem... No response to any of >> their packets sent to us. >> >> It's been a mystery for a while :) >> >> --Shane >> >> >> Quoting Chad Perkins : >> >> > On 14 May 2008 at 20:40, Shane Young wrote: >> > >> >> Down?? >> > >> > I can't complete calls to 1-488 ... >> > >> > -- Executing Dial("Zap/24-1", "IAX2/cnet- >> > in at wawinastep.northerntelephone.net/14886548") in new stack >> > -- Called cnet-in at wawinastep.northerntelephone.net/14886548 >> > May 24 20:18:48 WARNING[131080]: chan_iax2.c:1473 attempt_transmit: >> > Max retries exceeded to host 206.51.196.18 on >> > IAX2/206.51.196.18:4569/7 (type = 6, subclass = 1, ts=8, seqno=0) >> > >> > >> >> Unlisted?? >> >> 821-7311 on CNET >> > >> > I was on the road and went to the /411 page and you don't have >> > listing(s) for 821 .. >> > >> > Chad >> > 1 955-9924 >> > >> >> (I'm on the phone with Phil McCarter right now, try in about 10 >> >> minutes) >> >> >> >> >> >> >> >> Quoting Chad Perkins : >> >> >> >> > We need a number to call repair! >> >> > >> >> > Wawina, MN is down and Shane's number is unlisted. >> >> > >> >> > Fall back to PSTN calling :( >> >> > >> >> > >> >> > _______________________________________________ >> >> > 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/ >> >> >> >> >> >> -- >> >> No virus found in this incoming message. >> >> Checked by AVG. >> >> Version: 7.5.524 / Virus Database: 269.24.0/1462 - Release Date: >> >> 5/23/08 7:20 AM >> >> >> > >> > >> > _______________________________________________ >> > 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/ >> >> >> -- >> No virus found in this incoming message. >> Checked by AVG. >> Version: 7.5.524 / Virus Database: 269.24.1/1464 - Release Date: >> 5/24/08 8:56 AM >> > > > _______________________________________________ > 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 ---------------------------------------------------------------- From jnovack at stromberg-carlson.org Sat May 24 22:27:14 2008 From: jnovack at stromberg-carlson.org (John Novack) Date: Sat, 24 May 2008 23:27:14 -0400 Subject: [VoIP] Repair Dept. In-Reply-To: <20080524221635.shruwmyn40840408@secure.shaneyoung.com> References: <48387A52.2992.697291E@localhost> <4838A144.6116.72F5130@localhost> <20080524221635.shruwmyn40840408@secure.shaneyoung.com> Message-ID: <4838DC92.3030509@stromberg-carlson.org> Shane Young wrote: > Odd, concidering there should be no firewall inline with this.. > > I have a feeling that there is something flakey with our upstream IP > provider. > > --Shane > > > Don Weig has a similar problem, but no one has fixed it, and Sharon Telephone has real customers to provide DSL service to, so no one wants to break that so Don can use CNET! John Novack > Quoting Chad Perkins : > > >> On 24 May 2008 at 21:18, Shane Young wrote: >> >> >>> Are you able to ping or do a traceroute to >>> wawinastep.northerntelephone.net? >>> >> Yes to both (from Windows, it looks like there is a firewall or >> something near the >> Wawina end that is blocking the UDP/traceroute). >> >> Chad >> 1 955-9924 >> >> >>> I've had others report a similar problem... No response to any of >>> their packets sent to us. >>> >>> It's been a mystery for a while :) >>> >>> --Shane >>> >>> >>> Quoting Chad Perkins : >>> >>> >>>> On 14 May 2008 at 20:40, Shane Young wrote: >>>> >>>> >>>>> Down?? >>>>> >>>> I can't complete calls to 1-488 ... >>>> >>>> -- Executing Dial("Zap/24-1", "IAX2/cnet- >>>> in at wawinastep.northerntelephone.net/14886548") in new stack >>>> -- Called cnet-in at wawinastep.northerntelephone.net/14886548 >>>> May 24 20:18:48 WARNING[131080]: chan_iax2.c:1473 attempt_transmit: >>>> Max retries exceeded to host 206.51.196.18 on >>>> IAX2/206.51.196.18:4569/7 (type = 6, subclass = 1, ts=8, seqno=0) >>>> >>>> >>>> >>>>> Unlisted?? >>>>> 821-7311 on CNET >>>>> >>>> I was on the road and went to the /411 page and you don't have >>>> listing(s) for 821 .. >>>> >>>> Chad >>>> 1 955-9924 >>>> >>>> >>>>> (I'm on the phone with Phil McCarter right now, try in about 10 >>>>> minutes) >>>>> >>>>> >>>>> >>>>> Quoting Chad Perkins : >>>>> >>>>> >>>>>> We need a number to call repair! >>>>>> >>>>>> Wawina, MN is down and Shane's number is unlisted. >>>>>> >>>>>> Fall back to PSTN calling :( >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> 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/ >>>>> >>>>> >>>>> -- >>>>> No virus found in this incoming message. >>>>> Checked by AVG. >>>>> Version: 7.5.524 / Virus Database: 269.24.0/1462 - Release Date: >>>>> 5/23/08 7:20 AM >>>>> >>>>> >>>> _______________________________________________ >>>> 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/ >>> >>> >>> -- >>> No virus found in this incoming message. >>> Checked by AVG. >>> Version: 7.5.524 / Virus Database: 269.24.1/1464 - Release Date: >>> 5/24/08 8:56 AM >>> >>> >> _______________________________________________ >> 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/ > > -- Dog is my co-pilot From voiptandem at shaneyoung.com Sat May 24 23:45:42 2008 From: voiptandem at shaneyoung.com (Shane Young) Date: Sat, 24 May 2008 23:45:42 -0500 Subject: [VoIP] Repair Dept. In-Reply-To: <4838DC92.3030509@stromberg-carlson.org> References: <48387A52.2992.697291E@localhost> <4838A144.6116.72F5130@localhost> <20080524221635.shruwmyn40840408@secure.shaneyoung.com> <4838DC92.3030509@stromberg-carlson.org> Message-ID: <20080524234542.6ubroheq88cowssw@secure.shaneyoung.com> I'm working with our upstream provider now. I'm able to re-create the same problem from another asterisk box on the net. I did a packet capture on the wawina asterisk tandem and I don't see the IAX2 packets coming in. We're going to capture some packets in various points in their network and see if we can determine where it's barfing. --Shane Quoting John Novack : > > > Shane Young wrote: >> Odd, concidering there should be no firewall inline with this.. >> >> I have a feeling that there is something flakey with our upstream IP >> provider. >> >> --Shane >> >> >> > Don Weig has a similar problem, but no one has fixed it, and Sharon > Telephone has real customers to provide DSL service to, so no one wants > to break that so Don can use CNET! > > John Novack > >> Quoting Chad Perkins : >> >> >>> On 24 May 2008 at 21:18, Shane Young wrote: >>> >>> >>>> Are you able to ping or do a traceroute to >>>> wawinastep.northerntelephone.net? >>>> >>> Yes to both (from Windows, it looks like there is a firewall or >>> something near the >>> Wawina end that is blocking the UDP/traceroute). >>> >>> Chad >>> 1 955-9924 >>> >>> >>>> I've had others report a similar problem... No response to any of >>>> their packets sent to us. >>>> >>>> It's been a mystery for a while :) >>>> >>>> --Shane >>>> >>>> >>>> Quoting Chad Perkins : >>>> >>>> >>>>> On 14 May 2008 at 20:40, Shane Young wrote: >>>>> >>>>> >>>>>> Down?? >>>>>> >>>>> I can't complete calls to 1-488 ... >>>>> >>>>> -- Executing Dial("Zap/24-1", "IAX2/cnet- >>>>> in at wawinastep.northerntelephone.net/14886548") in new stack >>>>> -- Called cnet-in at wawinastep.northerntelephone.net/14886548 >>>>> May 24 20:18:48 WARNING[131080]: chan_iax2.c:1473 attempt_transmit: >>>>> Max retries exceeded to host 206.51.196.18 on >>>>> IAX2/206.51.196.18:4569/7 (type = 6, subclass = 1, ts=8, seqno=0) >>>>> >>>>> >>>>> >>>>>> Unlisted?? >>>>>> 821-7311 on CNET >>>>>> >>>>> I was on the road and went to the /411 page and you don't have >>>>> listing(s) for 821 .. >>>>> >>>>> Chad >>>>> 1 955-9924 >>>>> >>>>> >>>>>> (I'm on the phone with Phil McCarter right now, try in about 10 >>>>>> minutes) >>>>>> >>>>>> >>>>>> >>>>>> Quoting Chad Perkins : >>>>>> >>>>>> >>>>>>> We need a number to call repair! >>>>>>> >>>>>>> Wawina, MN is down and Shane's number is unlisted. >>>>>>> >>>>>>> Fall back to PSTN calling :( >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> 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/ >>>>>> >>>>>> >>>>>> -- >>>>>> No virus found in this incoming message. >>>>>> Checked by AVG. >>>>>> Version: 7.5.524 / Virus Database: 269.24.0/1462 - Release Date: >>>>>> 5/23/08 7:20 AM >>>>>> >>>>>> >>>>> _______________________________________________ >>>>> 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/ >>>> >>>> >>>> -- >>>> No virus found in this incoming message. >>>> Checked by AVG. >>>> Version: 7.5.524 / Virus Database: 269.24.1/1464 - Release Date: >>>> 5/24/08 8:56 AM >>>> >>>> >>> _______________________________________________ >>> 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/ >> >> > > -- > Dog is my co-pilot > > _______________________________________________ > 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 ---------------------------------------------------------------- From voiptandem at shaneyoung.com Sun May 25 00:36:24 2008 From: voiptandem at shaneyoung.com (Shane Young) Date: Sun, 25 May 2008 00:36:24 -0500 Subject: [VoIP] Repair Dept. In-Reply-To: <4838A144.6116.72F5130@localhost> References: <48387A52.2992.697291E@localhost> <4838A144.6116.72F5130@localhost> Message-ID: <20080525003624.chwdsemts8w0w08s@secure.shaneyoung.com> Our upstream provider has found a misconfiguration in their core router which was essentially firewalling all traffic that hadn't been established from within Wawina. They had specific rules for my home network which over-rides this rule, which is why I never noticed the problem. Calls originating from Wawina worked fine as well. Give it a try again and let me know.. --Shane Quoting Chad Perkins : > On 24 May 2008 at 21:18, Shane Young wrote: > >> Are you able to ping or do a traceroute to >> wawinastep.northerntelephone.net? > > Yes to both (from Windows, it looks like there is a firewall or > something near the > Wawina end that is blocking the UDP/traceroute). > > Chad > 1 955-9924 > >> I've had others report a similar problem... No response to any of >> their packets sent to us. >> >> It's been a mystery for a while :) >> >> --Shane >> >> >> Quoting Chad Perkins : >> >> > On 14 May 2008 at 20:40, Shane Young wrote: >> > >> >> Down?? >> > >> > I can't complete calls to 1-488 ... >> > >> > -- Executing Dial("Zap/24-1", "IAX2/cnet- >> > in at wawinastep.northerntelephone.net/14886548") in new stack >> > -- Called cnet-in at wawinastep.northerntelephone.net/14886548 >> > May 24 20:18:48 WARNING[131080]: chan_iax2.c:1473 attempt_transmit: >> > Max retries exceeded to host 206.51.196.18 on >> > IAX2/206.51.196.18:4569/7 (type = 6, subclass = 1, ts=8, seqno=0) >> > >> > >> >> Unlisted?? >> >> 821-7311 on CNET >> > >> > I was on the road and went to the /411 page and you don't have >> > listing(s) for 821 .. >> > >> > Chad >> > 1 955-9924 >> > >> >> (I'm on the phone with Phil McCarter right now, try in about 10 >> >> minutes) >> >> >> >> >> >> >> >> Quoting Chad Perkins : >> >> >> >> > We need a number to call repair! >> >> > >> >> > Wawina, MN is down and Shane's number is unlisted. >> >> > >> >> > Fall back to PSTN calling :( >> >> > >> >> > >> >> > _______________________________________________ >> >> > 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/ >> >> >> >> >> >> -- >> >> No virus found in this incoming message. >> >> Checked by AVG. >> >> Version: 7.5.524 / Virus Database: 269.24.0/1462 - Release Date: >> >> 5/23/08 7:20 AM >> >> >> > >> > >> > _______________________________________________ >> > 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/ >> >> >> -- >> No virus found in this incoming message. >> Checked by AVG. >> Version: 7.5.524 / Virus Database: 269.24.1/1464 - Release Date: >> 5/24/08 8:56 AM >> > > > _______________________________________________ > 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 ---------------------------------------------------------------- From john_reads_cnet_via_archives at covert.org Sun May 25 02:27:06 2008 From: john_reads_cnet_via_archives at covert.org (John R. Covert) Date: Sun, 25 May 2008 03:27:06 -0400 (EDT) Subject: [VoIP] Neue Rufnummer Message-ID: <20080525072728.BE5173778DE3@ns02.ckts.info> 263-0119 Telefonzeitansage Die genaue Zeit. MEZ bzw. MESZ Working on also pointing +49-119 to this. /john From hockd at dteenergy.com Sun May 25 07:41:24 2008 From: hockd at dteenergy.com (Dennis D Hock) Date: Sun, 25 May 2008 08:41:24 -0400 Subject: [VoIP] Repair Dept. In-Reply-To: <20080525003624.chwdsemts8w0w08s@secure.shaneyoung.com> References: <48387A52.2992.697291E@localhost> <4838A144.6116.72F5130@localhost>, <20080525003624.chwdsemts8w0w08s@secure.shaneyoung.com> Message-ID: I have read the tghread and tried a few calls. I get an intercept speaking back the dialed number and saying it has been disconnected. I tried 488-0001, 0002, 0020 and 2525. Happy memorial Day to all! Dennis Hock -----voip-bounces at ckts.info wrote: ----- To: voip at ckts.info From: Shane Young Sent by: voip-bounces at ckts.info Date: 05/25/2008 01:36AM Subject: Re: [VoIP] Repair Dept. Our upstream provider has found a misconfiguration in their core router which was essentially firewalling all traffic that hadn't been established from within Wawina. They had specific rules for my home network which over-rides this rule, which is why I never noticed the problem. Calls originating from Wawina worked fine as well. Give it a try again and let me know.. --Shane Quoting Chad Perkins : > On 24 May 2008 at 21:18, Shane Young wrote: > >> Are you able to ping or do a traceroute to >> wawinastep.northerntelephone.net? > > Yes to both (from Windows, it looks like there is a firewall or > something near the > Wawina end that is blocking the UDP/traceroute). > > Chad > 1 955-9924 > >> I've had others report a similar problem... No response to any of >> their packets sent to us. >> >> It's been a mystery for a while :) >> >> --Shane >> >> >> Quoting Chad Perkins : >> >> > On 14 May 2008 at 20:40, Shane Young wrote: >> > >> >> Down?? >> > >> > I can't complete calls to 1-488 ... >> > >> > -- Executing Dial("Zap/24-1", "IAX2/cnet- >> > in at wawinastep.northerntelephone.net/14886548") in new stack >> > -- Called cnet-in at wawinastep.northerntelephone.net/14886548 >> > May 24 20:18:48 WARNING[131080]: chan_iax2.c:1473 attempt_transmit: >> > Max retries exceeded to host 206.51.196.18 on >> > IAX2/206.51.196.18:4569/7 (type = 6, subclass = 1, ts=8, seqno=0) >> > >> > >> >> Unlisted?? >> >> 821-7311 on CNET >> > >> > I was on the road and went to the /411 page and you don't have >> > listing(s) for 821 .. >> > >> > Chad >> > 1 955-9924 >> > >> >> (I'm on the phone with Phil McCarter right now, try in about 10 >> >> minutes) >> >> >> >> >> >> >> >> Quoting Chad Perkins : >> >> >> >> > We need a number to call repair! >> >> > >> >> > Wawina, MN is down and Shane's number is unlisted. >> >> > >> >> > Fall back to PSTN calling :( >> >> > >> >> > >> >> > _______________________________________________ >> >> > 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/ >> >> >> >> >> >> -- >> >> No virus found in this incoming message. >> >> Checked by AVG. >> >> Version: 7.5.524 / Virus Database: 269.24.0/1462 - Release Date: >> >> 5/23/08 7:20 AM >> >> >> > >> > >> > _______________________________________________ >> > 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/ >> >> >> -- >> No virus found in this incoming message. >> Checked by AVG. >> Version: 7.5.524 / Virus Database: 269.24.1/1464 - Release Date: >> 5/24/08 8:56 AM >> > > > _______________________________________________ > 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/ From chad at maine.edu Sun May 25 11:13:42 2008 From: chad at maine.edu (Chad Perkins) Date: Sun, 25 May 2008 12:13:42 -0400 Subject: [VoIP] Repair Dept. In-Reply-To: <20080524234542.6ubroheq88cowssw@secure.shaneyoung.com> References: <4838DC92.3030509@stromberg-carlson.org> Message-ID: <483957F6.24644.53995D@localhost> I thought that would have been snarfing ... On 24 May 2008 at 23:45, Shane Young wrote: > I'm working with our upstream provider now. > > I'm able to re-create the same problem from another asterisk box on > the net. > > I did a packet capture on the wawina asterisk tandem and I don't see > the IAX2 packets coming in. We're going to capture some packets in > various points in their network and see if we can determine where it's > barfing. > > --Shane > > > Quoting John Novack : > > > > > > > Shane Young wrote: > >> Odd, concidering there should be no firewall inline with this.. > >> > >> I have a feeling that there is something flakey with our upstream > >> IP provider. > >> > >> --Shane > >> > >> > >> > > Don Weig has a similar problem, but no one has fixed it, and Sharon > > Telephone has real customers to provide DSL service to, so no one > > wants to break that so Don can use CNET! > > > > John Novack > > > >> Quoting Chad Perkins : > >> > >> > >>> On 24 May 2008 at 21:18, Shane Young wrote: > >>> > >>> > >>>> Are you able to ping or do a traceroute to > >>>> wawinastep.northerntelephone.net? > >>>> > >>> Yes to both (from Windows, it looks like there is a firewall or > >>> something near the Wawina end that is blocking the > >>> UDP/traceroute). > >>> > >>> Chad > >>> 1 955-9924 > >>> > >>> > >>>> I've had others report a similar problem... No response to any of > >>>> their packets sent to us. > >>>> > >>>> It's been a mystery for a while :) > >>>> > >>>> --Shane > >>>> > >>>> > >>>> Quoting Chad Perkins : > >>>> > >>>> > >>>>> On 14 May 2008 at 20:40, Shane Young wrote: > >>>>> > >>>>> > >>>>>> Down?? > >>>>>> > >>>>> I can't complete calls to 1-488 ... > >>>>> > >>>>> -- Executing Dial("Zap/24-1", "IAX2/cnet- > >>>>> in at wawinastep.northerntelephone.net/14886548") in new stack > >>>>> -- Called cnet-in at wawinastep.northerntelephone.net/14886548 > >>>>> May 24 20:18:48 WARNING[131080]: chan_iax2.c:1473 > >>>>> attempt_transmit: Max retries exceeded to host 206.51.196.18 on > >>>>> IAX2/206.51.196.18:4569/7 (type = 6, subclass = 1, ts=8, > >>>>> seqno=0) > >>>>> > >>>>> > >>>>> > >>>>>> Unlisted?? > >>>>>> 821-7311 on CNET > >>>>>> > >>>>> I was on the road and went to the /411 page and you don't have > >>>>> listing(s) for 821 .. > >>>>> > >>>>> Chad > >>>>> 1 955-9924 > >>>>> > >>>>> > >>>>>> (I'm on the phone with Phil McCarter right now, try in about 10 > >>>>>> minutes) > >>>>>> > >>>>>> > >>>>>> > >>>>>> Quoting Chad Perkins : > >>>>>> > >>>>>> > >>>>>>> We need a number to call repair! > >>>>>>> > >>>>>>> Wawina, MN is down and Shane's number is unlisted. > >>>>>>> > >>>>>>> Fall back to PSTN calling :( > >>>>>>> > >>>>>>> > >>>>>>> _______________________________________________ > >>>>>>> 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/ > >>>>>> > >>>>>> > >>>>>> -- > >>>>>> No virus found in this incoming message. > >>>>>> Checked by AVG. > >>>>>> Version: 7.5.524 / Virus Database: 269.24.0/1462 - Release > >>>>>> Date: 5/23/08 7:20 AM > >>>>>> > >>>>>> > >>>>> _______________________________________________ > >>>>> 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/ > >>>> > >>>> > >>>> -- > >>>> No virus found in this incoming message. > >>>> Checked by AVG. > >>>> Version: 7.5.524 / Virus Database: 269.24.1/1464 - Release Date: > >>>> 5/24/08 8:56 AM > >>>> > >>>> > >>> _______________________________________________ > >>> 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/ > >> > >> > > > > -- > > Dog is my co-pilot > > > > _______________________________________________ > > 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/ > > > -- > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 269.24.1/1464 - Release Date: > 5/24/08 8:56 AM > From chad at maine.edu Sun May 25 11:16:17 2008 From: chad at maine.edu (Chad Perkins) Date: Sun, 25 May 2008 12:16:17 -0400 Subject: [VoIP] Repair Dept. In-Reply-To: <20080525003624.chwdsemts8w0w08s@secure.shaneyoung.com> References: <4838A144.6116.72F5130@localhost> Message-ID: <48395891.17574.55F770@localhost> My mother doesn't know why 1 488-0002 has been disconnected ... Chad On 25 May 2008 at 0:36, Shane Young wrote: > Our upstream provider has found a misconfiguration in their core > router which was essentially firewalling all traffic that hadn't been > established from within Wawina. > > They had specific rules for my home network which over-rides this > rule, which is why I never noticed the problem. > > Calls originating from Wawina worked fine as well. > > Give it a try again and let me know.. > > > --Shane > > > Quoting Chad Perkins : > > > On 24 May 2008 at 21:18, Shane Young wrote: > > > >> Are you able to ping or do a traceroute to > >> wawinastep.northerntelephone.net? > > > > Yes to both (from Windows, it looks like there is a firewall or > > something near the Wawina end that is blocking the UDP/traceroute). > > > > Chad > > 1 955-9924 > > > >> I've had others report a similar problem... No response to any of > >> their packets sent to us. > >> > >> It's been a mystery for a while :) > >> > >> --Shane > >> > >> > >> Quoting Chad Perkins : > >> > >> > On 14 May 2008 at 20:40, Shane Young wrote: > >> > > >> >> Down?? > >> > > >> > I can't complete calls to 1-488 ... > >> > > >> > -- Executing Dial("Zap/24-1", "IAX2/cnet- > >> > in at wawinastep.northerntelephone.net/14886548") in new stack > >> > -- Called cnet-in at wawinastep.northerntelephone.net/14886548 > >> > May 24 20:18:48 WARNING[131080]: chan_iax2.c:1473 > >> > attempt_transmit: Max retries exceeded to host 206.51.196.18 on > >> > IAX2/206.51.196.18:4569/7 (type = 6, subclass = 1, ts=8, > >> > seqno=0) > >> > > >> > > >> >> Unlisted?? > >> >> 821-7311 on CNET > >> > > >> > I was on the road and went to the /411 page and you don't have > >> > listing(s) for 821 .. > >> > > >> > Chad > >> > 1 955-9924 > >> > > >> >> (I'm on the phone with Phil McCarter right now, try in about 10 > >> >> minutes) > >> >> > >> >> > >> >> > >> >> Quoting Chad Perkins : > >> >> > >> >> > We need a number to call repair! > >> >> > > >> >> > Wawina, MN is down and Shane's number is unlisted. > >> >> > > >> >> > Fall back to PSTN calling :( > >> >> > > >> >> > > >> >> > _______________________________________________ > >> >> > 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/ > >> >> > >> >> > >> >> -- > >> >> No virus found in this incoming message. > >> >> Checked by AVG. > >> >> Version: 7.5.524 / Virus Database: 269.24.0/1462 - Release Date: > >> >> 5/23/08 7:20 AM > >> >> > >> > > >> > > >> > _______________________________________________ > >> > 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/ > >> > >> > >> -- > >> No virus found in this incoming message. > >> Checked by AVG. > >> Version: 7.5.524 / Virus Database: 269.24.1/1464 - Release Date: > >> 5/24/08 8:56 AM > >> > > > > > > _______________________________________________ > > 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/ > > > -- > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 269.24.1/1464 - Release Date: > 5/24/08 8:56 AM > From chad at maine.edu Sun May 25 12:23:41 2008 From: chad at maine.edu (Chad Perkins) Date: Sun, 25 May 2008 13:23:41 -0400 Subject: [VoIP] Neue Rufnummer (New call number) In-Reply-To: <20080525072728.BE5173778DE3@ns02.ckts.info> Message-ID: <4839685D.20285.93AF63@localhost> Or roughly in English (for those who don't speak German): Telephone time announcement The exact time. MEZ and/or Central European Summer Time On 25 May 2008 at 3:27, John R. Covert wrote: > 263-0119 > Telefonzeitansage > Die genaue Zeit. MEZ bzw. MESZ > > Working on also pointing +49-119 to this. > > /john > _______________________________________________ > VoIP mailing list > VoIP at ckts.info > http://lists.ckts.info/mailman/listinfo/voip > Project Web Page: http://www.ckts.info/ > > > -- > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 269.24.1/1464 - Release Date: > 5/24/08 8:56 AM > From t2600 at sbcglobal.net Mon May 26 11:01:49 2008 From: t2600 at sbcglobal.net (Jerry Petrizze) Date: Mon, 26 May 2008 09:01:49 -0700 Subject: [VoIP] Collins AX30A-2 Analog Mux. Message-ID: <006801c8bf49$cf2c6490$0301a8c0@pentium4> Has anyone ever run across or worked with Collins AX30A analog mux. The radio I have is a 2Ghz MIR2. However I am mainly interested in the MUX. Thank you Jerry Petrizze From john_reads_cnet_via_archives at covert.org Mon May 26 12:36:23 2008 From: john_reads_cnet_via_archives at covert.org (John R. Covert) Date: Mon, 26 May 2008 13:36:23 -0400 (EDT) Subject: [VoIP] More clocks Message-ID: <20080526173744.0571C3778E0A@ns02.ckts.info> I'm forwarding CNET +46 33 90510 off to a random online access to the Swedish Fröken Ur ("Miss Clock"). Also +1 263-0510. /john From greg at vyger.net Mon May 26 20:47:49 2008 From: greg at vyger.net (Greg Blakely) Date: Mon, 26 May 2008 20:47:49 -0500 Subject: [VoIP] FW: Seattle Museum? Message-ID: This and two others did not make it to the list. The other two follow. -----Original Message----- From: Duncan Smith [mailto:duncan.b.smith at gmail.com] Sent: Friday, May 09, 2008 8:50 PM To: Voice Over IP Tandem for Analog Switches Subject: Re: [VoIP] Seattle Museum? On Fri, May 09, 2008 at 05:34:37PM -0400, Doug Alderdice wrote: > I believe Seattle has only their Asterisk tandem up and running. I > dialed into them by mistake the other day trying to dial one of my own > numbers (Motorola VT1002 not quite getting one of my AE40s!). > It was an 832 exchange number I got through to; I was trying one of my > 833 numbers. There was a lengthy announcement that I reached about > the Seattle museum. I just tried an 832-XXXX number now and got > nothing, as if their system is offline. There was a list of exchanges > given in the announcement, but I don't recall any of them now. Hi. I run the Asterisk box there. 832 is the 1XB, 232 is the 5XB, 722 is Panel and 830 is 3ESS. Only the 5XB is wired right now. Sometime just recently the Asterisk machine lost power briefly. It came back up properly. But for some reason it's a different kernel (2.6.18-6 instead of 2.6.18-5) and so the zaptel drivers aren't compiled for it. No problem, I'll recompile the zaptel modules. It complains that I don't have the kernel source. Grr. I'm not completely sure what happened. It'll be working ... sometime. I haven't been working on CNET for a few weeks because I have plenty of homework to do, and I've been working on the 3ESS. The 3E is up 24/7 (does that room get hot in the summer or what!) but the channel bank isn't. I hope to change that over the summer, then perhaps get a leased line from there to my house .... ;-) I wish. -- Duncan Smith --------\ http://students.washington.edu/f/ /--- () ascii ribbon \--- Signed/encrypted mail preferred ---/ /\ campaign [ against html mail ] [ support open formats ] From greg at vyger.net Mon May 26 20:48:05 2008 From: greg at vyger.net (Greg Blakely) Date: Mon, 26 May 2008 20:48:05 -0500 Subject: [VoIP] FW: Seattle Museum? Message-ID: -----Original Message----- From: Duncan Smith [mailto:duncan.b.smith at gmail.com] Sent: Sunday, May 11, 2008 5:43 PM To: Voice Over IP Tandem for Analog Switches Subject: Re: [VoIP] Seattle Museum? On Sun, May 11, 2008 at 06:15:04PM -0400, Doug Alderdice wrote: > At 02:58 PM 5/11/2008 -0700, chuck richards wrote: >> So far, the only response that has come back with a telephone number >> for the Seattle museum on CNET is 832-XXXX. >> >> Does that mean that by dialing 832-anything, that one can expect to >> hear the Seattle Museum's introductory announcement if the call is >> placed when they are open? > > My guess is "Yes." I certainly heard a lengthy announcement regarding > the exchanges and switches at Seattle when I called. That announcement is presently set to play on all numbers on the presently non-routed office codes (832, 830, 722). The Asterisk machine is connected 24/7, however, so you don't need to wait until the museum is open. Eventually I'll have a "museum closed" recording for when it's closed, and several switch-info recordings on otherwise unassigned numbers. Maybe some recordings of calls that actually complete. At this very moment the Asterisk box is down. I performed an unattended reboot after a kernel upgrade yesterday and it sort of didn't come back up.... > The number I inadvertently dialed on April 26th (a Saturday) was > 832-2515 -- I was attempting 833-2525 on my own system but my Motorola > ATA munged the rotary info from the AE40 I was using. > >> Is there an online directory of the Seattle museum's CNET numbers >> available anywhere? Or is the listening to their introductory >> announcement on the still unknown 832 number the only way to get that >> directory information? > > I haven't see one. Paging Duncan Smith... Yes? How many times ought I say this: 232 is the 5XB 832 is the 1XB 722 is the Panel 830 is the 3ESS I'll get a better directory up on the website as soon as I get a good listing of numbers. I'll try to do that this week. Time permitting I'll also send a VERY DETAILED UPDATE to the list, because it seems like what I'm doing actually matters to someone. (!) Here are my priorities right now, approximately sorted: 1 - schoolwork 2 - fix kernel on asterisk machine 3 - compile zaptel drivers ... again :( 4 - gather & post a directory list 5 - check wiring on 3ESS's status panel 6 - wire & route two trunks to 1XB (832) 7 - clean up tie cable to 3ESS to add trunks (The 3ESS is on the lower floor, and all I have to work with is a congested 100-pair cable.) 8 - finish RP address signalling for zaptel 9 - two trunks to Panel 10 - ??? ===== So you ought to be able to call +1 232 0015 and have it complete (albeit with horrid echo) by about 10am Pacific time Tuesday. No guarantees, though. I'm not quite carrier-grade yet. ===== -- Duncan Smith --------\ http://students.washington.edu/f/ /--- () ascii ribbon \--- Signed/encrypted mail preferred ---/ /\ campaign [ against html mail ] [ support open formats ] From greg at vyger.net Mon May 26 20:48:26 2008 From: greg at vyger.net (Greg Blakely) Date: Mon, 26 May 2008 20:48:26 -0500 Subject: [VoIP] FW: Seattle Museum? Message-ID: -----Original Message----- From: Duncan Smith [mailto:duncan.b.smith at gmail.com] Sent: Saturday, May 17, 2008 3:36 PM To: Voice Over IP Tandem for Analog Switches Subject: Re: [VoIP] Seattle Museum? On Sun, May 11, 2008 at 03:43:12PM -0700, Duncan Smith wrote: > At this very moment the Asterisk box is down. I performed an > unattended reboot after a kernel upgrade yesterday and it sort of > didn't come back up.... The machine is dead until I come to rescue it with a boot disk. Somehow I forgot to compile in IDE support. I can't get to the museum until at least 10-June, so it'll be down for some time. -- Duncan Smith --------\ http://students.washington.edu/f/ /--- () ascii ribbon \--- Signed/encrypted mail preferred ---/ /\ campaign [ against html mail ] [ support open formats ] From ka2wft at arrl.net Mon May 26 20:53:15 2008 From: ka2wft at arrl.net (Doug Alderdice) Date: Mon, 26 May 2008 21:53:15 -0400 Subject: [VoIP] FW: Seattle Museum? In-Reply-To: Message-ID: <5.1.0.14.2.20080526215212.02953270@incoming.verizon.net> Thanks for the updates, albeit delayed through the system. Doug. >From: Duncan Smith [mailto:duncan.b.smith at gmail.com] >Sent: Saturday, May 17, 2008 3:36 PM >To: Voice Over IP Tandem for Analog Switches >Subject: Re: [VoIP] Seattle Museum? > >On Sun, May 11, 2008 at 03:43:12PM -0700, Duncan Smith wrote: > > At this very moment the Asterisk box is down. I performed an > > unattended reboot after a kernel upgrade yesterday and it sort of > > didn't come back up.... > >The machine is dead until I come to rescue it with a boot disk. >Somehow I forgot to compile in IDE support. > >I can't get to the museum until at least 10-June, so it'll be down for >some time. From dfroula at sbcglobal.net Tue May 27 09:01:00 2008 From: dfroula at sbcglobal.net (Donald Froula) Date: Tue, 27 May 2008 07:01:00 -0700 (PDT) Subject: [VoIP] ENUM problem on 1-762 In-Reply-To: <5.1.0.14.2.20080526215212.02953270@incoming.verizon.net> Message-ID: <568251.27828.qm@web83204.mail.mud.yahoo.com> I seem to be having ENUM lookup problems when dialing back into my own tandem on 1-762-xxxx. 1-762-2600 is a valid test number. It seems to randomly fail the ENUM lookup. It works occasionally. Is anyone else having similar issues? Regards, Don From frankh192000 at hotmail.com Tue May 27 11:15:18 2008 From: frankh192000 at hotmail.com (Frank Hansche) Date: Tue, 27 May 2008 09:15:18 -0700 Subject: [VoIP] ENUM problem on 1-762 In-Reply-To: <568251.27828.qm@web83204.mail.mud.yahoo.com> References: <5.1.0.14.2.20080526215212.02953270@incoming.verizon.net> <568251.27828.qm@web83204.mail.mud.yahoo.com> Message-ID: Don, It seems to connect, but never rings. Frank -- Frank Hansche East Hill Radio www.easthillradio.com -----Original Message----- From: voip-bounces at ckts.info [mailto:voip-bounces at ckts.info] On Behalf Of Donald Froula Sent: Tuesday, May 27, 2008 7:01 AM To: Voice Over IP Tandem for Analog Switches Subject: [VoIP] ENUM problem on 1-762 I seem to be having ENUM lookup problems when dialing back into my own tandem on 1-762-xxxx. 1-762-2600 is a valid test number. It seems to randomly fail the ENUM lookup. It works occasionally. Is anyone else having similar issues? Regards, Don _______________________________________________ VoIP mailing list VoIP at ckts.info http://lists.ckts.info/mailman/listinfo/voip Project Web Page: http://www.ckts.info/ No virus found in this incoming message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.24.1/1466 - Release Date: 5/25/2008 6:49 PM No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.24.1/1468 - Release Date: 5/26/2008 3:23 PM From t2600 at sbcglobal.net Tue May 27 11:34:47 2008 From: t2600 at sbcglobal.net (Jerry Petrizze) Date: Tue, 27 May 2008 09:34:47 -0700 Subject: [VoIP] ENUM problem on 1-762 References: <5.1.0.14.2.20080526215212.02953270@incoming.verizon.net><568251.27828.qm@web83204.mail.mud.yahoo.com> Message-ID: <000701c8c017$947b79c0$0301a8c0@pentium4> Don: I just tryed it and got a recording that said it was not in service and the read back # was 21 762 2600 ?? not sure what the leading two is Jerry Petrizze ----- Original Message ----- From: "Frank Hansche" To: "'Voice Over IP Tandem for Analog Switches'" Sent: Tuesday, May 27, 2008 9:15 AM Subject: Re: [VoIP] ENUM problem on 1-762 > Don, > > It seems to connect, but never rings. > > Frank > > -- > Frank Hansche > East Hill Radio > www.easthillradio.com > -----Original Message----- > From: voip-bounces at ckts.info [mailto:voip-bounces at ckts.info] On Behalf Of > Donald Froula > Sent: Tuesday, May 27, 2008 7:01 AM > To: Voice Over IP Tandem for Analog Switches > Subject: [VoIP] ENUM problem on 1-762 > > I seem to be having ENUM lookup problems when dialing > back into my own tandem on 1-762-xxxx. > > 1-762-2600 is a valid test number. > > It seems to randomly fail the ENUM lookup. It works > occasionally. > > Is anyone else having similar issues? > > Regards, > > Don > _______________________________________________ > VoIP mailing list > VoIP at ckts.info > http://lists.ckts.info/mailman/listinfo/voip > Project Web Page: http://www.ckts.info/ > > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 269.24.1/1466 - Release Date: 5/25/2008 > 6:49 PM > > > No virus found in this outgoing message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 269.24.1/1468 - Release Date: 5/26/2008 > 3:23 PM > > _______________________________________________ > VoIP mailing list > VoIP at ckts.info > http://lists.ckts.info/mailman/listinfo/voip > Project Web Page: http://www.ckts.info/ From frankh192000 at hotmail.com Tue May 27 12:41:54 2008 From: frankh192000 at hotmail.com (Frank Hansche) Date: Tue, 27 May 2008 10:41:54 -0700 Subject: [VoIP] ENUM Entry Message-ID: Could someone check to see if my ENUM entry is in the database? I want to make sure I?m putting it into the request form correctly. Thank you, Frank (Office code 630) -- Frank Hansche East Hill Radio www.easthillradio.com No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.24.1/1468 - Release Date: 5/26/2008 3:23 PM From dfroula at sbcglobal.net Tue May 27 12:50:17 2008 From: dfroula at sbcglobal.net (Donald Froula) Date: Tue, 27 May 2008 10:50:17 -0700 (PDT) Subject: [VoIP] ENUM problem on 1-762 In-Reply-To: <000701c8c017$947b79c0$0301a8c0@pentium4> Message-ID: <329167.63864.qm@web83204.mail.mud.yahoo.com> Weird! I just ran a trace on a call to myself over CNET. Here's the verbose output from Asterisk. It appears the 1-762-2600 number I am dialing is morphing to 1-622-2600 in the script and getting redirected to another machine, Jayson's I believe: IAX2/guest at bluegrasspals.com/1622600# I have changed nothing in my dial plan. Stranger still, it occasionally works correctly. Any thoughts? Don ============================================== -- Starting simple switch on 'Zap/25-1' May 27 12:40:02 WARNING[3554]: chan_zap.c:5475 ss_thread: Got a non-Feature Group B input on channel 25. Assuming E&M Wink instead -- Executing Set("Zap/25-1", "CALLERID(name)=via ProjectMF") in new stack -- Executing Set("Zap/25-1", "CALLERID(number)=17620000") in new stack -- Executing Macro("Zap/25-1", "dialcnet2|1622600#") in new stack -- Executing Set("Zap/25-1", "E164NETWORKS=std.ckts.info") in new stack -- Executing GotoIf("Zap/25-1", "0?startloop") in new stack -- Executing Set("Zap/25-1", "ARG1=+1622600#") in new stack -- Executing Set("Zap/25-1", "ENUM=iax2:guest at bluegrasspals.com/1622600#") in new stack -- Executing GotoIf("Zap/25-1", "0?continue") in new stack -- Executing GotoIf("Zap/25-1", "0?sipuri") in new stack -- Executing GotoIf("Zap/25-1", "1?iaxuri") in new stack -- Goto (macro-dialcnet2,s,14) -- Executing Set("Zap/25-1", "DIALSTR=IAX2/guest at bluegrasspals.com/1622600#") in new stack -- Executing Goto("Zap/25-1", "dodial") in new stack -- Goto (macro-dialcnet2,s,17) -- Executing Dial("Zap/25-1", "IAX2/guest at bluegrasspals.com/1622600#") in new stack -- Called guest at bluegrasspals.com/1622600# May 27 12:40:03 WARNING[2896]: chan_iax2.c:7095 socket_read: Call rejected by 74.128.141.184: No such context/extension -- Hungup 'IAX2/74.128.141.184:4569-1' == Everyone is busy/congested at this time (1:0/0/1) -- Executing Hangup("Zap/25-1", "") in new stack == Spawn extension (macro-dialcnet2, s, 18) exited non-zero on 'Zap/25-1' in macro 'dialcnet2' == Spawn extension (macro-dialcnet2, s, 18) exited non-zero on 'Zap/25-1' -- Hungup 'Zap/25-1' projectmf*CLI> --- Jerry Petrizze wrote: > Don: > I just tryed it and got a recording that said it was > not in service and the > read back # was 21 762 2600 ?? not sure what the > leading two is > Jerry Petrizze > ----- Original Message ----- > From: "Frank Hansche" > To: "'Voice Over IP Tandem for Analog Switches'" > > Sent: Tuesday, May 27, 2008 9:15 AM > Subject: Re: [VoIP] ENUM problem on 1-762 > > > > Don, > > > > It seems to connect, but never rings. > > > > Frank > > > > -- > > Frank Hansche > > East Hill Radio > > www.easthillradio.com > > -----Original Message----- > > From: voip-bounces at ckts.info > [mailto:voip-bounces at ckts.info] On Behalf Of > > Donald Froula > > Sent: Tuesday, May 27, 2008 7:01 AM > > To: Voice Over IP Tandem for Analog Switches > > Subject: [VoIP] ENUM problem on 1-762 > > > > I seem to be having ENUM lookup problems when > dialing > > back into my own tandem on 1-762-xxxx. > > > > 1-762-2600 is a valid test number. > > > > It seems to randomly fail the ENUM lookup. It > works > > occasionally. > > > > Is anyone else having similar issues? > > > > Regards, > > > > Don > > _______________________________________________ > > VoIP mailing list > > VoIP at ckts.info > > http://lists.ckts.info/mailman/listinfo/voip > > Project Web Page: http://www.ckts.info/ > > > > No virus found in this incoming message. > > Checked by AVG. > > Version: 7.5.524 / Virus Database: 269.24.1/1466 - > Release Date: 5/25/2008 > > 6:49 PM > > > > > > No virus found in this outgoing message. > > Checked by AVG. > > Version: 7.5.524 / Virus Database: 269.24.1/1468 - > Release Date: 5/26/2008 > > 3:23 PM > > > > _______________________________________________ > > 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/ > From dfroula at sbcglobal.net Tue May 27 12:57:27 2008 From: dfroula at sbcglobal.net (Donald Froula) Date: Tue, 27 May 2008 10:57:27 -0700 (PDT) Subject: [VoIP] ENUM problem on 1-762 In-Reply-To: <329167.63864.qm@web83204.mail.mud.yahoo.com> Message-ID: <686421.7104.qm@web83208.mail.mud.yahoo.com> Well, I see from the output I sent that: ARG1=+1622600# I think the MF digits may have been distorted, as ARG1 from the ENUM script is remarkably similar to 17622600. The "#" is from the "ST" MF tone, without a detected "KP" to bracket the number. However, I was still having issues with dialing via regular DTMF via a local SIP adapter. Don ============================================== --- Donald Froula wrote: > Weird! I just ran a trace on a call to myself over > CNET. Here's the verbose output from Asterisk. It > appears the 1-762-2600 number I am dialing is > morphing > to 1-622-2600 in the script and getting redirected > to > another machine, Jayson's I believe: > > IAX2/guest at bluegrasspals.com/1622600# > > I have changed nothing in my dial plan. Stranger > still, it occasionally works correctly. > > Any thoughts? > > Don > > ============================================== > > -- Starting simple switch on 'Zap/25-1' > May 27 12:40:02 WARNING[3554]: chan_zap.c:5475 > ss_thread: Got a non-Feature Group B input on > channel > 25. Assuming E&M Wink instead > -- Executing Set("Zap/25-1", "CALLERID(name)=via > ProjectMF") in new stack > -- Executing Set("Zap/25-1", > "CALLERID(number)=17620000") in new stack > -- Executing Macro("Zap/25-1", > "dialcnet2|1622600#") in new stack > -- Executing Set("Zap/25-1", > "E164NETWORKS=std.ckts.info") in new stack > -- Executing GotoIf("Zap/25-1", "0?startloop") > in > new stack > -- Executing Set("Zap/25-1", "ARG1=+1622600#") > in > new stack > -- Executing Set("Zap/25-1", > "ENUM=iax2:guest at bluegrasspals.com/1622600#") in new > stack > -- Executing GotoIf("Zap/25-1", "0?continue") in > new stack > -- Executing GotoIf("Zap/25-1", "0?sipuri") in > new > stack > -- Executing GotoIf("Zap/25-1", "1?iaxuri") in > new > stack > -- Goto (macro-dialcnet2,s,14) > -- Executing Set("Zap/25-1", > "DIALSTR=IAX2/guest at bluegrasspals.com/1622600#") in > new stack > -- Executing Goto("Zap/25-1", "dodial") in new > stack > -- Goto (macro-dialcnet2,s,17) > -- Executing Dial("Zap/25-1", > "IAX2/guest at bluegrasspals.com/1622600#") in new > stack > -- Called guest at bluegrasspals.com/1622600# > May 27 12:40:03 WARNING[2896]: chan_iax2.c:7095 > socket_read: Call rejected by 74.128.141.184: No > such > context/extension > -- Hungup 'IAX2/74.128.141.184:4569-1' > == Everyone is busy/congested at this time > (1:0/0/1) > -- Executing Hangup("Zap/25-1", "") in new stack > == Spawn extension (macro-dialcnet2, s, 18) exited > non-zero on 'Zap/25-1' in macro 'dialcnet2' > == Spawn extension (macro-dialcnet2, s, 18) exited > non-zero on 'Zap/25-1' > -- Hungup 'Zap/25-1' > projectmf*CLI> > > > --- Jerry Petrizze wrote: > > > Don: > > I just tryed it and got a recording that said it > was > > not in service and the > > read back # was 21 762 2600 ?? not sure what the > > leading two is > > Jerry Petrizze > > ----- Original Message ----- > > From: "Frank Hansche" > > To: "'Voice Over IP Tandem for Analog Switches'" > > > > Sent: Tuesday, May 27, 2008 9:15 AM > > Subject: Re: [VoIP] ENUM problem on 1-762 > > > > > > > Don, > > > > > > It seems to connect, but never rings. > > > > > > Frank > > > > > > -- > > > Frank Hansche > > > East Hill Radio > > > www.easthillradio.com > > > -----Original Message----- > > > From: voip-bounces at ckts.info > > [mailto:voip-bounces at ckts.info] On Behalf Of > > > Donald Froula > > > Sent: Tuesday, May 27, 2008 7:01 AM > > > To: Voice Over IP Tandem for Analog Switches > > > Subject: [VoIP] ENUM problem on 1-762 > > > > > > I seem to be having ENUM lookup problems when > > dialing > > > back into my own tandem on 1-762-xxxx. > > > > > > 1-762-2600 is a valid test number. > > > > > > It seems to randomly fail the ENUM lookup. It > > works > > > occasionally. > > > > > > Is anyone else having similar issues? > > > > > > Regards, > > > > > > Don > > > _______________________________________________ > > > VoIP mailing list > > > VoIP at ckts.info > > > http://lists.ckts.info/mailman/listinfo/voip > > > Project Web Page: http://www.ckts.info/ > > > > > > No virus found in this incoming message. > > > Checked by AVG. > > > Version: 7.5.524 / Virus Database: 269.24.1/1466 > - > > Release Date: 5/25/2008 > > > 6:49 PM > > > > > > > > > No virus found in this outgoing message. > > > Checked by AVG. > > > Version: 7.5.524 / Virus Database: 269.24.1/1468 > - > > Release Date: 5/26/2008 > > > 3:23 PM > > > > > > _______________________________________________ > > > 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/ > > > > _______________________________________________ > VoIP mailing list > VoIP at ckts.info > http://lists.ckts.info/mailman/listinfo/voip > Project Web Page: http://www.ckts.info/ > From frankh192000 at hotmail.com Tue May 27 13:01:17 2008 From: frankh192000 at hotmail.com (Frank Hansche) Date: Tue, 27 May 2008 11:01:17 -0700 Subject: [VoIP] ENUM problem on 1-762 In-Reply-To: <686421.7104.qm@web83208.mail.mud.yahoo.com> References: <329167.63864.qm@web83204.mail.mud.yahoo.com> <686421.7104.qm@web83208.mail.mud.yahoo.com> Message-ID: I just dialed 762-2600 and the call went through ok. I had been dialing other numbers in the 762 office code, and although Asterisk said they were connecting, the call never completed. Frank -- Frank Hansche East Hill Radio www.easthillradio.com -----Original Message----- From: voip-bounces at ckts.info [mailto:voip-bounces at ckts.info] On Behalf Of Donald Froula Sent: Tuesday, May 27, 2008 10:57 AM To: Voice Over IP Tandem for Analog Switches Subject: Re: [VoIP] ENUM problem on 1-762 Well, I see from the output I sent that: ARG1=+1622600# I think the MF digits may have been distorted, as ARG1 from the ENUM script is remarkably similar to 17622600. The "#" is from the "ST" MF tone, without a detected "KP" to bracket the number. However, I was still having issues with dialing via regular DTMF via a local SIP adapter. Don ============================================== --- Donald Froula wrote: > Weird! I just ran a trace on a call to myself over > CNET. Here's the verbose output from Asterisk. It > appears the 1-762-2600 number I am dialing is > morphing > to 1-622-2600 in the script and getting redirected > to > another machine, Jayson's I believe: > > IAX2/guest at bluegrasspals.com/1622600# > > I have changed nothing in my dial plan. Stranger > still, it occasionally works correctly. > > Any thoughts? > > Don > > ============================================== > > -- Starting simple switch on 'Zap/25-1' > May 27 12:40:02 WARNING[3554]: chan_zap.c:5475 > ss_thread: Got a non-Feature Group B input on > channel > 25. Assuming E&M Wink instead > -- Executing Set("Zap/25-1", "CALLERID(name)=via > ProjectMF") in new stack > -- Executing Set("Zap/25-1", > "CALLERID(number)=17620000") in new stack > -- Executing Macro("Zap/25-1", > "dialcnet2|1622600#") in new stack > -- Executing Set("Zap/25-1", > "E164NETWORKS=std.ckts.info") in new stack > -- Executing GotoIf("Zap/25-1", "0?startloop") > in > new stack > -- Executing Set("Zap/25-1", "ARG1=+1622600#") > in > new stack > -- Executing Set("Zap/25-1", > "ENUM=iax2:guest at bluegrasspals.com/1622600#") in new > stack > -- Executing GotoIf("Zap/25-1", "0?continue") in > new stack > -- Executing GotoIf("Zap/25-1", "0?sipuri") in > new > stack > -- Executing GotoIf("Zap/25-1", "1?iaxuri") in > new > stack > -- Goto (macro-dialcnet2,s,14) > -- Executing Set("Zap/25-1", > "DIALSTR=IAX2/guest at bluegrasspals.com/1622600#") in > new stack > -- Executing Goto("Zap/25-1", "dodial") in new > stack > -- Goto (macro-dialcnet2,s,17) > -- Executing Dial("Zap/25-1", > "IAX2/guest at bluegrasspals.com/1622600#") in new > stack > -- Called guest at bluegrasspals.com/1622600# > May 27 12:40:03 WARNING[2896]: chan_iax2.c:7095 > socket_read: Call rejected by 74.128.141.184: No > such > context/extension > -- Hungup 'IAX2/74.128.141.184:4569-1' > == Everyone is busy/congested at this time > (1:0/0/1) > -- Executing Hangup("Zap/25-1", "") in new stack > == Spawn extension (macro-dialcnet2, s, 18) exited > non-zero on 'Zap/25-1' in macro 'dialcnet2' > == Spawn extension (macro-dialcnet2, s, 18) exited > non-zero on 'Zap/25-1' > -- Hungup 'Zap/25-1' > projectmf*CLI> > > > --- Jerry Petrizze wrote: > > > Don: > > I just tryed it and got a recording that said it > was > > not in service and the > > read back # was 21 762 2600 ?? not sure what the > > leading two is > > Jerry Petrizze > > ----- Original Message ----- > > From: "Frank Hansche" > > To: "'Voice Over IP Tandem for Analog Switches'" > > > > Sent: Tuesday, May 27, 2008 9:15 AM > > Subject: Re: [VoIP] ENUM problem on 1-762 > > > > > > > Don, > > > > > > It seems to connect, but never rings. > > > > > > Frank > > > > > > -- > > > Frank Hansche > > > East Hill Radio > > > www.easthillradio.com > > > -----Original Message----- > > > From: voip-bounces at ckts.info > > [mailto:voip-bounces at ckts.info] On Behalf Of > > > Donald Froula > > > Sent: Tuesday, May 27, 2008 7:01 AM > > > To: Voice Over IP Tandem for Analog Switches > > > Subject: [VoIP] ENUM problem on 1-762 > > > > > > I seem to be having ENUM lookup problems when > > dialing > > > back into my own tandem on 1-762-xxxx. > > > > > > 1-762-2600 is a valid test number. > > > > > > It seems to randomly fail the ENUM lookup. It > > works > > > occasionally. > > > > > > Is anyone else having similar issues? > > > > > > Regards, > > > > > > Don > > > _______________________________________________ > > > VoIP mailing list > > > VoIP at ckts.info > > > http://lists.ckts.info/mailman/listinfo/voip > > > Project Web Page: http://www.ckts.info/ > > > > > > No virus found in this incoming message. > > > Checked by AVG. > > > Version: 7.5.524 / Virus Database: 269.24.1/1466 > - > > Release Date: 5/25/2008 > > > 6:49 PM > > > > > > > > > No virus found in this outgoing message. > > > Checked by AVG. > > > Version: 7.5.524 / Virus Database: 269.24.1/1468 > - > > Release Date: 5/26/2008 > > > 3:23 PM > > > > > > _______________________________________________ > > > 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/ > > > > _______________________________________________ > 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/ No virus found in this incoming message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.24.1/1468 - Release Date: 5/26/2008 3:23 PM No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.24.1/1468 - Release Date: 5/26/2008 3:23 PM From dfroula at sbcglobal.net Tue May 27 13:03:42 2008 From: dfroula at sbcglobal.net (Donald Froula) Date: Tue, 27 May 2008 11:03:42 -0700 (PDT) Subject: [VoIP] ENUM problem on 1-762 In-Reply-To: Message-ID: <455627.18509.qm@web83208.mail.mud.yahoo.com> Yes, I saw the call come in (telnetted in from work). I really think there is an ENUM issue somewhere. My DNS address mapping seems OK. Thanks for checking. Don --- Frank Hansche wrote: > I just dialed 762-2600 and the call went through ok. > I had been dialing > other numbers in the 762 office code, and although > Asterisk said they were > connecting, the call never completed. > > Frank > > -- > Frank Hansche > East Hill Radio > www.easthillradio.com > > -----Original Message----- > From: voip-bounces at ckts.info > [mailto:voip-bounces at ckts.info] On Behalf Of > Donald Froula > Sent: Tuesday, May 27, 2008 10:57 AM > To: Voice Over IP Tandem for Analog Switches > Subject: Re: [VoIP] ENUM problem on 1-762 > > Well, I see from the output I sent that: > ARG1=+1622600# > > I think the MF digits may have been distorted, as > ARG1 > from the ENUM script is remarkably similar to > 17622600. The "#" is from the "ST" MF tone, without > a > detected "KP" to bracket the number. > > However, I was still having issues with dialing via > regular DTMF via a local SIP adapter. > > Don > > ============================================== > --- Donald Froula wrote: > > > Weird! I just ran a trace on a call to myself over > > CNET. Here's the verbose output from Asterisk. It > > appears the 1-762-2600 number I am dialing is > > morphing > > to 1-622-2600 in the script and getting redirected > > to > > another machine, Jayson's I believe: > > > > IAX2/guest at bluegrasspals.com/1622600# > > > > I have changed nothing in my dial plan. Stranger > > still, it occasionally works correctly. > > > > Any thoughts? > > > > Don > > > > ============================================== > > > > -- Starting simple switch on 'Zap/25-1' > > May 27 12:40:02 WARNING[3554]: chan_zap.c:5475 > > ss_thread: Got a non-Feature Group B input on > > channel > > 25. Assuming E&M Wink instead > > -- Executing Set("Zap/25-1", > "CALLERID(name)=via > > ProjectMF") in new stack > > -- Executing Set("Zap/25-1", > > "CALLERID(number)=17620000") in new stack > > -- Executing Macro("Zap/25-1", > > "dialcnet2|1622600#") in new stack > > -- Executing Set("Zap/25-1", > > "E164NETWORKS=std.ckts.info") in new stack > > -- Executing GotoIf("Zap/25-1", "0?startloop") > > in > > new stack > > -- Executing Set("Zap/25-1", "ARG1=+1622600#") > > in > > new stack > > -- Executing Set("Zap/25-1", > > "ENUM=iax2:guest at bluegrasspals.com/1622600#") in > new > > stack > > -- Executing GotoIf("Zap/25-1", "0?continue") > in > > new stack > > -- Executing GotoIf("Zap/25-1", "0?sipuri") in > > new > > stack > > -- Executing GotoIf("Zap/25-1", "1?iaxuri") in > > new > > stack > > -- Goto (macro-dialcnet2,s,14) > > -- Executing Set("Zap/25-1", > > "DIALSTR=IAX2/guest at bluegrasspals.com/1622600#") > in > > new stack > > -- Executing Goto("Zap/25-1", "dodial") in new > > stack > > -- Goto (macro-dialcnet2,s,17) > > -- Executing Dial("Zap/25-1", > > "IAX2/guest at bluegrasspals.com/1622600#") in new > > stack > > -- Called guest at bluegrasspals.com/1622600# > > May 27 12:40:03 WARNING[2896]: chan_iax2.c:7095 > > socket_read: Call rejected by 74.128.141.184: No > > such > > context/extension > > -- Hungup 'IAX2/74.128.141.184:4569-1' > > == Everyone is busy/congested at this time > > (1:0/0/1) > > -- Executing Hangup("Zap/25-1", "") in new > stack > > == Spawn extension (macro-dialcnet2, s, 18) > exited > > non-zero on 'Zap/25-1' in macro 'dialcnet2' > > == Spawn extension (macro-dialcnet2, s, 18) > exited > > non-zero on 'Zap/25-1' > > -- Hungup 'Zap/25-1' > > projectmf*CLI> > > > > > > --- Jerry Petrizze wrote: > > > > > Don: > > > I just tryed it and got a recording that said it > > was > > > not in service and the > > > read back # was 21 762 2600 ?? not sure what > the > > > leading two is > > > Jerry Petrizze > > > ----- Original Message ----- > > > From: "Frank Hansche" > > > To: "'Voice Over IP Tandem for Analog Switches'" > > > > > > Sent: Tuesday, May 27, 2008 9:15 AM > > > Subject: Re: [VoIP] ENUM problem on 1-762 > > > > > > > > > > Don, > > > > > > > > It seems to connect, but never rings. > > > > > > > > Frank > > > > > > > > -- > > > > Frank Hansche > > > > East Hill Radio > > > > www.easthillradio.com > > > > -----Original Message----- > > > > From: voip-bounces at ckts.info > > > [mailto:voip-bounces at ckts.info] On Behalf Of > > > > Donald Froula > > > > Sent: Tuesday, May 27, 2008 7:01 AM > > > > To: Voice Over IP Tandem for Analog Switches > > > > Subject: [VoIP] ENUM problem on 1-762 > > > > > > > > I seem to be having ENUM lookup problems when > > > dialing > > > > back into my own tandem on 1-762-xxxx. > > > > > > > > 1-762-2600 is a valid test number. > > > > > > > > It seems to randomly fail the ENUM lookup. It > > > works > > > > occasionally. > > > > > > > > Is anyone else having similar issues? > > > > > > > > Regards, > > > > > > > > Don > > > > > _______________________________________________ > > > > VoIP mailing list > > > > VoIP at ckts.info > > > > http://lists.ckts.info/mailman/listinfo/voip > > > > Project Web Page: http://www.ckts.info/ > > > > > > > > No virus found in this incoming message. > > > > Checked by AVG. > > > > Version: 7.5.524 / Virus Database: > 269.24.1/1466 > > - > > > Release Date: 5/25/2008 > > > > 6:49 PM > > > > > > > > > > > > No virus found in this outgoing message. > > > > Checked by AVG. > > > > Version: 7.5.524 / Virus Database: > 269.24.1/1468 > > - > > > Release Date: 5/26/2008 > > > > 3:23 PM > > > > > > > > > _______________________________________________ > > > > VoIP mailing list > > > > VoIP at ckts.info > === message truncated === From dfroula at sbcglobal.net Tue May 27 13:11:23 2008 From: dfroula at sbcglobal.net (Donald Froula) Date: Tue, 27 May 2008 11:11:23 -0700 (PDT) Subject: [VoIP] ENUM problem on 1-762 In-Reply-To: Message-ID: <45537.84994.qm@web83204.mail.mud.yahoo.com> Frank, did Asterisk show the call being directed to: IAX2/cnetguest at projectmf.homelinux.com/1762XXXX after the ENUM lookup? Don --- Frank Hansche wrote: > I just dialed 762-2600 and the call went through ok. > I had been dialing > other numbers in the 762