cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3570
Views
0
Helpful
3
Replies

FXO/T-1 Dial-Peer Configuration

jameskuder
Level 1
Level 1

I currently have a few systems with PRI for primary dialtone and a single FXO card for some POTS lines. I will be seting up a new location which will have no PRI and (2) FXO Cards for dialtone. How does the configuration of dial-peers differ to make sure the ports are all setup to be used?

Also, there are other sites that have voice T-1's and not PRI's. What do I change for the T1 config vs. when it is a PRI? Here is what I have for my current (1) PRI and (1) FXO config.

card type t1 0 0

!

network-clock-participate wic 0
network-clock-select 1 T1 0/0/0
!

isdn switch-type primary-ni

!

controller T1 0/0/0
cablelength long 0db
pri-group timeslots 1-24

!

voice-card 0

!

interface Serial0/0/0:23
no ip address
encapsulation hdlc
isdn switch-type primary-ni
isdn incoming-voice voice
no cdp enable

!

voice-port 0/0/0:23
translation-profile outgoing OUT
translate called 1
!
voice-port 0/1/0
description Failover Outbound
!
voice-port 0/1/1
!
voice-port 0/1/2
!
voice-port 0/1/3
!
!
dial-peer voice 9 pots
description PRI-DID return
incoming called-number .
direct-inward-dial
port 0/0/0:23
!
dial-peer voice 10 pots
destination-pattern 9911
port 0/0/0:23
forward-digits 3
!
dial-peer voice 15 pots
destination-pattern 911
port 0/0/0:23
forward-digits 3
!
dial-peer voice 20 pots
description Local Dialing
destination-pattern 9[2-9][0-9][0-9].......
direct-inward-dial
port 0/0/0:23
forward-digits 10
!
dial-peer voice 25 pots
description Long Distance Dialing
destination-pattern 91[2-9][0-9][0-9].......
direct-inward-dial
port 0/0/0:23
forward-digits 11
!
dial-peer voice 30 pots
description International Dialing
destination-pattern 9011T
direct-inward-dial
port 0/0/0:23
!
dial-peer voice 10000 voip
description CUE VOICE MAIL
destination-pattern 10000
session protocol sipv2
session target ipv4:10.5.11.3
dtmf-relay sip-notify
codec g711ulaw
no vad
!
dial-peer voice 35 pots
preference 1
destination-pattern 9911
port 0/1/0
forward-digits 3
!
dial-peer voice 40 pots
preference 1
destination-pattern 911
port 0/1/0
forward-digits 3
!
dial-peer voice 45 pots
description Long Distance Dialing
preference 1
destination-pattern 91[2-9][0-9][0-9].......
port 0/1/0
forward-digits 11
!
dial-peer voice 50 pots
description International Dialing
preference 1
destination-pattern 9011T
port 0/1/0
!
dial-peer voice 55 pots
description Local Dialing
preference 1
destination-pattern 9[2-9][0-9][0-9].......
port 0/1/0
forward-digits 10
!
dial-peer voice 60 pots
preference 2
destination-pattern 9911
port 0/1/1
forward-digits 3
!
dial-peer voice 65 pots
preference 2
destination-pattern 911
port 0/1/1
forward-digits 3
!
dial-peer voice 70 pots
preference 2
destination-pattern 9[2-9][0-9][0-9].......
port 0/1/1
forward-digits 10
!
dial-peer voice 75 pots
description Long Distance Dialing
preference 2
destination-pattern 91[2-9][0-9][0-9].......
port 0/1/1
forward-digits 11
!
dial-peer voice 80 pots
preference 3
destination-pattern 9911
port 0/1/2
forward-digits 3
!
dial-peer voice 85 pots
preference 3
destination-pattern 911
port 0/1/2
forward-digits 3
!
dial-peer voice 90 pots
preference 3
destination-pattern 9[2-9][0-9][0-9].......
port 0/1/2
forward-digits 10
!
dial-peer voice 95 pots
description Long Distance Dialing
preference 3
destination-pattern 91[2-9][0-9][0-9].......
port 0/1/2
forward-digits 11
!
dial-peer voice 100 pots
preference 4
destination-pattern 9911
port 0/1/3
forward-digits 3
!
dial-peer voice 105 pots
preference 4
destination-pattern 911
port 0/1/3
forward-digits 3
!
dial-peer voice 110 pots
preference 4
destination-pattern 9[2-9][0-9][0-9].......
port 0/1/3
forward-digits 10
!
dial-peer voice 8020 voip
destination-pattern 8020
session protocol sipv2
session target ipv4:10.5.11.3
dtmf-relay sip-notify
codec g711ulaw
no vad
!
dial-peer voice 115 pots
description Long Distance Dialing
preference 4
destination-pattern 91[2-9][0-9][0-9].......
port 0/1/3
forward-digits 11
!
dial-peer voice 5555 voip
description Prompt Maintenance
destination-pattern 5555
session protocol sipv2
session target ipv4:10.5.11.3
dtmf-relay sip-notify
codec g711ulaw
no vad
!
dial-peer voice 8010 voip
description CUE Auto Attendant
destination-pattern 8010
session protocol sipv2
session target ipv4:10.5.11.3
dtmf-relay sip-notify
codec g711ulaw
no vad
!
!
!

Any guidance is appreciated!

1 Accepted Solution

Accepted Solutions

Please check the following link, I am sure that it will help you a lot

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a008010fed1.shtml

HTH

Please rate this post if was helpful

Walter Solano

View solution in original post

3 Replies 3

Walter Solano
Level 7
Level 7

Hello,

basically with FXO cards you will not need to use the "direct-inward-dial" comand under the incomming dial-peer, also you will need to change the port of your outgoing dial-peers and use the port of one FXO card or create a trunk group.

HTH

Please rate this post if was helpful

Walter Solano

Do I need to create an outgoing dial-peer for each port on the multiple FXO cards? Would the incoming dial-peers be the one that currenlt is setup with the PRI port? Sorry, I still have not been able to attend training so I am trying to use the forums and also use trial an error myself to learn things in my lab.

Also, what is different on a config if you are using a basic voice T1 and not an ISDN PRI?

Please check the following link, I am sure that it will help you a lot

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a008010fed1.shtml

HTH

Please rate this post if was helpful

Walter Solano