Re: VOIP with 2600 Router [7:48709]

2002-07-17 Thread Steven A. Ridder

You are correct.  the default behavior is to just send the matched digits to
the pots dial-peer unless you use forward digits all command



""Gaz""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm not sure.
>
> I think I found the answer. I didn't understand the two stage dialling
which
> I think I do now.
> The voip dial peer sends all digits whereas the pots dial peer strips the
> matched digits.
> The destination pattern for an operator (dial 0) on a remote site would be
> something like:
>
> dial-peer voice 1 voip
>   destination-pattern 70
>   session target ipv4:1.1.1.1
>
> Then at the remote site the corresponding pattern would be:
>
> dial-peer voice 1 pots
>  destination-pattern 7.
>  port 2/1
>
>
> Is this correct?  i.e. would this allow users to dial 70 for the remote
> operator as well as dialled numbers such as 7201 as long as there is also
a
> dial-peer like this on the remote site:
>
> dial-peer voice 2 pots
>  destination-pattern 7...
>  port 2/1
>
> I'm just trying to confirm whether the first dial peer would intercept the
> longer string and throw the other two digits away.
>
> Thanks,
>
> Gaz
>
>
>
> ""Steven A. Ridder""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I'm not sure I understand the question.  If the question is, if there's
a
> > number 335, and I tell the router 355 is over on a different router, is
> that
> > a valid dial-peer (355).  If that's the question, yes it is.
> >
> > Did I understand the question correctly?
> >
> >
> > ""Gaz""  wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > On a similar subject - Is it possible to use a destination-pattern of
> for
> > > instance 70 (no wild cards or anything) and still get it to work. The
> > reason
> > > for this is to allow users to phone the operator of another site using
> > just
> > > the trunk code and a "0".
> > > As it is the router comes back with something like 'no number to dial'
> > even
> > > when used with prefix 70, because there is nothing except the
> > > destination-pattern.
> > >
> > > Basically the destination-pattern needs to be the full number.
> > >
> > > Hope I've explained myself well enough.
> > >
> > > Please excuse the VoIP newbie.
> > >
> > >
> > > Gaz
> > >
> > >
> > > ""Steven A. Ridder""  wrote in message
> > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > I'd do some dubugs like "debug voice ccapi inout" to see what
numbers
> > are
> > > > being sent to the PBX and across the IP call leg (on both sides).
> > > >
> > > > I'd also try to validate your dialing plan by doing a "show dialplan
> > > number
> > > > (DN you wish to test)" to see whci dial-peer the router thinks it
> should
> > > be
> > > > using.
> > > >
> > > > Finally check for codec mismatches, missing routes in the routing
> table
> > > > etc..
> > > >
> > > >
> > > >
> > > > ""Firesox""  wrote in message
> > > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > > Site A
> > > > > voice-card 1
> > > > > !
> > > > > ip subnet-zero
> > > > > no ip source-route
> > > > > no ip finger
> > > > > !
> > > > > lane client flush
> > > > > !
> > > > > !
> > > > > controller T1 1/0
> > > > >  framing esf
> > > > >  linecode b8zs
> > > > >  ds0-group 1 timeslots 1-24 type e&m-wink-start
> > > > >  cas-custom 1
> > > > > !
> > > > > !
> > > > > voice-port 1/0:1
> > > > >  operation 4-wire
> > > > > !
> > > > > !
> > > > > dial-peer voice 1 pots
> > > > >  destination-pattern 370..
> > > > >  port 1/0:1
> > > > >  prefix 370
> > > > > !
> > > > > dial-peer voice 10 voip
> > > > >  destination-pattern 79..
> > > > >  session target ipv4:1.1.1.2
> > > > > !
> > > > > dial-peer voice 2 pots
> > > > >  destination-pattern 374..
> > > > >  port 1/0:1
> > > > >  prefix 374
> > > > > !
> > > > > !
> > > > > interface FastEthernet0/0
> > > > >  bandwidth 1
> > > > >  ip address x.x.x.x x.x.x.x
> > > > >  speed 10
> > > > >  full-duplex
> > > > > !
> > > > > interface Serial0/0
> > > > >  bandwidth 1536
> > > > >  ip address 2.2.2.2 255.255.255.252
> > > > >  no fair-queue
> > > > >  down-when-looped
> > > > > !
> > > > > ip classless
> > > > > ip route 0.0.0.0 0.0.0.0 Serial0/0
> > > > > 
> > > > > Site B
> > > > >
> > > > > voice-card 1
> > > > > !
> > > > > ip subnet-zero
> > > > > no ip source-route
> > > > > !
> > > > > lane client flush
> > > > > !
> > > > > !
> > > > > controller T1 1/0
> > > > >  framing esf
> > > > >  linecode b8zs
> > > > >  ds0-group 1 timeslots 1-24 type e&m-wink-start
> > > > >  cas-custom 1
> > > > > !
> > > > > !
> > > > > voice-port 1/0:1
> > > > >  operation 4-wire
> > > > > !
> > > > > !
> > > > > dial-peer voice 1 pots
> > > > >  destination-pattern 79..
> > > > >  port 1/0:1
> > > > >  prefix 79
> > > > > !
> > > > > dial-peer voice 10 voip
> > > > >  destination-pattern 370..
> > > > >  session target ipv4:2.2.2.2
> > > > > !
> > > > > dial-peer voice 11 voip
> > > > >  destination-pattern 374..
>

Re: VOIP with 2600 Router [7:48709]

2002-07-17 Thread Gaz

I'm not sure.

I think I found the answer. I didn't understand the two stage dialling which
I think I do now.
The voip dial peer sends all digits whereas the pots dial peer strips the
matched digits.
The destination pattern for an operator (dial 0) on a remote site would be
something like:

dial-peer voice 1 voip
  destination-pattern 70
  session target ipv4:1.1.1.1

Then at the remote site the corresponding pattern would be:

dial-peer voice 1 pots
 destination-pattern 7.
 port 2/1


Is this correct?  i.e. would this allow users to dial 70 for the remote
operator as well as dialled numbers such as 7201 as long as there is also a
dial-peer like this on the remote site:

dial-peer voice 2 pots
 destination-pattern 7...
 port 2/1

I'm just trying to confirm whether the first dial peer would intercept the
longer string and throw the other two digits away.

Thanks,

Gaz



""Steven A. Ridder""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm not sure I understand the question.  If the question is, if there's a
> number 335, and I tell the router 355 is over on a different router, is
that
> a valid dial-peer (355).  If that's the question, yes it is.
>
> Did I understand the question correctly?
>
>
> ""Gaz""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > On a similar subject - Is it possible to use a destination-pattern of
for
> > instance 70 (no wild cards or anything) and still get it to work. The
> reason
> > for this is to allow users to phone the operator of another site using
> just
> > the trunk code and a "0".
> > As it is the router comes back with something like 'no number to dial'
> even
> > when used with prefix 70, because there is nothing except the
> > destination-pattern.
> >
> > Basically the destination-pattern needs to be the full number.
> >
> > Hope I've explained myself well enough.
> >
> > Please excuse the VoIP newbie.
> >
> >
> > Gaz
> >
> >
> > ""Steven A. Ridder""  wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > I'd do some dubugs like "debug voice ccapi inout" to see what numbers
> are
> > > being sent to the PBX and across the IP call leg (on both sides).
> > >
> > > I'd also try to validate your dialing plan by doing a "show dialplan
> > number
> > > (DN you wish to test)" to see whci dial-peer the router thinks it
should
> > be
> > > using.
> > >
> > > Finally check for codec mismatches, missing routes in the routing
table
> > > etc..
> > >
> > >
> > >
> > > ""Firesox""  wrote in message
> > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > Site A
> > > > voice-card 1
> > > > !
> > > > ip subnet-zero
> > > > no ip source-route
> > > > no ip finger
> > > > !
> > > > lane client flush
> > > > !
> > > > !
> > > > controller T1 1/0
> > > >  framing esf
> > > >  linecode b8zs
> > > >  ds0-group 1 timeslots 1-24 type e&m-wink-start
> > > >  cas-custom 1
> > > > !
> > > > !
> > > > voice-port 1/0:1
> > > >  operation 4-wire
> > > > !
> > > > !
> > > > dial-peer voice 1 pots
> > > >  destination-pattern 370..
> > > >  port 1/0:1
> > > >  prefix 370
> > > > !
> > > > dial-peer voice 10 voip
> > > >  destination-pattern 79..
> > > >  session target ipv4:1.1.1.2
> > > > !
> > > > dial-peer voice 2 pots
> > > >  destination-pattern 374..
> > > >  port 1/0:1
> > > >  prefix 374
> > > > !
> > > > !
> > > > interface FastEthernet0/0
> > > >  bandwidth 1
> > > >  ip address x.x.x.x x.x.x.x
> > > >  speed 10
> > > >  full-duplex
> > > > !
> > > > interface Serial0/0
> > > >  bandwidth 1536
> > > >  ip address 2.2.2.2 255.255.255.252
> > > >  no fair-queue
> > > >  down-when-looped
> > > > !
> > > > ip classless
> > > > ip route 0.0.0.0 0.0.0.0 Serial0/0
> > > > 
> > > > Site B
> > > >
> > > > voice-card 1
> > > > !
> > > > ip subnet-zero
> > > > no ip source-route
> > > > !
> > > > lane client flush
> > > > !
> > > > !
> > > > controller T1 1/0
> > > >  framing esf
> > > >  linecode b8zs
> > > >  ds0-group 1 timeslots 1-24 type e&m-wink-start
> > > >  cas-custom 1
> > > > !
> > > > !
> > > > voice-port 1/0:1
> > > >  operation 4-wire
> > > > !
> > > > !
> > > > dial-peer voice 1 pots
> > > >  destination-pattern 79..
> > > >  port 1/0:1
> > > >  prefix 79
> > > > !
> > > > dial-peer voice 10 voip
> > > >  destination-pattern 370..
> > > >  session target ipv4:2.2.2.2
> > > > !
> > > > dial-peer voice 11 voip
> > > >  destination-pattern 374..
> > > >  session target ipv4:2.2.2.2
> > > > !
> > > > !
> > > > interface FastEthernet0/0
> > > >  ip address x.x.x.x x.x.x.x
> > > >  duplex auto
> > > >  speed auto
> > > > !
> > > > interface Serial0/0
> > > >  bandwidth 1544
> > > >  ip address 1.1.1.2 255.255.255.252
> > > >  no ip mroute-cache
> > > >  no fair-queue
> > > > !
> > > > ip classless
> > > > ip route 0.0.0.0 0.0.0.0 1.1.1.1
> > > > no ip http server




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=49041&t=48709

Re: VOIP with 2600 Router [7:48709]

2002-07-16 Thread Steven A. Ridder

I'm not sure I understand the question.  If the question is, if there's a
number 335, and I tell the router 355 is over on a different router, is that
a valid dial-peer (355).  If that's the question, yes it is.

Did I understand the question correctly?


""Gaz""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On a similar subject - Is it possible to use a destination-pattern of for
> instance 70 (no wild cards or anything) and still get it to work. The
reason
> for this is to allow users to phone the operator of another site using
just
> the trunk code and a "0".
> As it is the router comes back with something like 'no number to dial'
even
> when used with prefix 70, because there is nothing except the
> destination-pattern.
>
> Basically the destination-pattern needs to be the full number.
>
> Hope I've explained myself well enough.
>
> Please excuse the VoIP newbie.
>
>
> Gaz
>
>
> ""Steven A. Ridder""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I'd do some dubugs like "debug voice ccapi inout" to see what numbers
are
> > being sent to the PBX and across the IP call leg (on both sides).
> >
> > I'd also try to validate your dialing plan by doing a "show dialplan
> number
> > (DN you wish to test)" to see whci dial-peer the router thinks it should
> be
> > using.
> >
> > Finally check for codec mismatches, missing routes in the routing table
> > etc..
> >
> >
> >
> > ""Firesox""  wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > Site A
> > > voice-card 1
> > > !
> > > ip subnet-zero
> > > no ip source-route
> > > no ip finger
> > > !
> > > lane client flush
> > > !
> > > !
> > > controller T1 1/0
> > >  framing esf
> > >  linecode b8zs
> > >  ds0-group 1 timeslots 1-24 type e&m-wink-start
> > >  cas-custom 1
> > > !
> > > !
> > > voice-port 1/0:1
> > >  operation 4-wire
> > > !
> > > !
> > > dial-peer voice 1 pots
> > >  destination-pattern 370..
> > >  port 1/0:1
> > >  prefix 370
> > > !
> > > dial-peer voice 10 voip
> > >  destination-pattern 79..
> > >  session target ipv4:1.1.1.2
> > > !
> > > dial-peer voice 2 pots
> > >  destination-pattern 374..
> > >  port 1/0:1
> > >  prefix 374
> > > !
> > > !
> > > interface FastEthernet0/0
> > >  bandwidth 1
> > >  ip address x.x.x.x x.x.x.x
> > >  speed 10
> > >  full-duplex
> > > !
> > > interface Serial0/0
> > >  bandwidth 1536
> > >  ip address 2.2.2.2 255.255.255.252
> > >  no fair-queue
> > >  down-when-looped
> > > !
> > > ip classless
> > > ip route 0.0.0.0 0.0.0.0 Serial0/0
> > > 
> > > Site B
> > >
> > > voice-card 1
> > > !
> > > ip subnet-zero
> > > no ip source-route
> > > !
> > > lane client flush
> > > !
> > > !
> > > controller T1 1/0
> > >  framing esf
> > >  linecode b8zs
> > >  ds0-group 1 timeslots 1-24 type e&m-wink-start
> > >  cas-custom 1
> > > !
> > > !
> > > voice-port 1/0:1
> > >  operation 4-wire
> > > !
> > > !
> > > dial-peer voice 1 pots
> > >  destination-pattern 79..
> > >  port 1/0:1
> > >  prefix 79
> > > !
> > > dial-peer voice 10 voip
> > >  destination-pattern 370..
> > >  session target ipv4:2.2.2.2
> > > !
> > > dial-peer voice 11 voip
> > >  destination-pattern 374..
> > >  session target ipv4:2.2.2.2
> > > !
> > > !
> > > interface FastEthernet0/0
> > >  ip address x.x.x.x x.x.x.x
> > >  duplex auto
> > >  speed auto
> > > !
> > > interface Serial0/0
> > >  bandwidth 1544
> > >  ip address 1.1.1.2 255.255.255.252
> > >  no ip mroute-cache
> > >  no fair-queue
> > > !
> > > ip classless
> > > ip route 0.0.0.0 0.0.0.0 1.1.1.1
> > > no ip http server




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=48984&t=48709
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: VOIP with 2600 Router [7:48709]

2002-07-16 Thread Gaz

On a similar subject - Is it possible to use a destination-pattern of for
instance 70 (no wild cards or anything) and still get it to work. The reason
for this is to allow users to phone the operator of another site using just
the trunk code and a "0".
As it is the router comes back with something like 'no number to dial' even
when used with prefix 70, because there is nothing except the
destination-pattern.

Basically the destination-pattern needs to be the full number.

Hope I've explained myself well enough.

Please excuse the VoIP newbie.


Gaz


""Steven A. Ridder""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'd do some dubugs like "debug voice ccapi inout" to see what numbers are
> being sent to the PBX and across the IP call leg (on both sides).
>
> I'd also try to validate your dialing plan by doing a "show dialplan
number
> (DN you wish to test)" to see whci dial-peer the router thinks it should
be
> using.
>
> Finally check for codec mismatches, missing routes in the routing table
> etc..
>
>
>
> ""Firesox""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Site A
> > voice-card 1
> > !
> > ip subnet-zero
> > no ip source-route
> > no ip finger
> > !
> > lane client flush
> > !
> > !
> > controller T1 1/0
> >  framing esf
> >  linecode b8zs
> >  ds0-group 1 timeslots 1-24 type e&m-wink-start
> >  cas-custom 1
> > !
> > !
> > voice-port 1/0:1
> >  operation 4-wire
> > !
> > !
> > dial-peer voice 1 pots
> >  destination-pattern 370..
> >  port 1/0:1
> >  prefix 370
> > !
> > dial-peer voice 10 voip
> >  destination-pattern 79..
> >  session target ipv4:1.1.1.2
> > !
> > dial-peer voice 2 pots
> >  destination-pattern 374..
> >  port 1/0:1
> >  prefix 374
> > !
> > !
> > interface FastEthernet0/0
> >  bandwidth 1
> >  ip address x.x.x.x x.x.x.x
> >  speed 10
> >  full-duplex
> > !
> > interface Serial0/0
> >  bandwidth 1536
> >  ip address 2.2.2.2 255.255.255.252
> >  no fair-queue
> >  down-when-looped
> > !
> > ip classless
> > ip route 0.0.0.0 0.0.0.0 Serial0/0
> > 
> > Site B
> >
> > voice-card 1
> > !
> > ip subnet-zero
> > no ip source-route
> > !
> > lane client flush
> > !
> > !
> > controller T1 1/0
> >  framing esf
> >  linecode b8zs
> >  ds0-group 1 timeslots 1-24 type e&m-wink-start
> >  cas-custom 1
> > !
> > !
> > voice-port 1/0:1
> >  operation 4-wire
> > !
> > !
> > dial-peer voice 1 pots
> >  destination-pattern 79..
> >  port 1/0:1
> >  prefix 79
> > !
> > dial-peer voice 10 voip
> >  destination-pattern 370..
> >  session target ipv4:2.2.2.2
> > !
> > dial-peer voice 11 voip
> >  destination-pattern 374..
> >  session target ipv4:2.2.2.2
> > !
> > !
> > interface FastEthernet0/0
> >  ip address x.x.x.x x.x.x.x
> >  duplex auto
> >  speed auto
> > !
> > interface Serial0/0
> >  bandwidth 1544
> >  ip address 1.1.1.2 255.255.255.252
> >  no ip mroute-cache
> >  no fair-queue
> > !
> > ip classless
> > ip route 0.0.0.0 0.0.0.0 1.1.1.1
> > no ip http server




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=48951&t=48709
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: VOIP with 2600 Router [7:48709]

2002-07-14 Thread Steven A. Ridder

I'd do some dubugs like "debug voice ccapi inout" to see what numbers are
being sent to the PBX and across the IP call leg (on both sides).

I'd also try to validate your dialing plan by doing a "show dialplan number
(DN you wish to test)" to see whci dial-peer the router thinks it should be
using.

Finally check for codec mismatches, missing routes in the routing table
etc..



""Firesox""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Site A
> voice-card 1
> !
> ip subnet-zero
> no ip source-route
> no ip finger
> !
> lane client flush
> !
> !
> controller T1 1/0
>  framing esf
>  linecode b8zs
>  ds0-group 1 timeslots 1-24 type e&m-wink-start
>  cas-custom 1
> !
> !
> voice-port 1/0:1
>  operation 4-wire
> !
> !
> dial-peer voice 1 pots
>  destination-pattern 370..
>  port 1/0:1
>  prefix 370
> !
> dial-peer voice 10 voip
>  destination-pattern 79..
>  session target ipv4:1.1.1.2
> !
> dial-peer voice 2 pots
>  destination-pattern 374..
>  port 1/0:1
>  prefix 374
> !
> !
> interface FastEthernet0/0
>  bandwidth 1
>  ip address x.x.x.x x.x.x.x
>  speed 10
>  full-duplex
> !
> interface Serial0/0
>  bandwidth 1536
>  ip address 2.2.2.2 255.255.255.252
>  no fair-queue
>  down-when-looped
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0 Serial0/0
> 
> Site B
>
> voice-card 1
> !
> ip subnet-zero
> no ip source-route
> !
> lane client flush
> !
> !
> controller T1 1/0
>  framing esf
>  linecode b8zs
>  ds0-group 1 timeslots 1-24 type e&m-wink-start
>  cas-custom 1
> !
> !
> voice-port 1/0:1
>  operation 4-wire
> !
> !
> dial-peer voice 1 pots
>  destination-pattern 79..
>  port 1/0:1
>  prefix 79
> !
> dial-peer voice 10 voip
>  destination-pattern 370..
>  session target ipv4:2.2.2.2
> !
> dial-peer voice 11 voip
>  destination-pattern 374..
>  session target ipv4:2.2.2.2
> !
> !
> interface FastEthernet0/0
>  ip address x.x.x.x x.x.x.x
>  duplex auto
>  speed auto
> !
> interface Serial0/0
>  bandwidth 1544
>  ip address 1.1.1.2 255.255.255.252
>  no ip mroute-cache
>  no fair-queue
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0 1.1.1.1
> no ip http server




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=48770&t=48709
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: VOIP with 2600 Router [7:48709]

2002-07-14 Thread Firesox

Site A
voice-card 1
!
ip subnet-zero
no ip source-route
no ip finger
!
lane client flush
!
!
controller T1 1/0
 framing esf
 linecode b8zs
 ds0-group 1 timeslots 1-24 type e&m-wink-start
 cas-custom 1
!
!
voice-port 1/0:1
 operation 4-wire
!
!
dial-peer voice 1 pots
 destination-pattern 370..
 port 1/0:1
 prefix 370
!
dial-peer voice 10 voip
 destination-pattern 79..
 session target ipv4:1.1.1.2
!
dial-peer voice 2 pots
 destination-pattern 374..
 port 1/0:1
 prefix 374
!
!
interface FastEthernet0/0
 bandwidth 1
 ip address x.x.x.x x.x.x.x
 speed 10
 full-duplex
!
interface Serial0/0
 bandwidth 1536
 ip address 2.2.2.2 255.255.255.252
 no fair-queue
 down-when-looped
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0

Site B

voice-card 1
!
ip subnet-zero
no ip source-route
!
lane client flush
!
!
controller T1 1/0
 framing esf
 linecode b8zs
 ds0-group 1 timeslots 1-24 type e&m-wink-start
 cas-custom 1
!
!
voice-port 1/0:1
 operation 4-wire
!
!
dial-peer voice 1 pots
 destination-pattern 79..
 port 1/0:1
 prefix 79
!
dial-peer voice 10 voip
 destination-pattern 370..
 session target ipv4:2.2.2.2
!
dial-peer voice 11 voip
 destination-pattern 374..
 session target ipv4:2.2.2.2
!
!
interface FastEthernet0/0
 ip address x.x.x.x x.x.x.x
 duplex auto
 speed auto
!
interface Serial0/0
 bandwidth 1544
 ip address 1.1.1.2 255.255.255.252
 no ip mroute-cache
 no fair-queue
!
ip classless
ip route 0.0.0.0 0.0.0.0 1.1.1.1
no ip http server




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=48753&t=48709
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: VOIP with 2600 Router [7:48709]

2002-07-14 Thread Firesox

Here are the configs from two sites.

Basically I have 370xx and 379xx extensions assigned to Site A and 79xx
assigned to Site B. All calls from Site A are going thru without any
problem. Site B, however cannot make a call out to Site A. I thought maybe
the 5-digit extensions at Site A and 4-digit extensions at Site B may be
causing the problem, but it's unlikely since Site A is working fine.

Any idea? I am in the jam to get this up and running so any help is
appreciated.

""Steven A. Ridder""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> show me the configs
>
>
>
> ""Firesox""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I have configured 2600 routers at two different sites connected to PBX.
> > Both have internet connection.
> > At site A, I can make calls to site B without any problems with almost
> toll
> > quality.  My problem is that I cannot make call from site B to site A.
> > Both routers are configured identical(except for the dial pattern of
> > course).  PBXs are configured with correct dial plan and udp.
> > I have no idea why I cannot make a call from site B to site A.
> > I would appreciate if someone can give me tips on this.
[demime removed a uuencoded section named config.txt which was 37 lines]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=48751&t=48709
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: VOIP with 2600 Router [7:48709]

2002-07-13 Thread Steven A. Ridder

show me the configs



""Firesox""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have configured 2600 routers at two different sites connected to PBX.
> Both have internet connection.
> At site A, I can make calls to site B without any problems with almost
toll
> quality.  My problem is that I cannot make call from site B to site A.
> Both routers are configured identical(except for the dial pattern of
> course).  PBXs are configured with correct dial plan and udp.
> I have no idea why I cannot make a call from site B to site A.
> I would appreciate if someone can give me tips on this.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=48722&t=48709
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]