TA904. OS version R13.2.2.E
Connect to a Mitel 3300 by a T1 - not PRI.
Connected to a VoIP server via SIP. - SIP is working. I can get a loopback call.
I'll post my config after the issue description.
I'm trying to set it up so that I can simulate a hotline between these two servers.
Each DS0 will be it's own hotline.
My issue is that I can't seem to set up the DS0s so that it can be accesses.
I found a thread that appears to be almost exactly what I need.
Adtran#show run
Building configuration...
!
!
! ADTRAN, Inc. OS version R13.2.2.E
! Boot ROM version 14.04.00
! Platform: Total Access 904 (2nd Gen), part number 4212904L1
! Serial number CFG0799207
!
!
hostname "Adtran"
enable password
!
!
clock timezone -5-Eastern-Time
!
ip subnet-zero
ip classless
ip routing
!
!
name-server 63.90.67.10 63.90.67.11
!
!
no auto-config
!
event-history on
no logging forwarding
no logging email
!
no service password-encryption
!
username "admin" password
!
!
no ip firewall alg msn
no ip firewall alg mszone
no ip firewall alg h323
!
!
!
!
!
no dot11ap access-point-control
!
!
!
!
!
!
!
!
!
!
!
qos map ConfigWizardQoSMap 20
match dscp 46
!
!
!
ip flow top-talkers
!
interface eth 0/1
ip address 172.16.1.181 255.255.255.0
no shutdown
media-gateway ip primary
!
!
!
!
interface t1 0/1
description To Mitel
framing d4
tdm-group 1 timeslots 1 speed 64
tdm-group 2 timeslots 2 speed 64
tdm-group 3 timeslots 3 speed 64
tdm-group 4 timeslots 4 speed 64
tdm-group 5 timeslots 5 speed 64
tdm-group 6 timeslots 6 speed 64
tdm-group 7 timeslots 7 speed 64
tdm-group 8 timeslots 8 speed 64
tdm-group 9 timeslots 9 speed 64
tdm-group 10 timeslots 10 speed 64
tdm-group 11 timeslots 11 speed 64
tdm-group 12 timeslots 12 speed 64
tdm-group 13 timeslots 13 speed 64
tdm-group 14 timeslots 14 speed 64
tdm-group 15 timeslots 15 speed 64
tdm-group 16 timeslots 16 speed 64
tdm-group 17 timeslots 17 speed 64
tdm-group 18 timeslots 18 speed 64
tdm-group 19 timeslots 19 speed 64
tdm-group 20 timeslots 20 speed 64
tdm-group 21 timeslots 21 speed 64
tdm-group 22 timeslots 22 speed 64
tdm-group 23 timeslots 23 speed 64
tdm-group 24 timeslots 24 speed 64
no shutdown
!
interface t1 0/2
shutdown
!
!
interface fxs 0/1
no shutdown
!
interface fxs 0/2
no shutdown
!
interface fxs 0/3
no shutdown
!
interface fxs 0/4
no shutdown
!
!
!
!
!
!
!
!
ip route 0.0.0.0 0.0.0.0 172.16.1.254
!
no tftp server
no tftp server overwrite
http server
http secure-server
no snmp agent
no ip ftp server
no ip scp server
no ip sntp server
!
!
!
!
!
!
!
!
sip
sip udp 5060
no sip tcp
!
!
!
voice feature-mode network
voice timeouts interdigit 1
voice flashhook mode transparent
voice forward-mode network
!
!
!
!
!
!
!
!
voice dial-plan 1 local 01
voice dial-plan 2 local 02
voice dial-plan 3 local 03
voice dial-plan 4 local 5555
!
!
!
!
voice class-of-service GLOBAL
default-level
conference
!
voice codec-list TRUNK
codec g729
codec g711ulaw
codec g722
!
voice codec-list USERS
codec g729
codec g711ulaw
codec g722
!
voice codec-list fax
codec g711ulaw
!
!
!
voice trunk T01 type t1-rbs supervision immediate role network
resource-selection linear ascending
did digits-transferred 4
no early-cut-through
rtp delay-mode adaptive
!
voice trunk T02 type t1-rbs supervision immediate role network
description "T1 Chan 2"
rtp delay-mode adaptive
!
voice trunk T25 type sip
description "SIP Trunks"
registrar primary 172.16.1.161
outbound-proxy primary 172.16.1.161
dial-string source to
max-number-calls 24
register 172.16.1.161 auth-name "adtran" password ""
register adtran auth-name "adtran" password ""
authentication username "adtran" password ""
!
!
voice grouped-trunk NETWORK
description "Network Dial Plan"
accept *XX cost 0
accept *XX-$ cost 0
accept *XXX cost 0
accept 1NXXNXXXXXX cost 0
accept NXXNXXXXXX cost 0
accept NXXXXXX cost 0
accept 011-$ cost 0
accept N11 cost 0
accept 0NXXNXXXXXX cost 0
accept 10-1X-XXX-$ cost 0
accept X cost 0
accept XX cost 0
!
!
voice grouped-trunk "T1 CHAN 1"
accept 5555 cost 0
!
!
voice grouped-trunk CHAN1
description "T1 Chan 1"
accept 5555 cost 0
accept 01 cost 0
!
!
voice grouped-trunk SIP
!
!
voice grouped-trunk "CHAN 2"
trunk T01
!
!
!
!
!
!
!
!
!
sip grammar alert-info url www.notused.com
!
!
!
sip database local
!
!
!
!
line con 0
login local-userlist
password connect
!
line telnet 0 4
login local-userlist
password
no shutdown
line ssh 0 4
login local-userlist
no shutdown
!
sntp server time-a.nist.gov version 3
!
!
!
!
end
I have a very similar setup that works fine connecting to a Mitel with RBS trunks. The only difference is that I'm using wink supervision instead of immediate. You might give that a try.
I'll try wink supervision just to see if it works. Unfortunately, for my application it has to be immediate.