cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
447
Views
0
Helpful
4
Replies

880 Voice Gateway no outside lines

spurs2k18
Level 1
Level 1

Have run into a problem that have been struggling with.  Recently a few locations have switched over to Meraki (Mx and MS) from a 2801.  Before they were connecting via ATA adapters for the cordless phones, but now with the upgrade, these shouldnt be needed anymore.  Anyhow, when you dial into location, line rings once, or twice, and than turns to a busy signal.  Currently on CUCM 9.1.2.  Below is the config from the 880 VGW.  

 

no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no banner exec
no banner login
!
hostname 227-VG
!
boot-start-marker
boot-end-marker
!
!
logging buffered 51200 warnings
!
no aaa new-model
network-clock-participate wic 0
!

!


!
!
!
!
no ip domain lookup
ip domain name twig.local
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
voice-card 0
!
!
!
username admin privilege 15 password xxxxxxxxx

!
enable password xxxxxxxx
!

!
!
!
!
!
!
!
!
!
!
!
!
!
interface BRI1
no ip address

!
interface BRI2
no ip address
shutdown
!
interface FastEthernet0
no ip address
shut
!
interface FastEthernet1
no ip address
shut
!
interface FastEthernet2
no ip address
shut
!
interface FastEthernet3
no ip address
shut
!
interface FastEthernet4
ip address 172.18.127.253 255.255.255.0
no shut
duplex auto
speed auto
!
interface Vlan1
description $ETH_LAN$
no ip address
ip tcp adjust-mss 1452
shutdown
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
ip route 0.0.0.0 0.0.0.0 172.18.127.254
!
cdp run
!
!
control-plane
!
!
voice-port 1
no comfort-noise
!
voice-port 2
no comfort-noise
!
voice-port 3
no comfort-noise
description FXS to Store Phone
!
voice-port 4
!
voice-port 5
!
voice-port 6
!
voice-port 7
no comfort-noise
timing hookflash-out 50
timing guard-out 1000
connection plar 7227
description 956xxxxxxx

!
ccm-manager fallback-mgcp
ccm-manager redundant-host 192.168.3.32
ccm-manager mgcp
no ccm-manager fax protocol cisco
ccm-manager music-on-hold
ccm-manager config server 192.168.3.33 192.168.3.32
ccm-manager config
!
mgcp
mgcp call-agent 192.168.3.33 2427 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp rtp unreachable timeout 1000 action notify
mgcp modem passthrough voip mode nse
mgcp package-capability rtp-package
mgcp package-capability sst-package
mgcp package-capability pre-package
mgcp default-package mt-package
no mgcp package-capability res-package
no mgcp package-capability fxr-package
no mgcp timer receive-rtcp
mgcp sdp simple
mgcp fax t38 ecm
mgcp fax t38 inhibit
mgcp rtp payload-type g726r16 static
mgcp bind control source-interface FastEthernet4
mgcp bind media source-interface FastEthernet4
!
mgcp profile default
!
!
dial-peer voice 999010 pots
service mgcpapp
port 3
!
dial-peer voice 999011 pots
service mgcpapp
port 7
!
!
!
call-manager-fallback
secondary-dialtone 9
max-conferences 0 gain -6
transfer-system full-consult
ip source-address 172.18.127.253 port 2000
max-ephones 5
max-dn 5
default-destination 7227
voicemail 96xxxxxx

4 Replies 4

What is the output of

show mgcp endpoints
show mgcp connection (during the call)
show ccm-manager

Also, during call setup share the output of debug mgcp packet

aaln/S0/SU1/0@LPZ227-VG
aaln/S0/SU3/0@LPZ227-VG

LPZ227-VG#show mgcp connection

 

LPZ227-VG#sh ccm-man
LPZ227-VG#sh ccm-manager
MGCP Domain Name: LPZ227-VG.twig.local
Priority Status Host
============================================================
Primary Registering with CM 192.168.3.33
First Backup Backup Ready 192.168.3.32
Second Backup None

Current active Call Manager: None
Backhaul/Redundant link port: 2428
Failover Interval: 30 seconds
Keepalive Interval: 15 seconds
Last keepalive sent: 19:35:21 UTC Jul 20 2018 (elapsed time: 2w4d)
Last MGCP traffic time: 13:40:53 UTC Aug 8 2018 (elapsed time: 00:00:00)
Last failover time: 13:40:23 UTC Aug 8 2018 from (192.168.3.33)
Last switchback time: 13:40:53 UTC Aug 8 2018 from (192.168.3.32)
Switchback mode: Graceful
MGCP Fallback mode: Enabled/ON
Last MGCP Fallback start time: 09:36:02 UTC Aug 1 2018
Last MGCP Fallback end time: None
MGCP Download Tones: Disabled
TFTP retry count to shut Ports: 2

FAX mode: disable
Configuration Error History:

Can you share the debugs and show mgcp conn

Sorry for late reply. got little swamped. mgcp is showing nothing. As for debugs, which one do i need to run?