allora lo scenario e questo
router cisco 1750 su fastweb, l'hag di fastweb e' attaccato alla wic-1enet mentre alla fastethernet vi e' attaccato uno switch, dopo vi è collegato un cisco 1751v con una 2fxs
quindi il router 1750 è il router perimetrale ed ha connessione, dietro di lui c'e' il 1751v che mi serve per il voip.
il 1750 va tranquillamente e fa il suo lavoro.
ed ecco il PROBLEMA,
il router 1751v non ne vuole sapere di farmi fare nulla con eutelia, non va non riceve non chiama, non si sente nulla. premetto che lo sto testando con un telefono teleom di quelli bianchi classici.
Non so cosa fare vi posto la mia config sperando che mi possiate dire dove sbaglio
grazie
Codice: Seleziona tutto
version 12.4                                                                    
service timestamps debug datetime msec                                          
service timestamps log datetime msec                                            
no service password-encryption                                                  
!                                                                               
hostname router-voip                                                            
!                                                                               
boot-start-marker                                                               
boot-end-marker                                                                 
!                                                                               
!                                                                               
no aaa new-model                                                                
voice-card 0                                                                    
!                                                                               
ip cef                                                                          
!                                                                               
!                                                                               
!                                                                               
!                                                                               
ip name-server 8.8.8.8                                                          
ip name-server 8.8.4.4                                                          
ip name-server 62.94.0.42                                                       
ip name-server 62.94.0.41                                                       
ip auth-proxy max-nodata-conns 3                                                
ip admission max-nodata-conns 3                                                 
!                                                                               
!                                                                               
!                                                                               
voice call send-alert                                                           
voice call disc-pi-off                                                          
voice call debug short-header                                                   
voice rtp send-recv                                                             
voice dsp release early                                                         
!                                                                               
!                                                                               
voice class codec 1                                                             
 codec preference 1 g711alaw                                                    
 codec preference 2 g711ulaw                                                    
 codec preference 3 g729r8                                                      
!                                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
username admin                                                                  
!                                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
interface FastEthernet0/0                                                       
 ip address dhcp                                                                
 ip nat inside                                                                  
 ip virtual-reassembly                                                          
 no ip route-cache cef                                                          
 no ip route-cache                                                              
 no ip mroute-cache                                                             
 speed auto                                                                     
 hold-queue 100 out                                                             
!                                                                               
ip forward-protocol nd                                                          
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0                                        
!                                                                               
!                                                                               
ip http server                                                                  
no ip http secure-server                                                        
ip nat inside source list 102 interface FastEthernet0/0 overload                
!                                                                               
!                                                                               
!                                                                               
!                                                                               
control-plane                                                                   
!                                                                               
!                                                                               
!                                                                               
voice-port 0/0                                                                  
 ring cadence pattern01                                                         
 echo-cancel coverage 32                                                        
 no vad                                                                         
 cptone IT                                                                      
 timeouts interdigit 5                                                          
 bearer-cap Speech                                                              
 caller-id enable                                                               
!                                                                               
voice-port 0/1                                                                  
 ring cadence pattern01                                                         
 echo-cancel coverage 32                                                        
 no vad                                                                         
 cptone IT                                                                      
 timeouts interdigit 5                                                          
 bearer-cap Speech                                                              
 caller-id enable                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
!                                                                               
dial-peer voice 1 pots                                                          
 destination-pattern 08811885428                                                
 port 0/0                                                                       
 authentication username 08811885428 password 02120D5A180D577919 realm voip.eute
lia.it                                                                          
!                                                                               
dial-peer voice 2 pots                                                          
 destination-pattern 08811885429                                                
 port 0/1                                                                       
 authentication username 08811885429 password 0835454F1A125D4F47 realm voip.eute
lia.it                                                                          
!                                                                               
dial-peer voice 3 voip                                                          
 destination-pattern .T                                                         
 voice-class codec 1                                                            
 session protocol sipv2                                                         
 session target dns:voip.eutelia.it:5060                                        
 session transport udp                                                          
 dtmf-relay sip-notify                                                          
 fax rate 9600                                                                  
 fax protocol pass-through g711alaw                                             
!                                                                               
dial-peer voice 4 pots                                                          
 description INTERNO1                                                           
 destination-pattern 101                                                        
 port 0/0                                                                       
!                                                                               
dial-peer voice 5 pots                                                          
 destination-pattern 102                                                        
 port 0/1                                                                       
!                                                                               
sip-ua                                                                          
 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 shorse885da                                                           
 logging synchronous                                                            
 login                                                                          
 transport preferred none                                                       
 transport input telnet                                                         
!                                                                               
end      

