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

No audio out of analog phone. Am I missing something in config?

Setup config on Total Access 904, can't get audio out of analog phone. Am I missing something in config

0 Kudos
6 Replies
jayh
Honored Contributor
Honored Contributor

Re: No audio out of analog phone. Am I missing something in config?

Can you be more specific? No dial tone? Does the phone ring on incoming calls? No audio in both directions or only one?  Is the TA 904 behind a firewall or other device doing NAT?

Re: No audio out of analog phone. Am I missing something in config?

I get dial tone, but unable to make call out, busy signal. This is a lab setup, for internal station to station calls. Can't reach other stations that are already set up and working. No firewalls

jayh
Honored Contributor
Honored Contributor

Re: No audio out of analog phone. Am I missing something in config?

Please post your configuration here with passwords removed.  

Re: No audio out of analog phone. Am I missing something in config?

TA904#sho run

Building configuration...

!

!

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

! Boot ROM version 14.04.00

! Platform: Total Access 904 (2nd Gen), part number 4212904L1

! Serial number CFG1307986

!

!

hostname "TA904"

!

clock timezone -6-Central-Time

!

ip subnet-zero

ip classless

ip routing

!

!

domain-proxy

!

!

no auto-config

!

event-history on

no logging forwarding

no logging email

!

no service password-encryption

!

!

!

no ip firewall alg msn

no ip firewall alg mszone

no ip firewall alg h323

!

!

!

!

!

no dot11ap access-point-control

!

!

!

!

!

!

!

!

!

!

!

!

!

!

interface eth 0/1

  ip address  192.168.67.50  255.255.255.0

  media-gateway ip primary

  no shutdown

!

!

!

!

interface t1 0/1

  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

!

isdn-number-template 1 prefix "" subscriber NXX-XXXX

isdn-number-template 2 prefix "" national NXX-NXX-XXXX

isdn-number-template 3 prefix 1 national NXX-NXX-XXXX

isdn-number-template 4 prefix 011 international X$

!

!

!

!

!

!

!

ip route 0.0.0.0 0.0.0.0 192.168.67.1

!

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 dial-plan 1 always-permitted 9-911

voice dial-plan 2 extensions MXXX

voice dial-plan 3 local 9-NXX-NXX-XXXX

voice dial-plan 4 long-distance 9-1-NXX-NXX-XXXX

voice dial-plan 5 operator-assisted 9-0-NXX-NXX-XXXX

voice dial-plan 6 international 9-011-X$

!

!

!

!

voice codec-list 3C_Default

  codec g722

  codec g711ulaw

!

voice codec-list FAX

  codec g711ulaw

!

!

!

voice trunk T01 type sip

  description "3C SIP Trunk"

  sip-server primary 192.168.67.12

  sip-server secondary 192.168.67.13

  sip-server rollover service-unavailable-or-timeout

  domain "sphere67.local"

  subscribe message-summary

  codec-list 3C_Default both

  grammar request-uri host domain

  grammar from host domain

  grammar p-asserted-identity host domain

  grammar to host domain

  grammar user-agent ADTRAN_Trunk

  authentication username "ADTRAN01" password "ADTRAN"

  transfer-mode network

!

!

voice grouped-trunk 3C

  trunk T01

  accept $ cost 0

  deny proxy

  permit list All_ANI

  !deny all other trunks

  !deny all other ani

!

!

voice user 4001

  connect fxs 0/1

  password "1234"

  sip-identity NEC_ADTRAN_Ext_4001 T01 register

  codec-list 3C_Default

!

!

voice user 5010

  connect fxs 0/2

  password "1234"

  sip-identity NEC_ADTRAN_Ext_5010 T01 register

  codec-list 3C_Default

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

sip qos dscp 48

!

sip hmr Global_Outbound out

!

!

!

ip rtp symmetric-filter

!

!

hmr policy Global_Outbound

  rule-set Update_User-Agent 10

!

!

hmr rule-set Update_User-Agent

  message-rule StationFrom message-type any 10

    match header from match-value /sip:NEC_ADTRAN_Ext_/

    modify header User-Agent position first new-value ADTRAN_Station 10

  message-rule StationTo message-type any 20

    match header to match-value /sip:NEC_ADTRAN_Ext_/

    modify header User-Agent position first new-value ADTRAN_Station 10

!

!

!

line con 0

  no login

!

line telnet 0 4

  login

 

  no shutdown

line ssh 0 4

  login local-userlist

  no shutdown

!

sntp server 192.168.67.10 version 3

!

!

!

!

end

Re: No audio out of analog phone. Am I missing something in config?

Thank you

Re: No audio out of analog phone. Am I missing something in config?

Morning Jay, do you see any errors in my configs?