cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1413
Views
15
Helpful
5
Replies

Non-Cisco H323 endpoint to Cisco Gatekeeper

Good Morning Fellow Geeks,

I am wondering if anyone has expierience with registering a non-cisco H323 endpoint with a 3620 running as a Gatekeeper.  The endpoint is capable of sending H.225 RAS messages.  Is there a particular command to run on the Gatekeeper so that it knows about the non-cisco H323 endpoint?

Any help advice you have would be greatly appreciated.

Thanks!

5 Replies 5

No special command is required. I've registered some third party devices on a C3745 gatekeepers: Innovaphone, Telsey, Digicom, OpenH323, etc.

Thanks Daniele.

On the Gatekeeper did you use the alias static command to make the gatekeeper aware of the gateway that is not a cisco h323 gateway for call routing?

Thanks

No, I didn't use static alias.

This is an example of my config:

gatekeeper

zone local giga_voice aemcom.net 10.1.1.1

zone remote giga_voip aemcom.net 10.1.1.2 1719

zone prefix giga_voip 0372026*

zone prefix giga_voip 0372027*

accounting

gw-type-prefix 1#* default-technology

gw-type-prefix 03721234* gw ipaddr 10.1.1.101 1720 gw ipaddr 10.1.1.100 1720

gw-type-prefix 03724567* gw ipaddr 10.1.1.101 1720 gw ipaddr 10.1.1.100 1720

no use-proxy giga_voice remote-zone giga_voip inbound-to terminal

no use-proxy giga_voice remote-zone giga_voip outbound-from terminal

no shutdown

Regards.

Thanks Daniele,

This is great information.  So your gatekeeper knows about your non cisco ios gateway by using the following command:

gw-type-prefix 03724567* gw ipaddr 10.1.1.101 1720 gw ipaddr 10.1.1.100 1720

Calls to the prefix 03724567 are routed to the H323 end device of 10.1.1.101 or 10.1.100?

Correct?

Thanks!

Exactly.

Regards.