10-06-2010 02:10 PM - edited 03-13-2019 07:10 PM
When I initial a call form remote site(Phone1). Phone1--PSTN1 -->T1(E&M)-->VoiceGW1------>VoiceGW2-->ISDN-PRI-E1-NET5-->PSTN2--Phone2
The call disconnect and get ISDN Q931 messages "TX --> DISCONNECT" and Disconnect Cause Codes is "Temporary failure" in VoiceGW2 after connect 15sec.
But when I initial a call from local(Phone2) to remote is OK.
10-08-2010 06:32 AM
There may be a negotitation issue between VGW1 and VGW2. Are they communication via H.323 or SIP?
If H.323, collect the following debugs,
From VGW1,
debug voip ccapi inout
debug vpm signal
debug h225 asn1
debug h245 asn1
debug ip tcp transaction
debug h225 q931
From VGW2,
debug voip ccapi inout
debug isdn q931
debug h225 asn1
debug h245 asn1
debug h225 q931
debug ip tcp transaction
If SIP,
From VGW1,
debug voip ccapi inout
debug vpm signal
debug ip tcp transaction
debug ccsip message
From VGW2,
debug voip ccapi inout
debug isdn q931
debug ip tcp transaction
debug ccsip message
Please also include the following output from each gateway,
show version
show run
show voice dsp detail
show voice dsp group all
show voice call summary
show diag
-Felipe
10-10-2010 10:03 PM
10-11-2010 08:10 AM
Looks as though not all the debugs were collected. I don't see the output of "debug ip tcp transaction" it looks like the TCS from GW1 is not making it to GW2. This causes media negotiation to fail. Is it possible to get a packet capture of the call off of the GW2?
-Felipe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide