cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
265
Views
0
Helpful
4
Replies

CME and GK

Justin Pascal
Level 1
Level 1

How can I register my CME phones to a GK.

Topology:

CCM ---> GK ---> CME

A sample config will be great!

Thanks!

4 Replies 4

thisisshanky
Level 11
Level 11

int fa0/0

h323-gateway voip int

h323-gateway voip id ipaddr

h323-gateway voip tech-prefix 1#

h323-gateway voip bind srcaddr

gateway

telephony-service

dialplan-pattern 1 < > extension-length <>

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

Should I configure sth in the GK?

zones, BW?

The extensions show as e.164 numbers.

Sorry, Ithought you had your GK configured. Yes you will need a zone defined. You can put both CME and CM in same zone or in two different local zones. CME extensions show up as E.164 numbers. So the GK can route calls to them directly. If you dont want E.164 numbers to register directly, do the following.

ephone-dn 1

number 2001 no-reg

telephony-service

dialplan-pattern 1 <> extension-length <> no-reg

If you do the above you will need the GK to use tech prefix to route calls to CME.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

gogasca
Level 10
Level 10

Hi Justin,

Here's a sample:

****************************************************

CCME

****************************************************

interface GigabitEthernet0/0

ip address 192.168.100.105 255.255.255.0

duplex auto

speed auto

h323-gateway voip interface

h323-gateway voip id AVVID5 ipaddr 192.168.100.103 1718

h323-gateway voip h323-id AVVID5@cisco.com

h323-gateway voip tech-prefix 1#

h323-gateway voip bind srcaddr 192.168.100.105

ephone-dn 1 dual-line

number 5001 no-reg both <--- Check this:

label 5001

name Manager

call-forward noan 5999 timeout 12

corlist incoming MANAGER

corlist outgoing MANAGER

mwi sip

!

192.168.100.103 is the GK IP address.

****************************************************

GK

****************************************************

gatekeeper

zone local AVVID5 cisco.com

zone prefix AVVID5 5*

bandwidth total zone AVVID5 384

HTH

//G