[Asterisk-Users] Re: Asterisk-Users digest, Vol 1 #1380 - 15 msgs

Doug Dimick doug at dimick.net
Wed Sep 24 13:36:44 MST 2003


You have the session target as the IP address of the router's own ethernet
interface. You probably want that to be the address of the Asterisk server
instead. I also highly recommend you use full duplex ethernet, as voice
packets don't really like to be restransmitted when a collision happens.

     -d


> Message: 10
> From: "Bartosz Jozwiak" <bartek at cq-link.sr>
> To: <asterisk-users at lists.digium.com>
> Subject: Re: [Asterisk-Users] Cisco 2600 and ASTERISK
> Date: Wed, 24 Sep 2003 15:29:22 -0300
> Organization: Cq-Link, Parbo Net
> Reply-To: asterisk-users at lists.digium.com
>
> This is my configuration of my cisco router and still it does not want to
> work :(
>
>
> Current configuration:
> !
> version 12.0
> service timestamps debug uptime
> service timestamps log uptime
> service password-encryption
> !
> hostname asterisk
> !
> aaa new-model
> aaa authentication login default local
> enable secret 5 $1$bJzJ$bjJ.hc0TbiopbjjMUnyhg/
> !
> username admin password 7 07002C494908
> !
> !
> !
> !
> ip subnet-zero
> ip name-server 66.178.37.211
> !
> !
> !
> !
> voice-port 1/0/0
> !
> voice-port 1/0/1
> !
> voice-port 1/1/0
> !
> voice-port 1/1/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:66.178.37.169
> !
> !
> interface Ethernet0/0
>  ip address 66.178.37.169 255.255.254.0
>  no ip directed-broadcast
>  half-duplex
> !
> interface Serial0/0
>  no ip address
>  no ip directed-broadcast
>  shutdown
> !
> interface Ethernet0/1
>  no ip address
>  no ip directed-broadcast
>  shutdown
>  half-duplex
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0 66.178.36.4
> no ip http server
> !
> !
> line con 0
>  transport input none
> line aux 0
> line vty 0 4
> !
> no scheduler allocate
> end
>
>
> ----- Original Message -----
> From: "Brian West" <brian at bkw.org>
> To: <asterisk-users at lists.digium.com>
> Sent: Wednesday, September 24, 2003 2:25 PM
> Subject: RE: [Asterisk-Users] Cisco 2600 and ASTERISK
>
>
>>
> http://www.cisco.com/en/US/tech/tk652/tk701/technologies_tech_note09186a0080093f62.shtml
>>
>> That covers the thridparty h323 stuff with *
>>
>> bkw
>>
>> On Wed, 24 Sep 2003, Sean Figgins wrote:
>>
>> >
>> > 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 at lists.digium.com
>> > > > [mailto:asterisk-users-admin at 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 at lists.digium.com
>> > > http://lists.digium.com/mailman/listinfo/asterisk-users
>> > >
>> >
>> > _______________________________________________
>> > Asterisk-Users mailing list
>> > Asterisk-Users at lists.digium.com
>> > http://lists.digium.com/mailman/listinfo/asterisk-users
>> >
>> _______________________________________________
>> Asterisk-Users mailing list
>> Asterisk-Users at lists.digium.com
>> http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list