[cisco-voip] Cisco 5400 Outdialing problem.
Joseph Mays
mays at win.net
Wed Aug 12 15:14:41 EDT 2009
> Have you ever routed an incoming call to go back outbound? We're trying to
> set up a cisco 5400 with voice capability to take a call coming in, return a
> dial tone, and allow you to dial out on another line. We're doing it with
> both a 24 IMT telco circuit and with a PRI plugged into the box. In both
> cases, you can dial in, either from a land line or from voip phones we have
> set up through the 5400, you get a dial tone, you see the box accept the
> outdial number as it's punched in, but it never places an outgoing call. If
> you have q921 and q931 debugging turned on when you try it with the PRI you
> can see that no ISDN communication ever occurs, so apparently the box never
> tries to place the call at all. It accepts the number, it just doesn't then
> actually dial it on the outgoing line.
>
> Just working with the PRI at first, I guess I'd like to see an example of
> what the most basic configuration for such a setup would be.
Okay, more on this. Cisco 5400 running 12.2. The telco IMT circuit is in controller 1/0. The PRI is in controller 1/1. For the moment I am just worried about getting calls to 502-387-6800 to go out the PRI. Note that it's set up to strip the 9 off of 9-387-6800 when dialed and replace it with 502. This part works fine. And changing it to just match to 502-387-6800 without doing the strip and translate has the exact same problem.
At first blush I don't see anything wrong with the config, which isn't complicated. I'll include it here. I'm going to highlight the relevant points in red.
voiptrunks#show run
Building configuration...
Current configuration : 16313 bytes
!
! Last configuration change at 11:55:19 EDT Wed Aug 12 2009 by admin
! NVRAM config last updated at 14:39:56 EDT Tue Aug 11 2009 by admin
!
version 12.2
no service pad
service telnet-zeroidle
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
service password-encryption
service linenumber
service sequence-numbers
no service dhcp
!
hostname voiptrunks
!
boot system flash:c5400-js-mz.122-16.T17.bin
no boot startup-test
logging queue-limit 100
logging buffered 262144 debugging
logging rate-limit 10000 except debugging
no logging console
enable secret 5 xxxxxxxxxxxxxxxxxxx
!
username admin password 7 xxxxxxxxx
!
!
resource-pool enable
!
resource-pool group resource data
range port 2/0 2/47
!
resource-pool group resource office
range port 2/48 2/107
!
resource-pool group resource fax
range port 3/0 3/5
!
resource-pool group resource nulldnis
range port 3/6 3/107
!
resource-pool profile customer data
limit base-size all
limit overflow-size 0
resource data speech
dnis group data
!
resource-pool profile customer office
limit base-size all
limit overflow-size 0
resource office speech
dnis group office
!
resource-pool profile customer fax
limit base-size all
limit overflow-size 0
resource fax speech service fax
dnis group fax
!
resource-pool profile customer nulldnis
limit base-size all
limit overflow-size 0
resource nulldnis speech service nulldnis
dnis group default
!
resource-pool profile service fax
!
resource-pool profile service nulldnis
!
resource-pool profile service office
clock timezone EST -5
clock summer-time EDT recurring
clock calendar-valid
tdm clock priority 1 1/0
tdm clock priority 2 1/1
calltracker enable
calltracker history max-size 200
calltracker history retain-mins 60
calltracker call-record verbose quiet
spe country usa
!
spe call-record modem
!
spe default-firmware spe-firmware-1
spe 2/00 3/17
firmware location flash:np.8.8.1.spe
!
aaa new-model
!
!
aaa group server radius WinAuthAcct
server 216.24.27.48 auth-port 1812 acct-port 1813
server 216.24.27.49 auth-port 1812 acct-port 1813
server 216.24.27.201 auth-port 1645 acct-port 1646
!
aaa authentication banner ^CRASVOIP
^C
aaa authentication login default local
aaa authentication ppp default local group WinAuthAcct
aaa authorization exec default local none
aaa authorization network default local group WinAuthAcct if-authenticated
aaa accounting delay-start
aaa accounting update newinfo
aaa accounting exec default none
aaa accounting network default start-stop broadcast group WinAuthAcct
aaa session-id common
ip subnet-zero
no ip source-route
ip telnet hidden addresses
ip domain list win.net
ip domain name win.net
ip name-server 216.24.27.3
ip name-server 24.235.0.25
ip name-server 216.24.27.4
!
no ip bootp server
ip cef
ip cef accounting per-prefix non-recursive prefix-length
ip cef traffic-statistics update-rate 30
virtual-profile if-needed
virtual-profile virtual-template 1
multilink virtual-template 1
multilink bundle-name both
async-bootp dns-server 216.24.27.3 24.235.0.25 216.24.27.4
no mpls ldp logging neighbor-changes
isdn switch-type primary-ni
modemcap entry v92:MSC=&FS0=0S29=6S62=0S63=0S21=3
modemcap entry nexport1:MSC=s62=8s63=0s21=15s29=36
modemcap entry winNet:MSC=&FS0=0S10=50S16=100S21=15S23=1S29=12S31=9600S32=2S34=18000S40=10S53=1S54=128S62=10S63=1S64=0S78=1
modemcap entry test4:MSC=&F&D2s16=200s32=0
modemcap entry 7xx:MSC=&FS0=0S10=5S19=6S21=15S29=12S31=9600S38=5S39=6S40=6S50=56000S59=6S62=10S63=3S64=0
modemcap entry 8xx:MSC=&FS0=0S62=8S63=0S21=15S29=12S34=18000S10=50S40=10
modemcap entry valuelinx:MSC=&FS0=0S10=50S16=100S21=15S23=1S29=12S31=9600S32=2S34=18000S40=10S53=1S54=128S62=10S63=1S64=0S78=1
modemcap entry new:MSC=&FS0=0S29=6S21=3Q2
!
voice rtp send-recv
!
voice service voip
fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback none
h323
!
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g711alaw
codec preference 3 g723r63
codec preference 4 g723r53
!
!
!
voice class h323 1
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
voice translation-rule 9502
rule 1 /^9/ /502/
!
!
voice translation-profile ninestrip
translate called 9502
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
trunk group 10
!
!
trunk group OutTrunkGroup
hunt-scheme sequential both down
!
iua
AS voipAS 216.24.23.80 5000
ASP voipPstn_X AS voipAS 24.235.0.25 7125
ASP voipPstn_Y AS voipAS 216.24.27.244 7100
!
!
controller T1 1/0
framing esf
linecode b8zs
pri-group timeslots 1-23 nfas_d primary nfas_int 0 nfas_group 1 iua voipAS
description nfas circuit with virtual DChannel, controlled by external MGC (AMSS softswitch). Networking over iua/SCTP port 5000.
!
controller T1 1/1
framing esf
linecode b8zs
pri-group timeslots 1-24
description Global Crossing 800 PRI (Bellsouth copper shelf slot 1)
!
controller T1 1/2
shutdown
framing sf
linecode ami
!
controller T1 1/3
shutdown
framing sf
linecode ami
!
controller T1 1/4
shutdown
framing sf
linecode ami
!
controller T1 1/5
shutdown
framing esf
linecode b8zs
pri-group timeslots 1-23 nfas_d primary nfas_int 1 nfas_group 2 iua voipAS
!
controller T1 1/6
shutdown
framing sf
linecode ami
!
controller T1 1/7
shutdown
framing esf
linecode b8zs
!
!
interface Loopback100
no ip address
!
interface FastEthernet0/0
ip address 216.24.23.80 255.255.255.192
ip verify unicast reverse-path
no ip route-cache
no ip mroute-cache
duplex full
speed 100
no cdp enable
!
interface FastEthernet0/1
no ip address
ip access-group 100 in
ip access-group 101 out
no ip route-cache
no ip mroute-cache
shutdown
duplex auto
speed auto
no cdp enable
!
interface Serial0/0
no ip address
ip access-group 100 in
ip access-group 101 out
ip verify unicast reverse-path
no ip route-cache
no ip mroute-cache
clockrate 2000000
no cdp enable
!
interface Serial1/0
no ip address
ip mroute-cache
shutdown
!
interface Serial0/1
no ip address
ip access-group 100 in
ip access-group 101 out
ip verify unicast reverse-path
no ip route-cache
no ip mroute-cache
clockrate 2000000
no cdp enable
!
interface Serial1/1:23
ip unnumbered FastEthernet0/0
ip verify unicast reverse-path
encapsulation ppp
timeout absolute 720 0
dialer idle-timeout 1800
trunk-group OutTrunkGroup
isdn switch-type primary-5ess
isdn incoming-voice modem
isdn bchan-number-order ascending
peer default ip address pool setup_pool
keepalive 10 0
no cdp enable
ppp max-bad-auth 4
ppp authentication pap callin
ppp multilink
ppp timeout retry 5
!
interface Virtual-Template1
bandwidth 64
ip unnumbered FastEthernet0/0
timeout absolute 720 0
peer default ip address pool nas-ip-pool
no keepalive
ppp max-bad-auth 4
ppp authentication pap callin
ppp authorization chap
ppp multilink
ppp timeout retry 5
!
interface Dchannel1/0
no ip address
encapsulation ppp
dialer idle-timeout 1800
isdn timer t309 100
isdn timer t321 30000
isdn incoming-voice modem
isdn T303 20000
isdn T203 10000
no isdn send-status-enquiry
isdn negotiate-bchan resend-setup
isdn bchan-number-order ascending
no cdp enable
!
interface Dchannel1/5
no ip address
encapsulation ppp
dialer idle-timeout 1800
isdn timer t309 100
isdn timer t321 30000
isdn incoming-voice modem
isdn T303 20000
isdn T203 10000
no isdn send-status-enquiry
isdn negotiate-bchan resend-setup
isdn bchan-number-order ascending
no cdp enable
!
interface Group-Async0
bandwidth 56
ip unnumbered FastEthernet0/0
encapsulation ppp
no ip mroute-cache
timeout absolute 86400 0
dialer in-band
dialer idle-timeout 1800
dialer-group 1
async mode interactive
peer default ip address pool nas-ip-pool
no keepalive
ppp max-bad-auth 4
ppp authentication pap callin
ppp authorization chap
ppp multilink
ppp timeout retry 5
group-range 2/00 2/47
!
interface Group-Async1
no ip address
no ip mroute-cache
no peer default ip address
no fair-queue
group-range 2/48 3/107
!
ip local pool nas-ip-pool 216.24.0.193 216.24.0.254
ip classless
ip route 0.0.0.0 0.0.0.0 216.24.23.65
no ip http server
!
!
!
logging trap debugging
logging source-interface FastEthernet0/0
!
dialer dnis group data
range 5028160000 5029999999
range 5025680000 5028149999
range 5025679000 5025679899
range 5025678801 5025678997
range 5020000000 5025678799
number 8008001482
!
dialer dnis group office
number 5028157...
number 8008151482
number 50256799..
!
dialer dnis group fax
number 5025678999
dialer-list 1 protocol ip permit
no cdp run
!
!
snmp-server community baw10ls. RO 2
snmp-server community Glftcno. RW 2
snmp-server enable traps tty
!
radius-server attribute nas-port format c
radius-server host 216.24.27.203 auth-port 1645 acct-port 1646
radius-server host 216.24.27.204 auth-port 1645 acct-port 1646
radius-server host 216.24.27.205 auth-port 1645 acct-port 1646
radius-server host 216.24.27.206 auth-port 1645 acct-port 1646
radius-server host 216.24.27.207 auth-port 1645 acct-port 1646
radius-server host 216.24.27.208 auth-port 1645 acct-port 1646
radius-server host 216.24.27.209 auth-port 1645 acct-port 1646
radius-server host 216.24.27.200 auth-port 1645 acct-port 1646
radius-server host 216.24.27.201 auth-port 1645 acct-port 1646
radius-server host 216.24.27.202 auth-port 1645 acct-port 1646
radius-server retransmit 0
radius-server timeout 3
radius-server deadtime 2
radius-server key 7 151F5B5C077A3C7270636C
radius-server authorization permit missing Service-Type
radius-server vsa send accounting
radius-server vsa send authentication
call rsvp-sync
!
voice-port 1/0:D
!
voice-port 1/5:D
!
voice-port 1/1:D
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
dial-peer voice 5679900 pots
incoming called-number 50256799..
direct-inward-dial
forward-digits all
!
dial-peer voice 85679900 voip
incoming called-number 5025679900
destination-pattern 5025679900
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679901 voip
incoming called-number 5025679901
destination-pattern 5025679901
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679902 voip
incoming called-number 5025679902
destination-pattern 5025679902
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679903 voip
incoming called-number 5025679903
destination-pattern 5025679903
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679904 voip
incoming called-number 5025679904
destination-pattern 5025679904
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679905 voip
incoming called-number 5025679905
destination-pattern 5025679905
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679906 voip
incoming called-number 5025679906
destination-pattern 5025679906
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679907 voip
incoming called-number 5025679907
destination-pattern 5025679907
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679908 voip
incoming called-number 5025679908
destination-pattern 5025679908
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679909 voip
incoming called-number 5025679909
destination-pattern 5025679909
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679910 voip
incoming called-number 5025679910
destination-pattern 5025679910
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679911 voip
incoming called-number 5025679911
destination-pattern 5025679901
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679912 voip
incoming called-number 5025679912
destination-pattern 5025679912
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679913 voip
incoming called-number 5025679913
destination-pattern 5025679901
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679914 voip
incoming called-number 5025679914
destination-pattern 5025679914
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679915 voip
incoming called-number 5025679915
destination-pattern 5025679915
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679916 voip
incoming called-number 5025679916
destination-pattern 5025679916
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679917 voip
incoming called-number 5025679917
destination-pattern 5025679917
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679918 voip
incoming called-number 5025679918
destination-pattern 5025679918
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679919 voip
incoming called-number 5025679919
destination-pattern 5025679919
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679920 voip
incoming called-number 5025679920
destination-pattern 5025679920
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679921 voip
incoming called-number 5025679921
destination-pattern 5025679921
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679922 voip
incoming called-number 5025679922
destination-pattern 5025679922
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679923 voip
incoming called-number 5025679923
destination-pattern 5025679923
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679924 voip
incoming called-number 5025679924
destination-pattern 5025679924
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679925 voip
incoming called-number 5025679925
destination-pattern 5025679925
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679926 voip
incoming called-number 5025679926
destination-pattern 5025679926
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679927 voip
incoming called-number 5025679927
destination-pattern 5025679927
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679928 voip
incoming called-number 5025679928
destination-pattern 5025679928
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679929 voip
incoming called-number 5025679929
destination-pattern 5025679929
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 85679930 voip
incoming called-number 5025679930
destination-pattern 5025679930
voice-class h323 1
session target ipv4:216.24.23.79
codec g711ulaw
!
dial-peer voice 9311 pots
destination-pattern [3-9]11$
no digit-strip
!
dial-peer voice 4511685 pots
translation-profile outgoing ninestrip
destination-pattern 94511685
port 1/5:D
!
dial-peer voice 2459268 pots
trunkgroup OutTrunkGroup
translation-profile outgoing ninestrip
destination-pattern 92459268
!
dial-peer voice 3876800 pots
translation-profile outgoing ninestrip
destination-pattern 93876800
port 1/1:D
!
dial-peer voice 5678800 pots
incoming called-number 50256788..
forward-digits all
!
dial-peer voice 800 pots
incoming called-number 8008151482
forward-digits all
!
dial-peer voice 502815 pots
destination-pattern 815....
no digit-strip
port 1/1:D
prefix 502
!
!
!
line con 0
exec-timeout 0 0
password 7 120D561A02075F0521
line aux 0
logging synchronous
line vty 0 4
exec-timeout 0 0
password 7 xxxxxxxxxxxxx
line vty 5
line 2/00 2/47
no flush-at-activation
modem InOut
modem autoconfigure type 8xx
autoselect during-login
autoselect ppp
line 2/48 3/107
no flush-at-activation
modem InOut
!
scheduler allocate 10000 400
ntp clock-period 17179932
ntp update-calendar
ntp server 216.24.27.41 prefer
ntp server 216.24.27.2
end
voiptrunks#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20090812/3b6c4c5a/attachment.html>
More information about the cisco-voip
mailing list