Hello, Could somebody tell me if I can connect CISCO 2600 router with support of H.323 to Asterisk ? If it is possible could somebody tell me how to do it. I would like to document it and put on some website so everyone can see it. Regards, -- bart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030924/2ad834b9/attachment.htm
I too would like to see it. I've tried many times with the help of a few and never got it to work. It always results in a fast busy. Joe -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Bartosz Jozwiak Sent: Wednesday, September 24, 2003 9:46 AM To: ASTERISK USERS Subject: [Asterisk-Users] Cisco 2600 and ASTERISK Hello, Could somebody tell me if I can connect CISCO 2600 router with support of H.323 to Asterisk ? If it is possible could somebody tell me how to do it. I would like to document it and put on some website so everyone can see it. Regards, -- bart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030924/46ec2cc2/attachment.htm
The configuration shouldn't be much different. Just replace port 1/0/0 with port 1/0:23, or whatever the voice port your PRI/T1/E1 happens to be. PLAR is Private Line Auto Ringdown. You pick up the port and it automatically dials. Think Batphone. In the configuration provided below it is configured so that anyone picking up the phone on the voice port (like an incoming phone call) will automatically dial 9999, which then would connect to the IP address of Asterisk with H.323. -d> Message: 4 > Date: Wed, 24 Sep 2003 16:31:17 +0000 (GMT) > From: Sean Figgins <sfiggins@mail.celicas.org> > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] Cisco 2600 and ASTERISK > Reply-To: asterisk-users@lists.digium.com > > > That is about what I have been seing for help. Has anyone any clue what > to di with a 2600 that has a T1 adapter on a high-density high-density > voice port adapter? > > BTW... Because I am lazy, what does plar do? > > -Sean > > On Wed, 24 Sep 2003, Brian West wrote: > >> This is simple to do.. >> >> voice-port 1/0/0 >> connection plar 9999 >> ! >> voice-port 1/0/1 >> connection plar 9999 >> ! >> dial-peer voice 1000 voip >> max-conn 4 >> destination-pattern 9999 >> req-qos guaranteed-delay >> codec g711ulaw >> ip precedence 5 >> no vad >> session target ipv4:x.x.x.x >> ! >> >> in h323.conf set the context=blah >> >> [blah] >> >> exten => 9999,1,Goto(s,1) >> >> >> Done... its really that simple. I have this working with a 2600 and a >> 1750. >> >> bkw >> >> On Wed, 24 Sep 2003, Joseph Finley wrote: >> >> > I too would like to see it. I've tried many times with the help of a >> few >> > and never got it to work. It always results in a fast busy. >> > >> > Joe >> > >> > >> > -----Original Message----- >> > From: asterisk-users-admin@lists.digium.com >> > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Bartosz >> Jozwiak >> > Sent: Wednesday, September 24, 2003 9:46 AM >> > To: ASTERISK USERS >> > Subject: [Asterisk-Users] Cisco 2600 and ASTERISK >> > >> > >> > Hello, >> > >> > Could somebody tell me if I can connect CISCO 2600 router with support >> of >> > H.323 to Asterisk ? >> > If it is possible could somebody tell me how to do it. >> > I would like to document it and put on some website so everyone can >> see it. >> > >> > Regards, >> > >> > -- bart >> > >> > >> _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users@lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > > > > --__--__-- > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > > > End of Asterisk-Users Digest >
I have fixed i already. And still it does not want to work :( ----- Original Message ----- From: "Sean Figgins" <sfiggins@mail.celicas.org> To: <asterisk-users@lists.digium.com> Sent: Friday, September 26, 2003 11:58 AM Subject: Re: [Asterisk-Users] Cisco 2600 and ASTERISK> On Fri, 26 Sep 2003, Bartosz Jozwiak wrote: > > > I have pointed it to Asterisk for sure not to local cisco ethernet. > > I think there is something wrong with the router. > > In the exerpt from the config you posted (below), the destination in the > dial-peer is the same as the address on the enternet interface. Perhaps > this is not your actual config? > > In any event, if this is correct, it should work. > > > > > dial-peer voice 1000 voip > > > > max-conn 4 > > > > destination-pattern 9999 > > > > req-qos guaranteed-delay > > > > codec g711ulaw > > > > ip precedence 5 > > > > no vad > > > > session target ipv4:66.178.37.169 > > > > ! > > > > ! > > > > interface Ethernet0/0 > > > > ip address 66.178.37.169 255.255.254.0 > > > > no ip directed-broadcast > > > > half-duplex > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
I just get all time fast bussy signal. ----- Original Message ----- From: "Sean Figgins" <sfiggins@mail.celicas.org> To: <asterisk-users@lists.digium.com> Sent: Friday, September 26, 2003 11:58 AM Subject: Re: [Asterisk-Users] Cisco 2600 and ASTERISK> On Fri, 26 Sep 2003, Bartosz Jozwiak wrote: > > > I have pointed it to Asterisk for sure not to local cisco ethernet. > > I think there is something wrong with the router. > > In the exerpt from the config you posted (below), the destination in the > dial-peer is the same as the address on the enternet interface. Perhaps > this is not your actual config? > > In any event, if this is correct, it should work. > > > > > dial-peer voice 1000 voip > > > > max-conn 4 > > > > destination-pattern 9999 > > > > req-qos guaranteed-delay > > > > codec g711ulaw > > > > ip precedence 5 > > > > no vad > > > > session target ipv4:66.178.37.169 > > > > ! > > > > ! > > > > interface Ethernet0/0 > > > > ip address 66.178.37.169 255.255.254.0 > > > > no ip directed-broadcast > > > > half-duplex > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Some ISO firmwares have bugs.. we ran into this and had to downgrade to get it to work correctly. bkw On Fri, 26 Sep 2003, Bartosz Jozwiak wrote:> I have fixed i already. > And still it does not want to work :( > > > ----- Original Message ----- > From: "Sean Figgins" <sfiggins@mail.celicas.org> > To: <asterisk-users@lists.digium.com> > Sent: Friday, September 26, 2003 11:58 AM > Subject: Re: [Asterisk-Users] Cisco 2600 and ASTERISK > > > > On Fri, 26 Sep 2003, Bartosz Jozwiak wrote: > > > > > I have pointed it to Asterisk for sure not to local cisco ethernet. > > > I think there is something wrong with the router. > > > > In the exerpt from the config you posted (below), the destination in the > > dial-peer is the same as the address on the enternet interface. Perhaps > > this is not your actual config? > > > > In any event, if this is correct, it should work. > > > > > > > dial-peer voice 1000 voip > > > > > max-conn 4 > > > > > destination-pattern 9999 > > > > > req-qos guaranteed-delay > > > > > codec g711ulaw > > > > > ip precedence 5 > > > > > no vad > > > > > session target ipv4:66.178.37.169 > > > > > ! > > > > > ! > > > > > interface Ethernet0/0 > > > > > ip address 66.178.37.169 255.255.254.0 > > > > > no ip directed-broadcast > > > > > half-duplex > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
I made it work! My miste was: session target ipv4:66.178.36.220:1720 when I change it to session target ipv4:66.178.36.220 everything works just fine. Right now I have to make outgoing call. ----- Original Message ----- From: "Brian West" <brian@bkw.org> To: <asterisk-users@lists.digium.com> Sent: Friday, September 26, 2003 12:34 PM Subject: Re: [Asterisk-Users] Cisco 2600 and ASTERISK> Some ISO firmwares have bugs.. we ran into this and had to downgrade to > get it to work correctly. > > bkw > > On Fri, 26 Sep 2003, Bartosz Jozwiak wrote: > > > I have fixed i already. > > And still it does not want to work :( > > > > > > ----- Original Message ----- > > From: "Sean Figgins" <sfiggins@mail.celicas.org> > > To: <asterisk-users@lists.digium.com> > > Sent: Friday, September 26, 2003 11:58 AM > > Subject: Re: [Asterisk-Users] Cisco 2600 and ASTERISK > > > > > > > On Fri, 26 Sep 2003, Bartosz Jozwiak wrote: > > > > > > > I have pointed it to Asterisk for sure not to local cisco ethernet. > > > > I think there is something wrong with the router. > > > > > > In the exerpt from the config you posted (below), the destination inthe> > > dial-peer is the same as the address on the enternet interface.Perhaps> > > this is not your actual config? > > > > > > In any event, if this is correct, it should work. > > > > > > > > > dial-peer voice 1000 voip > > > > > > max-conn 4 > > > > > > destination-pattern 9999 > > > > > > req-qos guaranteed-delay > > > > > > codec g711ulaw > > > > > > ip precedence 5 > > > > > > no vad > > > > > > session target ipv4:66.178.37.169 > > > > > > ! > > > > > > ! > > > > > > interface Ethernet0/0 > > > > > > ip address 66.178.37.169 255.255.254.0 > > > > > > no ip directed-broadcast > > > > > > half-duplex > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >