Cisco ATA 186 Fails To Place A Call in A Gatekeeper Based Network........................................................... 1
Cisco ATA 186 Fails To Place A Call in A Gatekeeper Based Network........................................................... 1
Cisco ATA 186 Fails To Place A Call in A Gatekeeper Based Network........................................................... 1
Table of Contents
Cisco ATA 186 Fails to Place a Call in a Gatekeeper Based Network...........................................................1
Introduction.............................................................................................................................................1
Prerequisites............................................................................................................................................1
Requirements....................................................................................................................................1
Components Used.............................................................................................................................1
Conventions......................................................................................................................................1
Problem...................................................................................................................................................1
Solution...................................................................................................................................................2
Related Information................................................................................................................................5
i
Cisco ATA 186 Fails to Place a Call in a Gatekeeper
Based Network
Introduction
Prerequisites
Requirements
Components Used
Conventions
Problem
Solution
Related Information
Introduction
This document describes a problem that often happens in gatekeeper−based networks where the Cisco Analog
Telephone Adapter (ATA) 186 is used as a H.323 terminal. The document includes some background
technical information describing the problem, solution and some basic verification and troubleshooting
strategies. It is important to note that in the configuration below, the router and Cisco ATA 186 are located on
the same LAN. However, in a real implementation, all devices can be in different parts of your network.
Prerequisites
Requirements
There are no specific requirements for this document.
Components Used
This document is not restricted to specific software and hardware versions.
Conventions
For more information on document conventions, see the Cisco Technical Tips Conventions.
Problem
The problem can often occur on gatekeeper networks that are already successfully running with gateways. The
administrator tries to add the Cisco ATA 186 as a new device, but calls from the ATA 186 are rejected by the
gatekeeper.
• This problem can occur with any Cisco IOS® based gatekeeper and Cisco ATA 186.
• All Cisco IOS Software releases behave the same way.
To verify if you have this problem, you need to check for the following conditions:
1. Cisco ATA 186 should be registered to the gatekeeper. To check this, use the show gatekeeper
endpoints command.
Cisco − Cisco ATA 186 Fails to Place a Call in a Gatekeeper Based Network
2. The gatekeeper should reject the incoming call from Cisco ATA 186. To check this, use the debug
ras and debug h225 asn1 commands on the gatekeeper.
Solution
A default configuration for local zone does not allow the H.323 terminals to put calls through directly to the
destination. All terminals should place calls through a H.323 proxy. As the Cisco ATA 186 is a terminal, it
cannot place a call to the default gatekeeper configuration. To change the default behavior of gatekeeper to
terminals, you can alter the configuration using these commands:
For a description of the use−proxy command, refer to: Cisco IOS Voice, Video, and Fax Commands: Si
Through Z.
no shutdown
!
end
Cisco − Cisco ATA 186 Fails to Place a Call in a Gatekeeper Based Network
Gatekeeper ECV−2600−15 − Configuration For Work With
Gateways and H323 Terminals Without Proxy
!
hostname ECV−2610−15
!
interface Ethernet0/0
ip address 10.52.218.47 255.255.255.0
!
gatekeeper
zone local gk−zone1.test.com test.com 10.52.218.47
zone remote gk−zone2.test.com test.com 10.52.218.46 1719
zone prefix gk−zone2.test.com 16..
zone prefix gk−zone1.test.com 17.. gw−priority 10 gw_1
gw−type−prefix 1#* default−technology
no use−proxy gk−zone1.test.com default inbound−to terminal
no use−proxy gk−zone1.test.com default outbound−from terminal
no shutdown
!
end
This output shows the zone status before and after adding changes to the configuration.
GATEKEEPER ZONES
================
GK name Domain Name RAS Address PORT FLAGS
−−−−−−− −−−−−−−−−−− −−−−−−−−−−− −−−−− −−−−−
Cisco − Cisco ATA 186 Fails to Place a Call in a Gatekeeper Based Network
from MCUs in local zone gk−zone1.test.com :
do not use proxy
ECV−2610−15#configure terminal
ECV−2610−15(config)#gatekeeper
ECV−2610−15(config−gk)#no use−proxy ?
WORD Local gatekeeper name this proxy usage applies to
ECV−2610−15#
ECV−2610−15#show run | b gatekeeper
gatekeeper
zone local gk−zone1.test.com test.com 0.52.218.47
zone remote gk−zone2.test.com test.com 10.52.218.46 1719
zone prefix gk−zone2.test.com 16..
zone prefix gk−zone1.test.com 17.. gw−priority 10 gw_1
gw−type−prefix 1#* default−technology
no use−proxy gk−zone1.test.com default inbound−to terminal
no use−proxy gk−zone1.test.com default outbound−from terminal
no shutdown
!
GATEKEEPER ZONES
================
GK name Domain Name RAS Address PORT FLAGS
Cisco − Cisco ATA 186 Fails to Place a Call in a Gatekeeper Based Network
−−−−−−− −−−−−−−−−−− −−−−−−−−−−− −−−−− −−−−−
!−−− As the output below shows, now terminals can work without
!−−− proxy.
Related Information
• Cisco High−Performance Gatekeeper
• Configuring H.323 Gateways
• Configuring H.323 Gatekeepers and Proxies
• Configuring H.323 Support for Virtual Interfaces
• Voice Technologies
• Voice, Telephony and Messaging Devices
• Voice Software
• Voice, Telephony and Messaging TAC eLearning Solutions
• Recommended Reading: Troubleshooting Cisco IP Telephony
• Technical Support − Cisco Systems
All contents are Copyright © 1992−2003 Cisco Systems, Inc. All rights reserved. Important Notices and Privacy Statement.
Cisco − Cisco ATA 186 Fails to Place a Call in a Gatekeeper Based Network