ne chiamo ne ricevo, e il telefono non emette toni vi posto la mia configurazione, perche' non capisco proprio dove sbaglio
Codice: Seleziona tutto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot system flash c1700-sv8y7-mz.124-16.bin
boot-end-marker
!
enable secret level 1 5 XXXXX
enable secret 5 XXXXX
no aaa new-model
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
voice-card 1
!
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.254
!
ip dhcp pool LOCAL
network 192.168.0.0 255.255.255.0
default-router 192.168.0.254
dns-server 62.101.93.101 83.103.25.250
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
ip address dhcp
ip nat outside
ip virtual-reassembly
half-duplex
!
interface FastEthernet0/0
ip address 192.168.0.254 255.255.255.0
ip nat inside
ip virtual-reassembly
speed auto
full-duplex
!
ip route 0.0.0.0 0.0.0.0 Ethernet0/0
ip http server
!
ip nat source static udp 172.31.43.254 5060 interface Ethernet0/0 5060
ip nat inside source list 151 interface Ethernet0/0 overload
!
!
access-list 151 permit ip 192.168.0.0 0.0.0.255 any
!
!
!
control-plane
!
!
voice-port 1/0
echo-cancel coverage 32
playout-delay mode fixed
cptone IT
timeouts initial 120
timeouts interdigit 3
timeouts call-disconnect 0
caller-id enable
!
voice-port 1/1
echo-cancel coverage 32
playout-delay nominal 100
playout-delay mode fixed
cptone IT
timeouts initial 120
timeouts interdigit 3
timeouts call-disconnect 0
caller-id enable
!
!
!
!
!
!
dial-peer voice 1 voip
destination-pattern .T
session protocol sipv2
session target sip-server
session transport udp
dtmf-relay sip-notify
codec g711alaw
no vad
!
dial-peer voice 2 pots
description LINEA VOCE
destination-pattern XXXXX
port 1/0
authentication username XXXXXX password XXXXXXrealm voip.eute
lia.it
!
dial-peer voice 3 pots
description LINEA FAX
destination-pattern XXXXX
port 1/1
authentication username XXXXXX password XXXXXX realm voip.eute
lia.it
!
sip-ua
authentication username XXXXXX password XXXXXX
retry invite 4
retry response 3
retry bye 2
retry cancel 2
registrar dns:voip.eutelia.it:5060 expires 3600
sip-server dns:voip.eutelia.it:5060
!
!
line con 0
line aux 0
line vty 0 4
exec-timeout 5 0
password XXXXXX
logging synchronous
login
transport preferred none
transport input telnet
!
end