Hello, I'm getting a weird problem with my cisco 3640.
I have some voice link between that Cisco 3640 and Cisco 3620.
What happening, is when the link between these 2 router go down, some interface get stuck in a wrong status and stick with it when the link is back up. Each time that link go down, i have to go manualy in Cisco 3640 and do a shutdown on one voice-port to reset it.
It look like this when it s bug :
Here a exemple of the config
Any tip to fix this?
I have some voice link between that Cisco 3640 and Cisco 3620.
What happening, is when the link between these 2 router go down, some interface get stuck in a wrong status and stick with it when the link is back up. Each time that link go down, i have to go manualy in Cisco 3640 and do a shutdown on one voice-port to reset it.
It look like this when it s bug :
What is even more weird, is all voice-port use g729br8 codec. Seeing g711ulaw codec is totaly out of normality.ro3640-sdo-1#show voice call sum
PORT CODEC VAD VTSP STATE VPM STATE
============ ======== === ==================== ======================
1/0/0 g729br8 y S_CONNECT FXOLS_OFFHOOK
1/0/1 g711ulaw n S_CONNECT FXOLS_CONNECT
1/1/0 g729br8 y S_CONNECT FXOLS_OFFHOOK
1/1/1 - - - FXOLS_ONHOOK
2/0/0 g711ulaw n S_CONNECT FXOLS_OFFHOOK
2/0/1 - - - FXOLS_ONHOOK
Here a exemple of the config
voice-port 1/0/0
input gain 6
echo-cancel coverage 16
no comfort-noise
cptone CA
connection plar 802
!
voice-port 1/0/1
input gain 6
echo-cancel coverage 16
no comfort-noise
cptone CA
connection plar 900
!
voice-port 1/1/0
input gain 6
echo-cancel coverage 16
no comfort-noise
cptone CA
connection plar 700
!
voice-port 1/1/1
input gain 6
echo-cancel coverage 16
no comfort-noise
cptone CA
connection plar 600
!
voice-port 2/0/0
input gain 6
echo-cancel coverage 16
no comfort-noise
cptone CA
connection plar 2930000
!
voice-port 2/0/1
input gain 6
echo-cancel coverage 16
no comfort-noise
cptone CA
connection plar 2930001
!
dial-peer cor custom
!
!
!
dial-peer voice 100 pots
destination-pattern 801
port 1/0/0
!
dial-peer voice 150 voip
destination-pattern 802
session target ipv4:192.168.47.254
dtmf-relay cisco-rtp
req-qos controlled-load
acc-qos controlled-load
codec g729br8
ip precedence 5
!
dial-peer voice 2 pots
destination-pattern 901
port 1/0/1
!
dial-peer voice 3 voip
destination-pattern 900
session target ipv4:192.168.47.254
dtmf-relay cisco-rtp
req-qos controlled-load
acc-qos controlled-load
codec g729br8
ip precedence 5
!
dial-peer voice 4 pots
destination-pattern 701
port 1/1/0
!
dial-peer voice 5 voip
destination-pattern 700
session target ipv4:192.168.47.254
dtmf-relay cisco-rtp
req-qos controlled-load
acc-qos controlled-load
codec g729br8
ip precedence 5
!
dial-peer voice 8 pots
destination-pattern 601
port 1/1/1
!
dial-peer voice 9 voip
destination-pattern 600
session target ipv4:192.168.47.254
dtmf-relay cisco-rtp
req-qos controlled-load
acc-qos controlled-load
codec g729br8
ip precedence 5
!
dial-peer voice 12 pots
destination-pattern 9
port 2/0/0
!
dial-peer voice 13 voip
destination-pattern 2930000
session target ipv4:192.168.47.253
codec g729br8
ip precedence 5
!
dial-peer voice 14 voip
destination-pattern 2930001
session target ipv4:192.168.47.253
codec g729br8
ip precedence 5
!
dial-peer voice 16 pots
destination-pattern 8
port 2/0/1
Any tip to fix this?