cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5601
Views
5
Helpful
9
Replies

Disconnect Cause Value=3

Helmi Muzammil
Level 1
Level 1

Hi All,

I have some problem with my H323 Gateway

existing topology is Call Manager - PABX - H323 gateway, now my customer want to dismantle PABX. so, H323 gateway will be directly attached to Call Manager.

when i place a call with existing topology, it's success, but with new topology, it failed with disconnect cause value =3 (no route to destination).

There is no change of configuration in gateway side. I just register H323 gateway to call manager and then create route pattern to that H323 gateway.

i make sample call scenario for debug isdn q931 and debug voip ccapi inout

calling number = 53319

called number = 457104

when i debug the h323 gateway, the router receive 457104 digits from both call through pabx and call manager direct to h323 gateway.

if i call from call manager direct to h323 gateway, router send disconnect cause value = 3 and terminate the call but if i call from call manager through pabx, it will be success because match with dial-peer 457.

Why call that direct to h323 gateway failed (dest cause value 3) if there is dial-peer to route the call (dial-peer 457)?

please find attached debug file from both condition.

Thanks,

Helmi

2 Accepted Solutions

Accepted Solutions

Helmi,

in that case, it is voip dial-peer between CUCM and H.323 GW(A) and another voip dial-peer to 2nd H.323(B)

you don't have IP to IP functionality configured in H.323(A) and hence it won't work.

when you have the PBX, it is POTS dial-peer to H.323(A).

you would need to go for CUBE functionality if you want to connect the CUCM when dismantling the PBX connection.

//Suresh Please rate all the useful posts.

View solution in original post

Try to define as below in both gateways.

voice service voip

allow-connections h323 t h323

Regards,

Nishant Savalia

Regards, Nishant Savalia

View solution in original post

9 Replies 9

Nishant Savalia
Level 4
Level 4

Hi helmi,

please share debug voice ccapi inout of the fail call and also share your running config of gateway.

Regards,

Nishant Savalia

Regards, Nishant Savalia

Hi Nishant,

Thanks for your reply,

Please find attached debug file and show run H323 gateway.

Cheers,

Helmi

Hi Helmi,

I checked the logs

Sep 30 15:44:48.532 WIB: //-1/8045E28E-003A-9124-0700-7F09922CDFCA/CCAPI/cc_api_call_setup_ind_common:

   Interface=0x66F3EC04, Call Info(

   Calling Number=53319,(Calling Name=)(TON=International, NPI=National, Screening=User, Passed, Presentation=Allowed),

   Called Number=4571504(TON=Unknown, NPI=National),

   Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,

  Incoming Dial-peer=0, Progress Indication=NULL(0), Calling IE Present=TRUE,

>> The inbound dial-peer matched is 0

>> there is no pots dial-peer configured to send the call to pstn

>> All I see is voip dial-peers as below pointing to 146.40.74.124, I believe it to send the call to CUCM?

!

dial-peer voice 457 voip

preference 1

destination-pattern 4571...

session target ipv4:146.40.74.124

dtmf-relay cisco-rtp

no vad

!

!

dial-peer voice 34547 voip

destination-pattern 4571504

session target ipv4:146.40.74.124

dtmf-relay cisco-rtp

no vad

>> can you pls configure a proper pots dial-peer to send out the call to PSTN?

//Suresh Please rate all the useful posts.

Hi Suresh,

I configure voip dial-peer because the call (4571504) will be sent to other h323 gateway ( 146.40.74.124 ) not to PSTN.

Thanks,

Helmi

Helmi,

in that case, it is voip dial-peer between CUCM and H.323 GW(A) and another voip dial-peer to 2nd H.323(B)

you don't have IP to IP functionality configured in H.323(A) and hence it won't work.

when you have the PBX, it is POTS dial-peer to H.323(A).

you would need to go for CUBE functionality if you want to connect the CUCM when dismantling the PBX connection.

//Suresh Please rate all the useful posts.

Good point suresh ....+5

Regards,

Nishant Savalia

Regards, Nishant Savalia

Hi helmi.

What IOS version you are using?

Regards,

Nishant Savalia

Regards, Nishant Savalia

Try to define as below in both gateways.

voice service voip

allow-connections h323 t h323

Regards,

Nishant Savalia

Regards, Nishant Savalia

Hi Nishant, Hi Suresh

Really appreciate for your help.. it's working well right now after i configure allow-connections h323 to h323 on the H.323 router and uncheck Wait for Far End H.245 Terminal Capability Set in H.323 gateway on Call Manager.

.

Many Thanks,

Helmi