cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
413
Views
0
Helpful
1
Replies

how do i connect ccm and cme ?

nivanak
Level 1
Level 1

hello.

i have ccm and cme.

ccm has one ip phone ( number is 1000)

cme has one ip phone ( number is 2000)

i configured below.

but it does not call each other.

dial-peer voice 555 voip

destination-pattern 2000

session target ipv4: 192.168.0.1 --> cme gateway

dial-peer voice 555 voip

destination-pattern 1000

session target ipv4: 192.168.10.1 --> ccm gateway

help me.

1 Reply 1

tepatel
Cisco Employee
Cisco Employee

You do not need dail-peer pointing to CME on CME gateway..You need to configure CME as h323 GW in call manager. Then configure the CME like following

allow-connections h323 to h323

supplementary-service h450.12

! add a dial peer to point to the call manager

dial-peer voice 555 voip

description points-to-CCM

destination-pattern 2000

session target ipv4:192.168.0.1

It should work fine.