The Adtran community holiday season is starting next week! The holiday period will span from December 21, 2024 to January 6, 2025. During this time, responses to feedback form submissions may be delayed. If you are encountering product issues, you can reach out to Adtran support at any time.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Xop
New Contributor

PBX -> Adtran TA 924e -> SIP VOIP System

Looking for any help possible. Trying to connect our Analog/Digital Hybrid PBX system (Toshiba Strata CIX 1200) to a new communication app we're trying to install. The system is a VOIP communications app on our network. Here's my config at this point. I've tried quite a few other changes and attempts, but this one is the one that my 3rd party group says should be working.

 

!
!
! ADTRAN, Inc. OS version R14.1.1.E
! Boot ROM version R10.9.3.B2
! Platform: Total Access 900e (3rd Gen), part number 4243924F3
! Serial number CFG1541456
!
!
hostname "voaltegw"
enable password level 2 EnableSIP
!
!
clock timezone -6-Central-Time
!
ip subnet-zero
ip classless
ip default-gateway 172.23.0.1
no ip routing
ipv6 unicast-routing
!
!
domain-name "wnmh.local"
name-server 172.23.2.239 172.23.2.238 
!
!
no auto-config
!
event-history on
no logging forwarding
no logging email
!
no service password-encryption
!
username "admin" password "2sexy"
!
!
no ip firewall alg msn
no ip firewall alg mszone
no ip firewall alg h323
!
!
!
!
!
!
!
!
no dot11ap access-point-control
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
qos map VOICE 1
  match dscp 0
  match ip rtp 10000 40000
  set dscp 46
!
!
!
!
interface eth 0/1
  no ip address
  shutdown
!
!
interface eth 0/2
  no ip address
  shutdown
!
!
!
interface gigabit-eth 0/1
  ip address  172.23.1.140  255.255.0.0 
  no shutdown
  media-gateway ip primary
!
!
!
!
interface t1 0/1
  no shutdown
!
interface t1 0/2
  no shutdown
!
interface t1 0/3
  no shutdown
!
interface t1 0/4
  no 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
!
interface fxs 0/5
  shutdown
!
interface fxs 0/6
  shutdown
!
interface fxs 0/7
  shutdown
!
interface fxs 0/8
  shutdown
!
interface fxs 0/9
  no shutdown
!
interface fxs 0/10
  no shutdown
!
interface fxs 0/11
  no shutdown
!
interface fxs 0/12
  no shutdown
!
interface fxs 0/13
  no shutdown
!
interface fxs 0/14
  no shutdown
!
interface fxs 0/15
  no shutdown
!
interface fxs 0/16
  no shutdown
!
!
interface fxo 0/0
  shutdown
!
interface fxo 0/1
  no shutdown
!
interface fxo 0/2
  no shutdown
!
interface fxo 0/3
  no shutdown
!
interface fxo 0/4
  no shutdown
!
interface fxo 0/5
  no shutdown
!
interface fxo 0/6
  no shutdown
!
interface fxo 0/7
  no shutdown
!
interface fxo 0/8
  no shutdown
!
!
!
!
!
!
!
!
!
!
!
no tftp server
no tftp server overwrite
http server
no 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
no sip tls
!
!
!
voice feature-mode network
voice forward-mode network
!
!
!
!
!
!
!
!
voice dial-plan 1 user1 XXXXXXXXXX 
voice dial-plan 2 extensions 63XX 
voice dial-plan 3 local NXX-NXX-XXXX 
!
!
!
!
voice codec-list voalte
  codec g711ulaw
!
!
!
voice trunk T01 type sip
  description "“voalte"
  sip-server primary 172.23.1.126
  domain "voalte.net"
  codec-list voalte both
!
voice trunk T02 type analog supervision loop-start
  description "“PBX"
  did digits-transferred 4
  trunk-number 5888
  connect fxo 0/0
  connect fxo 0/1
  connect fxo 0/2
  connect fxo 0/3
  rtp delay-mode adaptive
  codec-list voalte
!
!
voice grouped-trunk SIP
  trunk T01
  accept $ cost 0
!
!
voice grouped-trunk ANALOG
  trunk T02
  accept $ cost 0
!
!
voice user 6321
  connect fxs 0/4
  no cos
  first-name "voalte"
  password "1234"
!
!
!
!
!
!
!
!
!
!
!
!
!
no sip registrar authenticate
!
!
!
!
!
!
!
!
!
!
no sip grammar supported 100rel
!
!
!
!
!
sdp grammar hold rfc3264
!
!
line con 0
  login
!
line telnet 0 4
  login
  password encrypted 363ea97847e52aad65907005648822152cc3
  shutdown
line ssh 0 4
  login local-userlist
  no shutdown
!
!
!
!
!
end

 

0 Kudos