Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco MGCP Gateway

Status
Not open for further replies.

Wavesg

Technical User
Jul 11, 2001
237
US
What's the recommended way to configure an IOS MGCP gateway?

Stay cool; it’s not over yet!
 
Here's a link:

Here's a partial config:


controller T1 0/0/0
framing esf
linecode b8zs
pri-group timeslots 1-24 service mgcp
!
!
interface Loopback0
ip address 10.160.1.101 255.255.255.255
!
interface Serial0/0/0:23
no ip address
isdn switch-type primary-ni
isdn incoming-voice voice
isdn bind-l3 ccm-manager
no cdp enable
!
ccm-manager redundant-host 10.164.10.50 10.166.100.50
ccm-manager mgcp
ccm-manager music-on-hold
ccm-manager config server 10.166.100.51
ccm-manager config
!
mgcp
mgcp call-agent 10.166.100.51 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
no mgcp package-capability res-package
mgcp package-capability sst-package
no mgcp package-capability fxr-package
mgcp package-capability pre-package
no mgcp timer receive-rtcp
mgcp sdp simple
mgcp fax t38 inhibit
mgcp rtp payload-type g726r16 static
mgcp bind control source-interface Loopback0
mgcp bind media source-interface Loopback0
!
mgcp profile default
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top