12-20-2017 11:36 AM - edited 03-17-2019 11:49 AM
Hi all;
let me try explain my issue;
I have a cisco ISR4331/K9 with a SIP card this card receive call from 1800 numbers and goes throught a hunt group an a CUCM, when the user answer he gets a busy tone and the client who is calling get a silence and ending call this is on 3 sec once the call is answered.
Recently the office whit the issue had a router update, with old one everything worked OK but with this new one ISR4331 the call is not working properly.
I'm not a voice expert but i had been assigned to that task to solve.
something I notice comparing both config is a codec difference:
Old router:
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g729r8
codec preference 3 g729br8
!
voice class h323 3
h225 timeout tcp establish 3
!
voice class h323 1
h225 timeout tcp establish 3
New Router
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g729r8
codec preference 3 g729br8
codec preference 4 aacld
!
voice class h323 3
h225 timeout tcp establish 3
!
voice class h323 1
h225 timeout tcp establish 3
there are many dial-peer but in both are the same
what can I do to troubleshoot the issue?.
Thanks for your time
Solved! Go to Solution.
12-21-2017 02:57 AM - edited 12-21-2017 03:51 AM
Hi in addition to what Georgios has said..Please do the following
conf t:
service sequence-numbers
service timestamps debug datetime localtime msec
logging buffered 10000000 debug
no logging console
no logging monitor
default logging rate-limit
default logging queue-limit
Then..
<Enable debugs, then test again.>
debug isdn q931
debug voip ccapi inout
debug h225 asn1
debug h245 asn1
<Enable session capture to txt file in terminal program.> (such as Putty)
then do the ff:
terminal length 0
show logging
12-20-2017 11:54 AM
Please, attach the router's config along with the output of "debug ccsip messages", "debug voip ccapi inout". Also, include calling and called numbers.
12-20-2017 03:27 PM
12-20-2017 03:27 PM
12-21-2017 12:27 AM
Adrian, you said in the beginning the router had a "SIP card". Although there is no such thing I assumed that you were using SIP to connect to your CUCM. The config suggests that this is not the case. You are using H.323.
Please, collect "debug voip ccapi inout" and "debug h225 asn1" and attach them here.
Also, include calling and called numbers of the call.
12-21-2017 05:49 AM
Hi Georgios, that is what I been told from the IT guy where the router is. how can I recognize if is a SIP card or h.323 protocol, SIP card don't use h.323? well anyway, here is the result of debug and the numbers involved are:
1-(876) 618-0277 number to call (Jamaica)
+52 (998) 242-2903 number from calling (Mx)
Something wear happen today when I call to test, the call works never ended. Ill be testing all day, I'd like to know what happened.
Thanks any advised
12-21-2017 05:59 AM
Your logs do not have the required logs. Please refer to my post below on how to setup the logs and how to collect them
12-21-2017 02:57 AM - edited 12-21-2017 03:51 AM
Hi in addition to what Georgios has said..Please do the following
conf t:
service sequence-numbers
service timestamps debug datetime localtime msec
logging buffered 10000000 debug
no logging console
no logging monitor
default logging rate-limit
default logging queue-limit
Then..
<Enable debugs, then test again.>
debug isdn q931
debug voip ccapi inout
debug h225 asn1
debug h245 asn1
<Enable session capture to txt file in terminal program.> (such as Putty)
then do the ff:
terminal length 0
show logging
12-21-2017 07:33 AM
12-20-2017 11:17 PM
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