CUCM integration with CME via H323 gateway

Joined
Mar 26, 2010
Messages
546
Hello All,

I am working on integrating CUCM latest version to a router that has CME running on it. All the CSSs are setup on the CUCM, the gateway is listed and the DNA shows the routing working fine on the CUCM side, to the gateway.

The gateway is where I am having the problem. I can make calls from the gateway via any extension that is still on CME. Besides the fact that I am getting on way voice.

Its trying to get calls from CUCM to CME where the problem is. The calls get out from CUCM to the CME, as I can see from the logs:


6720311: Sep 22 10:56:26.410: h323chan_chn_accept: Local(0x0) accepts TCP conn from (IP OF CUCM)(0xC0A86306) port (56414); fd=2changing from LISTENING state to ACCEPTED state

Then that's it. I get a "Your call cannot be completed as dialed..."

I have also found via h323 gateway command:

H.323 STATISTICS AT 33w4d

H.225 REQUESTS SENT RECEIVED FAILED
Setup 0 9 0
Setup confirm 0 0 0
Alert 0 0 0
Progress 0 0 0
Call proceeding 0 0 0
Notify 0 0 0
Info 0 0 0
User Info 0 0 0
Facility 0 0 0
Release 9 0 0
Reject 0 0 0
Passthrough 0 0 0

H225 establish timeout 0
RAS failed 0
H245 failed 0


RAS MESSAGE REQUESTS SENT CONFIRMS RCVD REJECTS RCVD
GK Discovery grq 0 gcf 0 grj 0
Registration rrq 0 rcf 0 rrj 0
Admission arq 0 acf 0 arj 0
Bandwidth brq 0 bcf 0 brj 0
Disengage drq 0 dcf 0 drj 0
Unregister urq 0 ucf 0 urj 0
Resource Avail rai 0 rac 0
Req In Progress rip 0


RAS MESSAGE REQUESTS RCVD CONFIRMS SENT REJECTS SENT
GK Discovery grq 0 gcf 0 grj 0
Registration rrq 0 rcf 0 rrj 0
Admission arq 0 acf 0 arj 0
Bandwidth brq 0 bcf 0 brj 0
Disengage drq 0 dcf 0 drj 0
Unregister urq 0 ucf 0 urj 0
Resource Avail rai 0 rac 0
Req In Progress rip 0


DISC CAUSE CODE FROM OTHER PEER FROM H323 PEER
1 unassigned number (1) 9 0

H323 gateway internal event queue:
Events queued 0, free 3, held 3, allocated 3 times, exceed max 0 times
Max serviced 3, Max serviced exceed 0
no dest 0, no buffers 0, call flushes 0

CRV statistics
In use: 0
Max collisions obtaining crv: 0


Here is the dial plan on the CME:


dial-peer voice 3000 voip
description VOIP to CUCM
destination-pattern 3000
session target ipv4:CUCM address
incoming called-number 7
voice-class h323 1
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad

Currently I don't want all calls sent to CUCM since I am migrating over.

Thoughts?

Thanks!
 
Back
Top