Cisco Cisco MeetingTime Quick Setup Guide

Page of 766
 
Configuring Call Control for Cisco Unified MeetingPlace
How to Configure Call Control for Video Conferencing with H.323 Endpoints
16
 
Procedure
Step 1
On the Cisco router, enter privileged EXEC mode or any other security level set by a system 
administrator. Enter your password if prompted.
Router# enable 
Step 2
Enter global configuration mode.
Router# configure terminal 
Step 3
Enter gatekeeper configuration mode.
Router# gatekeeper 
Step 4
Define the zone controlled by the gatekeeper. Specify which gatekeeper interface to use for Registration, 
Admission, and Status (RAS) signaling. Force all intra-zone calls, in addition to calls that enter and leave 
the zone, to use this gatekeeper.
Router(config-gk)# zone local gk-zone-name domain-name ras-IP-address invia gk-zone-name 
outvia
 gk-zone-name enable-intrazone 
Step 5
Define a technology prefix that matches what you configure for the H.323 endpoints in Cisco Unified 
Communications Manager. The default-technology option specifies to use gateways registering with 
this prefix option as the default for routing any addresses that are otherwise unresolved. 
Router(config-gk)# gw-type-prefix type-prefix default-technology 
Step 6
Disable proxy communications with local terminals for calls between local and remote zones.
Router(config-gk)# no use-proxy local-zone-name default inbound-to terminal 
Router(config-gk)# no use-proxy local-zone-name default outbound-from terminal 
Step 7
Enable the gatekeeper.
Router(config-gk)# no shutdown 
Example 
!
gatekeeper
 zone local MP-Zone1 example.net 192.168.2.50 invia MP-Zone1 outvia MP-Zone1 
enable-intrazone
 gw-type-prefix 1#* default-technology
 no use-proxy MP-Zone1 default inbound-to terminal
 no use-proxy MP-Zone1 default outbound-from terminal
 no shutdown
!
What To Do Next
Proceed to the 
.