03-07-2024 02:53 AM - edited 03-07-2024 02:55 AM
Hi Cisco community,
I have a problem with calls coming from outside via my E1 line.
Outgoing calls from my network go through while incoming calls fail.
TELCO (E1 with SDAs) --> CUBE (ISR 4331) --> CUCM (version 12.5)
I tried to contact the TELCO but they told me no problem on their side. Is the error level? Help me please. I can't identify the problem.
When I examine, I manage to see at the debug isdn level, **error**: l3_badpeermsg and the debug voip ccapi Disconnect Cause=102.
Attached are the debug files and my full configuration
Any feedback/guidance you can provide would be greatly appreciated
Solved! Go to Solution.
03-07-2024 05:07 AM
You have to check the CUCM logs to dig deeper.
The issue can be a lot of things.
The working call from CUCM to CUBE uses TCP.
But the non-working call from CUBE to CUCM uses UDP. Maybe you should configure the dial-peer to use TCP too.
"session transport tcp"
03-07-2024 03:02 AM
Can you post the output of the following debugs:
debug isdn q931
debug ccsip messages
debug voice translation
debug voice ccapi ind 1
debug voice ccapi ind 2
debug voice ccapi ind 74
03-07-2024 03:09 AM
Hi @b.winter , see below.
03-07-2024 03:18 AM
The IP-address 10.205.0.21 (CUCM ?) is not responding to the INVITE and therefore, CUBE resends the INVITE mulitple times.
Since after a certain amount of time the PSTN provider doesn't receive anything back from CUBE, the provider hangs up the call
03-07-2024 04:54 AM
03-07-2024 05:07 AM
You have to check the CUCM logs to dig deeper.
The issue can be a lot of things.
The working call from CUCM to CUBE uses TCP.
But the non-working call from CUBE to CUCM uses UDP. Maybe you should configure the dial-peer to use TCP too.
"session transport tcp"
03-07-2024 06:45 AM
Thank you so much. I was able to solve it by adding this :
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g729r8
!
And I applied the "session transport tcp" and "voice-class codec 1" to all dial-peer voice XXX voip
dial-peer voice 121 voip
corlist outgoing APPEL-INTERNE
description description PHONE USER 1...
destination-pattern 1...
session protocol sipv2
session transport tcp
session target ipv4:10.205.0.21
dtmf-relay rtp-nte sip-kpml sip-notify
voice-class codec 1
no vad
!
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