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