01-12-2016 10:07 AM - edited 03-17-2019 05:28 AM
Hi The interface for MGCP was configured wrong in gateway router. I need to delete all MGCP in the router and cucm. Do you think there is a good way to delete it? Thank you
01-12-2016 10:16 AM
Choose MGCP GW and click delete on CUCM, use no form of the MGCP relevant commands on IOS.
01-12-2016 10:23 AM
Thanks for your reply. The main thing is that there are a lot commands relevant with MGCP in the router. Just no ccm-manager and ccm-manager server cannot delete all relevant commands. Do I need to delete all other mgcp commands which produced automatically when I created the gateway in the router?
01-12-2016 10:23 AM
You can simply go ahead delete the GW which you have added as MGCP on CUCM and on Gateway share the show run so that i can tell which all command needs to be removed from there.
Br,
Nadeem Ahmed
PS: Please rate all useful post.
01-12-2016 11:03 AM
01-12-2016 11:21 AM
run this command on GW
no ccm-manager switchback immediate
no ccm-manager redundant-host x.x.x.2
no ccm-manager mgcp
no ccm-manager fax protocol cisco
no cm-manager music-on-hold
no ccm-manager config server x.x.x.1
no ccm-manager config
!
no mgcp
no mgcp call-agent x.x.x.1 2427 service-type mgcp version 0.1
no mgcp dtmf-relay voip codec all mode out-of-band
no mgcp rtp unreachable timeout 1000 action notify
no mgcp modem passthrough voip mode nse
no mgcp package-capability rtp-package
mgcp package-capability sst-package
no mgcp package-capability pre-package
no mgcp package-capability res-package
no mgcp timer receive-rtcp
no mgcp sdp simple
no mgcp fax t38 inhibit
no mgcp rtp payload-type g726r16 static
!
no mgcp profile default
also i see you have mgcp with PRI you need to removed this one as well if you not running this GW as MGCP.
controller T1 0/1/0
cablelength long 0db
pri-group timeslots 1-24 service mgcp
!
interface Serial0/1/0:23
no ip address
encapsulation hdlc
isdn switch-type primary-ni
isdn incoming-voice voice
isdn bind-l3 ccm-manager
isdn bchan-number-order ascending
no cdp enable
for this you need to shut the controller and do "no pri-group timeslots 1-24 service mgcp".
interface Serial0/1/0:23
shut
no isdn bind-l3 ccm-manager
and configure it again and last do "no shut".
Br,
Nadeem Ahmed
PS: Please rate all useful post.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide