cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
avayaguy
New Contributor II

Adtran total access 908e (3rd gen) sip trunking in and out failing

This is resolved.  the config was fine on inbound and outbound just needed an ip that they had not given me

strange i can't get this working im not really new to Adtran at all and have been doing this a while, im hoping its a simple  mistake and someone could have a glance at my config.  voxbeam allows tech prefix for the route selection for their voice services, ive tried the following below in  previously in T01.  Also they will allow calls without it and its still not working, inbound doesn't work either

all settings with provider check out as good.  Thanks in advance

match dnis "NXX-NXX-XXXX" substitute "0011103-NXX-NXX-XXXX"

  match dnis " 1-NXX-NXX-XXXX" substitute "0011103-1-NXX-NXX-XXXX "

  match dnis "011-$" substitute "0011103-011-$"

  match dnis "911" substitute "0011103-911"

Building configuration...

!

!

! ADTRAN, Inc. OS version R11.4.4.E

! Boot ROM version R10.9.3.B1

! Platform: Total Access 908e (3rd Gen)

! Serial number xxx

!

!

hostname "xxx"

enable password xxx

!

license key esbc-trial

!

!

ip subnet-zero

ip classless

ip routing

ipv6 unicast-routing

!

!

domain-proxy

name-server 8.8.8.8 4.2.2.2

!

!

no auto-config

!

event-history on

no logging forwarding

no logging email

!

no service password-encryption

!

username "admin" password xxx

!

!

ip firewall

no ip firewall alg msn

no ip firewall alg mszone

no ip firewall alg h323

!

!

no dot11ap access-point-control

!

!

!

ip crypto ffe

!

!

!

!

qos map Voice 10

  match dscp 46

  priority 800

!

qos map eth0/1QosWizard 20

  match dscp 46

  shape average 4194304

qos map eth0/1QosWizard 21

  match ip list acleth0/1QosWizSignal21

  set dscp 26

!

!

!

!

interface eth 0/1

  description Outside

  ip address  1.1.1.1  255.255.255.248

  ip mtu 1500

  media-gateway ip primary

  traffic-shape rate 1000000

  max-reserved-bandwidth 100

  qos-policy out eth0/1QosWizard

  no shutdown

!

!

interface eth 0/2

  no ip address

  shutdown

!

!

!

interface gigabit-eth 0/1

  ip address  192.168.99.200  255.255.255.0

  ip access-policy Private

  media-gateway ip primary

  no shutdown

!

!

interface t1 0/1

  shutdown

!

interface t1 0/2

  shutdown

!

interface t1 0/3

  shutdown

!

interface t1 0/4

  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

  no shutdown

!

interface fxs 0/6

  no shutdown

!

interface fxs 0/7

  no shutdown

!

interface fxs 0/8

  no shutdown

!

!

interface fxo 0/0

  no shutdown

!

!

ip access-list extended acleth0/1QosWizSignal21

  permit udp any  any eq 5060

!

ip access-list extended Admin

  permit tcp any  any eq ssh

  permit tcp any  any eq https

!

ip access-list extended MatchAll

  permit ip any  any

!

ip access-list extended SIP

  permit udp any  any eq 5060

!

!

ip policy-class Private

  allow list MatchAll self

  nat source list MatchAll interface gigabit-ethernet 0/1 overload

  allow list MatchAll self

  nat source list MatchAll interface gigabit-ethernet 0/1 overload

  allow list MatchAll self

  nat source list MatchAll interface gigabit-ethernet 0/1 overload

  allow list MatchAll self

  nat source list MatchAll interface eth 0/1 overload

  allow list MatchAll self

  nat source list MatchAll interface eth 0/1 overload

!

ip policy-class Public

  allow list SIP self

  allow list Admin self

  allow list SIP self

  allow list Admin self

!

!

!

ip route 0.0.0.0 0.0.0.0 4.4.4.4

!

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 transfer-mode local

voice forward-mode local

!

!

voice codec-list G711u

  codec g711ulaw

!

!

!

voice trunk T01 type sip

  description "“VOXBEAM”"

  sip-server primary sbc.voxbeam.com

  codec-list G711u both

!

voice trunk T02 type sip

  description "outbound trunk"

  match dnis "1$" substitute "$"

  sip-server primary 192.168.99.201

  trust-domain

  grammar from host local

  transfer-mode network

!

!

voice grouped-trunk PSTN

  trunk T01

  accept NXX-NXX-XXXX cost 0

  accept 1-NXX-NXX-XXXX cost 0

  accept N11 cost 0

  accept 011-X$ cost 0

!

!

voice grouped-trunk T02

  trunk T02

  accept 1-NXX-NXX-XXXX cost 0

  accept 011-X$ cost 0

!

!

voice user 0000

  password "1234"

  sip-identity Unknown T02

!

!

!

sip privacy

!

!

!

no sip prefer double-reinvite

!

!

ip rtp symmetric-filter

ip rtp media-anchoring

!

!

ip rtp quality-monitoring

ip rtp quality-monitoring udp

ip rtp quality-monitoring sip

!

line con 0

  no login

!

line telnet 0 4

  login

  password password

  no shutdown

line ssh 0 4

  login local-userlist

  no shutdown

!

end

Message was edited by: Robert L


this is resolved please mark as internally solved

Labels (2)
0 Kudos