Сталкнулся со странной проблемой через некоторое время один или несколько аналоговых портов перестают работать, т.е. там либо полностью тишина либо короткие гудки(короче чем busy) и никакими действиями из этого состояния его не выведешь только перезагрузка
вот мой конфиг
Building configuration...
Current configuration : 1566 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
network-clock base-rate 56k
ip subnet-zero
!
call rsvp-sync
!
voice service voip
fax protocol t38 ls-redundancy 0 hs-redundancy 0
!
!
!
!
!
no voice confirmation-tone
!
!
!
!
interface Ethernet0
ip address 192.168.10.249 255.255.255.0
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
interface FR-ATM20
no ip address
shutdown
!
ip classless
ip route 192.168.246.100 255.255.255.255 192.168.10.254
no ip http server
!
!
voice-port 1/1
cptone RU
codec g729r8
!
voice-port 1/2
cptone RU
codec g729r8
!
voice-port 1/3
output attenuation 4
cptone RU
timeouts initial 120
timeouts ringing infinity
timeouts wait-release infinity
codec g729r8
!
voice-port 1/4
cptone RU
timeouts initial 120
codec g729r8
!
voice-port 1/5
cptone RU
timeouts initial 120
codec g729r8
!
voice-port 1/6
cptone RU
timeouts initial 120
codec g729r8
!
dial-peer cor custom
!
!
!
dial-peer voice 2 voip
destination-pattern .T
session target ipv4:192.168.246.100
fax-relay ecm disable
fax protocol t38 ls-redundancy 0 hs-redundancy 0
no vad
!
dial-peer voice 3 pots
destination-pattern 921001
port 1/3
!
dial-peer voice 4 pots
destination-pattern 921099
port 1/4
!
dial-peer voice 5 pots
destination-pattern 921021
port 1/5
!
dial-peer voice 6 pots
destination-pattern 921022
port 1/6
!
!
line con 0
line aux 0
line 2 3
line vty 0 4
login
!
end