07-14-2022 10:16 PM - edited 07-20-2022 03:17 AM
Hi Guys.
I have the problem of no voice in both way when Call Outgoing.
(IP Phone)7317356 -> (CUCM)10.10.40.200 -> (Cube)10.10.255.10 -> (CE)10.21.10.234 -> (PE)10.21.10.234 -> (Destination) 087888555213
*attached VG debug
Thank You
Solved! Go to Solution.
07-18-2022 04:57 AM - edited 07-18-2022 05:00 AM
Hi,
I also would set up the whole dial-peer matching completely differently, just using the knowledge I have from your config / debug:
voice translation-profile TO_CUCM --> new profile
translate called 3
!
dial-peer voice 1 voip
description *** From VG to CUCM-PUB ***
destination-pattern 0212356 --> change number
translation-profile outgoing TO_CUCM --> add command
session protocol sipv2
session target ipv4:10.10.40.200
voice-class codec 1
no voice-class sip transport switch udp tcp --> delete command
voice-class sip early-offer forced
voice-class sip bind control source-interface Port-channel1 --> change interface
voice-class sip bind media source-interface Port-channel1 --> change interface
dtmf-relay rtp-nte
no vad
!
dial-peer voice 2 voip
description *** From VG to CUCM-SUB ***
destination-pattern 0212356 --> change number
translation-profile outgoing TO_CUCM --> add command
session protocol sipv2
session target ipv4:10.10.40.201
voice-class codec 1
no voice-class sip transport switch udp tcp --> delete command
voice-class sip early-offer forced
voice-class sip bind control source-interface Port-channel1 --> change interface
voice-class sip bind media source-interface Port-channel1 --> change interface
dtmf-relay rtp-nte
no vad
!
dial-peer voice 2 voip --> new dial-peer
description *** From CUCM-to VG ***
incoming called-number 9T
session protocol sipv2
voice-class codec 1
voice-class sip bind control source-interface Port-channel1
voice-class sip bind media source-interface Port-channel1
dtmf-relay rtp-nte
no vad
!
dial-peer voice 101 voip
description *** Incoming via SIP-JAYAKOM ***
no translation-profile incoming JAYAKOM-INCOMING-1 --> delete the profile here
session protocol sipv2
no session target ipv4:10.21.10.233 --> delete command
incoming called-number 0212356 --> Match based on your DID range (and not on all with a dot ".")
voice-class codec 1
no voice-class sip transport switch udp tcp --> delete command
voice-class sip early-offer forced
voice-class sip bind control source-interface GigabitEthernet0/0/2 --> add command
voice-class sip bind media source-interface GigabitEthernet0/0/2 --> add command
dtmf-relay rtp-nte
no vad
!
dial-peer voice 201 voip
description *** Outgoing via SIP-JAYAKOM ***
translation-profile outgoing JAYAKOM_OUTGOING
preference 1
destination-pattern 9T
session protocol sipv2
session target ipv4:10.21.10.233
no voice-class sip transport switch udp tcp --> delete command
voice-class sip early-offer forced
voice-class sip bind control source-interface GigabitEthernet0/0/2
voice-class sip bind media source-interface GigabitEthernet0/0/2
dtmf-relay rtp-nte
no codec g711alaw --> delete command
voice-class codec 1 --> add command
no vad
07-14-2022 10:45 PM
Have you checked your own logs?
If yes, then you would see, that the call is not even successfully established.
Your CUBE sends multiple "200 OK" back to CUCM, but CUCM isn't reacting to that (an ACK message is missing). Because of this, CUBE tries to hang up the call with a "BYE", but also these "BYE" messages aren't answered by CUCM.
Something is wrong with your connection between CUCM and CUBE. You should check that.
Also: Configure the dial-peers / tenants you use for the connection between CUBE and CUCM as TCP. That's more reliable.
It could also be, that the "200 OK" and the "BYE" messages are source from the wrong interface and then it's clear that CUCM doesn't react.
07-18-2022 04:28 AM - edited 07-20-2022 03:20 AM
Hai @b.winter
Have a nice day.
It's true what you said there was an error on the IP interface given to cucm. (c=IN IP4 x.x.x.x )
Now the outgoing call is successful.But the Incoming Call rings but can't be picked up.
Thank You
07-18-2022 04:57 AM - edited 07-18-2022 05:00 AM
Hi,
I also would set up the whole dial-peer matching completely differently, just using the knowledge I have from your config / debug:
voice translation-profile TO_CUCM --> new profile
translate called 3
!
dial-peer voice 1 voip
description *** From VG to CUCM-PUB ***
destination-pattern 0212356 --> change number
translation-profile outgoing TO_CUCM --> add command
session protocol sipv2
session target ipv4:10.10.40.200
voice-class codec 1
no voice-class sip transport switch udp tcp --> delete command
voice-class sip early-offer forced
voice-class sip bind control source-interface Port-channel1 --> change interface
voice-class sip bind media source-interface Port-channel1 --> change interface
dtmf-relay rtp-nte
no vad
!
dial-peer voice 2 voip
description *** From VG to CUCM-SUB ***
destination-pattern 0212356 --> change number
translation-profile outgoing TO_CUCM --> add command
session protocol sipv2
session target ipv4:10.10.40.201
voice-class codec 1
no voice-class sip transport switch udp tcp --> delete command
voice-class sip early-offer forced
voice-class sip bind control source-interface Port-channel1 --> change interface
voice-class sip bind media source-interface Port-channel1 --> change interface
dtmf-relay rtp-nte
no vad
!
dial-peer voice 2 voip --> new dial-peer
description *** From CUCM-to VG ***
incoming called-number 9T
session protocol sipv2
voice-class codec 1
voice-class sip bind control source-interface Port-channel1
voice-class sip bind media source-interface Port-channel1
dtmf-relay rtp-nte
no vad
!
dial-peer voice 101 voip
description *** Incoming via SIP-JAYAKOM ***
no translation-profile incoming JAYAKOM-INCOMING-1 --> delete the profile here
session protocol sipv2
no session target ipv4:10.21.10.233 --> delete command
incoming called-number 0212356 --> Match based on your DID range (and not on all with a dot ".")
voice-class codec 1
no voice-class sip transport switch udp tcp --> delete command
voice-class sip early-offer forced
voice-class sip bind control source-interface GigabitEthernet0/0/2 --> add command
voice-class sip bind media source-interface GigabitEthernet0/0/2 --> add command
dtmf-relay rtp-nte
no vad
!
dial-peer voice 201 voip
description *** Outgoing via SIP-JAYAKOM ***
translation-profile outgoing JAYAKOM_OUTGOING
preference 1
destination-pattern 9T
session protocol sipv2
session target ipv4:10.21.10.233
no voice-class sip transport switch udp tcp --> delete command
voice-class sip early-offer forced
voice-class sip bind control source-interface GigabitEthernet0/0/2
voice-class sip bind media source-interface GigabitEthernet0/0/2
dtmf-relay rtp-nte
no codec g711alaw --> delete command
voice-class codec 1 --> add command
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