Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Voip

Status
Not open for further replies.

prabath

Technical User
Apr 29, 2002
34
LK

TP---1750----------------3660-------PBX-----TP (Head ofice)

1750 configuration

dial-peer voice 1 pots
destination-pattern 380
port 2/0

dial-peer voice 2 voip
destination-pattern 1... (TPs beyond PBX use ext like
1115,1575, etc)
session target ipv4:192.168.10.210



3660 configuration

dial-peer voice 1 pots
destination-pattern 1...
direct-inward-dial
port 4/0:1
forward-digits all
prefix 1

dial-peer voice 1 voip
destination-pattern 380
sesion target ipv4:192.168.127.2

*Users directly conected to the PBX dial 6 plus 3 digits to call outside extentions.

Direct PBX users can dial outside but remote branch(attached to 1750)can't dial head office.
Please help me to solve this problem.
 
Has this been resolved if not I have some configs Jeter@LasVegas.com
J.Fisher CCNA
 
Let me know if this helps!!!!


interface Serial0
description Frame Relay VOFR DLCI 70 128K DLCI 71 256K
no ip address
encapsulation frame-relay
service-module t1 timeslots 1-6
frame-relay traffic-shaping
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
bandwidth 128
ip address 192.168.1.1 255.255.255.252
frame-relay interface-dlci 70 IETF
!
interface Serial0.2 point-to-point
bandwidth 256
ip address 192.168.1.5 255.255.255.252
frame-relay interface-dlci 71 IETF
class voice
vofr cisco
!
interface FastEthernet0
ip address 10.1.1.1 255.255.255.0
speed 100
!
router eigrp 100
network 10.0.0.0
network 192.168.1.0
no auto-summary
no eigrp log-neighbor-changes
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.2
no ip http server
!
!
map-class frame-relay voice
frame-relay cir 256000
frame-relay bc 2560
frame-relay mincir 64000
no frame-relay adaptive-shaping
frame-relay fair-queue
frame-relay voice bandwidth 48000
frame-relay fragment 360
!
voice-port 1/0
operation 4-wire
type 2
!
voice-port 1/1
operation 4-wire
type 2
!
voice-port 2/0
operation 4-wire
type 2
!
voice-port 2/1
operation 4-wire
type 2
!
dial-peer voice 1 pots
destination-pattern ..........
port 1/0
!
dial-peer voice 2 pots
destination-pattern ..........
port 1/1
!
dial-peer voice 3 pots
destination-pattern ..........
port 2/0
!
dial-peer voice 4 pots
destination-pattern ..........
port 2/1
!
dial-peer voice 5 vofr
destination-pattern .
session target Serial0 71
dtmf-relay
no vad Jeter@LasVegas.com
J.Fisher CCNA
 
After long time only I could check this.
Thanks a lot !
Problem solved by configuring B2 signalling in the PBX
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top