Guest

Cisco Unified Communications Manager (CallManager)

MGCP IOS Gateway (San Jose) Interactive Voice Network Configuration Example

Document ID: 82062



Introduction

This series of interactive documents uses a typical head office and branch office in order to demonstrate some common voice network configurations. This interactive diagram allows you to view network configurations:

Click to view configurations and troubleshooting.
Click to view configurations and troubleshooting.
Click to view configurations and troubleshooting.
Click to view configurations and troubleshooting.
Click to view configurations and troubleshooting.
Click to view configurations and troubleshooting.
Click to view configurations and troubleshooting.
Click to view configurations and troubleshooting. Click to view configurations and troubleshooting. Click to view configurations and troubleshooting.
This image is interactive!
Click a component to view configuration
and troubleshooting information.

Refer to Unified CallManager Interactive Voice Network Configuration and Troubleshooting Case Study for requirements assumed by this series of interactive documents.

Configure

You can use one of these methods in order to configure an MGCP gateway in Cisco IOS Software for the San Jose location:

Automatic Configuration

This configuration is created automatically with these commands once you configure the San Jose gateway (as described in MGCP Unified CallManager Gateway (San Jose) Interactive Voice Network Configuration Example).

ccm-manager mgcp
ccm-manager music-on-hold
ccm-manager config server 171.69.103.225
ccm-manager config

Manual Configuration

For the manual configuration, the commands in this section are typed manually depending on desired configuration (with the exception of the ccm-manager config command).

Note: Only the relevant MGCP configuration is shown here.

hostname SanJose

isdn switch-type primary-ni
   voice-card 2
   dspfarm
   dsp services dspfarm

controller T1 2/0
   description T1 link to SRST
   framing esf		!--- Automatic method automatically adds
   clock source internal
   linecode b8zs 	!--- Automatic method automatically adds
   cablelength short 133
   pri-group timeslots 1-2,24 service mgcp !--- Automatic method
                                           !--- automatically adds 24 channels.
                                           !---You can manually edit channels.
   description T1 link to SRST

interface Serial2/0:23
   no ip address
   isdn switch-type primary-ni !--- Automatic method automatically adds
   isdn protocol-emulate network !--- Simulated Lab ISDN
   isdn bind-l3 ccm-manager !--- Allows all Q931 to be backhauled over TCP to
			!--- CallManager; automatic method automatically adds
   no cdp enable 	!--- Automatic method automatically adds
   !
   !
   ccm-manager mgcp
   ccm-manager music-on-hold
   ccm-manager config server 171.69.103.225
   ccm-manager config !--- Enables automatic config download from CallManager
   !
   !--- Automatic method automatically adds these commands
   mgcp
   mgcp call-agent 171.69.103.225 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
   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 profile default


Updated: Apr 16, 2007Document ID: 82062