cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
688
Views
0
Helpful
1
Replies

IP phone keeps ringing for outbound calls

faizal_vi
Level 1
Level 1

Hi ,

I have a cucm 7.1 with H323 GW. I have an issue with calls made from IP phones to PSTN. The IP phone side heard the ringback tone even if the remote end disconnects the call or stops ringing.

H323 GW------CUCM----IP Phones

I have enabled Check Progress Indicator Before Establishing Media to TRUE since there was no ringback tone in Service Parameters> Clusterwide Parameters (Device - H323)

The config on the VG is

!
!
!
isdn switch-type primary-net5
!
!
voice call send-alert
voice rtp send-recv
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
voice translation-rule 2
rule 1 /\(.*\)/ /XXXXXX400/
!
voice translation-rule 3
rule 1 /\(.*\)/ /XXXXXX000/
!
!
voice translation-profile ADDFULL-MS
translate calling 2
!
voice translation-profile ADDFULL-NS
translate calling 3
!
!
voice-card 0
dspfarm
!
!
!
!
!
archive
log config
  hidekeys
!
!
!
!
!        
controller E1 0/1/0
pri-group timeslots 1-31
!
controller E1 0/1/1
pri-group timeslots 1-31
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.240.5 255.255.255.0
duplex full
speed auto
no mop enabled
h323-gateway voip interface
h323-gateway voip bind srcaddr 192.168.240.5
!
interface Service-Engine0/1
no ip address
shutdown
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1/0:15
no ip address
encapsulation hdlc
isdn switch-type primary-net5
isdn incoming-voice voice
no cdp enable
!
interface Serial0/1/1:15
no ip address
encapsulation hdlc
isdn switch-type primary-net5
isdn incoming-voice voice
no cdp enable
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 192.168.240.1
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
control-plane
!
!
!
voice-port 0/1/0:15
translation-profile outgoing ADDFULL-MS
!
voice-port 0/1/1:15
translation-profile outgoing ADDFULL-NS
!
!
!
!
!
dial-peer voice 2 pots
description ----- Incoming_Outgoing PSTN Calls -----
incoming called-number [45]..
direct-inward-dial
port 0/1/0:15
!
dial-peer voice 3 pots
description ----- Incoming_Outgoing PSTN Calls -----
incoming called-number [067]..
direct-inward-dial
port 0/1/1:15
!
dial-peer voice 5 voip
destination-pattern [04567]..
progress_ind setup enable 3
session target ipv4:192.168.240.10
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
!
dial-peer voice 10 pots
destination-pattern 9T
port 0/1/0:15
!
dial-peer voice 11 pots
destination-pattern 8T
port 0/1/1:15
!
!
gateway
timer receive-rtp 1200

1 Reply 1

Mark Pareja
Level 1
Level 1

Try these configuration best pratices to see if it removes the signaling error you were expirencing.

!

voice service voip

h323

!

!

voice class codec 1

codec preference 1 g711ulaw

!

!

!

voice class h323 1

h225 timeout tcp establish 3

!

!

!
dial-peer voice 5 voip
destination-pattern [04567]..
progress_ind setup enable 3
session target ipv4:192.168.240.10
dtmf-relay h245-alphanumeric
  voice-class codec 1
  voice-class h323 1

no vad
!