Hi all,
I have a Cisco 2901 configured with an E1 PRI and connected to a Siemens hipath 4000 version 2. Incoming calls from the Siemens are delayed in call proceeding about 15 seconds. The Cisco configuration is:
isdn switch-type primary-qsig
isdn voice-call-failure 0
!
controller E1 0/0/0
clock source line primary
pri-group timeslots 1-12,16
!
interface Serial0/0/0:15
description D-channel for ECN-8
no ip address
encapsulation hdlc
no logging event link-status
isdn switch-type primary-qsig
isdn timer T310 120000
isdn overlap-receiving
isdn protocol-emulate network
isdn incoming-voice voice
isdn supp-service name calling profile Network-Extension operation-value-tag local
isdn sending-complete
no cdp enable
!
dial-peer voice 100 voip
destination-pattern .T
session target ras
incoming called-number .
dtmf-relay h245-alphanumeric
codec g729r8 bytes 50
fax protocol cisco
ip qos dscp cs5 media
ip qos dscp cs5 signaling
no vad
!
dial-peer voice 54 pots
destination-pattern 54T
port 0/0/0:15
!
You can see the status:
PORT CODEC VAD VTSP STATE VPM STATE
============== ========= === ==================== ======================
0/0/0:15.1 - - -
0/0/0:15.2 - - -
0/0/0:15.3 - - -
0/0/0:15.4
0/0/0:15.5 g711ulaw n S_SETUP_INDICATED S_TSP_INCALL >>>>>>>>>> until this state change to PROCEEDING, the end user can hear the ring back (15 seconds)
I thought about the wildcard (.T) on dial-peer was cause the issue so when I changed these, the problem still remained the same.
What can be the reason of this?
Can somebody help?
Regards.