Ok Suresh thank you so much sir for adding that point as well. On Feb 18, 2013, at 10:37 AM, Suresh Bhandari <[email protected]> wrote:
> Two more things from my side: > > 1. If you have the output of "sh gatek end" and "sh gatek gw" as mentioned, > why you used the second zone local command for UCME? > > 2. On you SC router, under your dial-peer to UCM,you need a tech-prefix > command. > dial-peer 85 > tech-prefix 1* > > Even then the call to CUCM fails, look at / paste the output of "debug > gatekeeper main 10". > > HTH > > > On Mon, Feb 18, 2013 at 6:09 AM, Hesham Abdelkereem > <[email protected]> wrote: > I agree with you and and it does make sense. > I have nothing now I just do that for my CCIE Voice lab preparation and I > just try that during the rack rental. I have to do all that over again. > As soon as I do it , I will let you know. > I appreciate all your valuable information and thanks so much > On Feb 17, 2013, at 5:18 PM, Steve Keller <[email protected]> wrote: > >> Since you have 2 zones i believe you must rely on zone prefix to determine >> which zone to select a gw from in order to route the call. In your config >> your zone prefix is 3... which seems incorrect by glancing at it. >> >> To route calls to CME via GK i would have a RP in CUCM like 4XXX and then >> prefix whatever the zone prefix is to it in the pattern. In your case prefix >> 31* to match your gateway registration to GK. Thus, my GK config would say >> zone prefix CUCME 31* >> >> The ARQ would come into GK with dialed digits of 31*4XXX , Then the >> gatekeeper would match tech prefix of 31*, and route to the gw registered in >> that zone (your CUCME). I would expect the call setup to arrive on CME with >> digits 31*4XXX and try to hit an inbound voip dialpeer, then you would need >> the inbound voip dialpeer to strip down to the last 4 digits, or 4XXX in >> this case, to match a registered ephone-dn. My inbound voip dialpeer on CME >> would only allow the g729 if my GK trunk was set to use g729. Apply a voice >> translation rule to the dialpeer to strip down to last 4 digits. If that >> ephone-dn is registered then it should ring. >> >> just my 2 cents... >> >> When you make the call from the CUCM phone, what output do you see on the >> CME with debug voip dialpeer? Do you see anything? >> >> On Sun, Feb 17, 2013 at 2:56 PM, Hesham Abdelkereem >> <[email protected]> wrote: >> Yes i am using g729 and i configured them from both sides CUCM side as >> region and location /devicepool and voice class codec as cme side. >> I am able to send calls from CME to CUCM but cucm unable to place calls to >> CME >> >> On Feb 17, 2013, at 3:51 PM, Cory Gray <[email protected]> wrote: >> >> > Should not have allow connections either unless you are doing cube but >> > that should not break it. Debug h22r ans1 and look to see if there is >> > detail on why the call is failing. Make sure you are using g729 as well >> > >> > Sent from my iPhone >> > >> > On Feb 17, 2013, at 5:39 PM, "Hesham Abdelkereem" >> > <[email protected]> wrote: >> > >> >> I did that and allow connections as well >> >> >> >> On Feb 17, 2013, at 3:21 PM, Cory Gray <[email protected]> wrote: >> >> >> >>> Not sure if this is what is breaking it but you should not have voice >> >>> class h323 1 on your ras dialpeer on site c >> >>> >> >>> Sent from my iPhone >> >>> >> >>> On Feb 17, 2013, at 4:59 PM, "Hesham Abdelkereem" >> >>> <[email protected]> wrote: >> >>> >> >>>> Dear All, >> >>>> >> >>>> >> >>>> I have tried to configure a gatekeeper between HQ-SC for >> >>>> interoperability between CME and HQ >> >>>> The issue is I am just able to call from CME to CUCM but Unable to call >> >>>> from CUCM to CME. >> >>>> Knowing that I have created a Device Pool , Route Pattern , Gatekeeper >> >>>> info , Gatekeeper controlled trunk for Gatekeeper to call CME from CUCM >> >>>> Side >> >>>> when I debug i always get ARJ Admission Rejection. >> >>>> I don't want to change anything in the technology prefix or anything. >> >>>> I don't want to use default technology prefix. >> >>>> I want show gatekeeper endpoints and show gatekeeper gw-type-prefix to >> >>>> be the same exactly. >> >>>> I just want to troubleshoot the issue of calling from CUCM to CME. >> >>>> Thank you so much for all your efforts >> >>>> >> >>>> >> >>>> However, here you are my configs >> >>>> >> >>>> GATEKEEPER HQ Router - SIDE >> >>>> >> >>>> voice service voip >> >>>> allow-connections h323 to h323 >> >>>> allow-connections h323 to sip >> >>>> allow-connections sip to h323 >> >>>> allow-connections sip to sip >> >>>> >> >>>> interface Loopback0 >> >>>> ip address 177.1.254.1 255.255.255.255 >> >>>> h323-gateway voip bind srcaddr 177.1.254.1 >> >>>> >> >>>> gatekeeper >> >>>> zone local CUCM cisco.com 177.1.254.1 >> >>>> zone local CUCME cisco.com >> >>>> zone prefix CUCM 1... >> >>>> zone prefix CUCM 2... >> >>>> zone prefix CUCME 3... >> >>>> gw-type-prefix 1* >> >>>> no shutdown >> >>>> >> >>>> >> >>>> >> >>>> >> >>>> SC Side >> >>>> >> >>>> interface Loopback0 >> >>>> ip address 177.1.254.3 255.255.255.255 >> >>>> h323-gateway voip interface >> >>>> h323-gateway voip id CUCM ipaddr 177.1.254.1 1719 >> >>>> h323-gateway voip h323-id CUCME >> >>>> h323-gateway voip tech-prefix 31 >> >>>> h323-gateway voip bind srcaddr 177.1.254.3 >> >>>> >> >>>> >> >>>> dial-peer voice 85 voip >> >>>> destination-pattern [12]...$ >> >>>> voice-class h323 1 >> >>>> session target ras >> >>>> dtmf-relay h245-alphanumeric >> >>>> >> >>>> >> >>>> CorpHQ(config-dial-peer)#do show gatekeeper end >> >>>> GATEKEEPER ENDPOINT REGISTRATION >> >>>> ================================ >> >>>> CallSignalAddr Port RASSignalAddr Port Zone Name Type >> >>>> Flags >> >>>> --------------- ----- --------------- ----- --------- ---- >> >>>> ----- >> >>>> 177.1.10.10 1720 177.1.10.10 32811 CUCM VOIP-GW >> >>>> H323-ID: CUCM_TRUNK_1 >> >>>> Voice Capacity Max.= Avail.= Current.= 0 >> >>>> 177.1.10.20 1720 177.1.10.20 32788 CUCM VOIP-GW >> >>>> H323-ID: CUCM_TRUNK_2 >> >>>> Voice Capacity Max.= Avail.= Current.= 0 >> >>>> 177.1.254.3 1720 177.1.254.3 63360 CUCM H323-GW >> >>>> H323-ID: CUCME >> >>>> Voice Capacity Max.= Avail.= Current.= 0 >> >>>> Total number of active registrations = 3 >> >>>> >> >>>> CorpHQ(config-dial-peer)# >> >>>> >> >>>> >> >>>> CorpHQ(config-dial-peer)#do show gatekeeper gw-type-prefix >> >>>> GATEWAY TYPE PREFIX TABLE >> >>>> ========================= >> >>>> Prefix: 31* >> >>>> Zone CUCM master gateway list: >> >>>> 177.1.254.3:1720 CUCME >> >>>> >> >>>> Prefix: 1* >> >>>> Zone CUCM master gateway list: >> >>>> 177.1.10.10:1720 CUCM_TRUNK_1 >> >>>> 177.1.10.20:1720 CUCM_TRUNK_2 >> >>>> >> >>>> >> >>>> CorpHQ(config-dial-peer)# >> >>>> _______________________________________________ >> >>>> For more information regarding industry leading CCIE Lab training, >> >>>> please visit www.ipexpert.com >> >>>> >> >>>> Are you a CCNP or CCIE and looking for a job? Check out >> >>>> www.PlatinumPlacement.com >> >> >> >> _______________________________________________ >> For more information regarding industry leading CCIE Lab training, please >> visit www.ipexpert.com >> >> Are you a CCNP or CCIE and looking for a job? Check out >> www.PlatinumPlacement.com >> > > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > Are you a CCNP or CCIE and looking for a job? Check out > www.PlatinumPlacement.com > > > > -- > Suresh Bhandari
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com
