Errore: IP addr does not match with host IP addr

Voice su IP

Moderatore: Federico.Lagni

Rispondi
DenisJ
Cisco fan
Messaggi: 40
Iscritto il: mer 28 set , 2005 8:43 pm

Ciao a tutti
ormai in questi giorni vi sto sulla testa.
Sono riuscito a configurare il sip con messagenet e riesco finalmente a
fare delle telefonate.

Il problemma e che non riesco a ricevere ...
O messo il debug e sembra che ci sia qualche problema con il controllo ip

Codice: Seleziona tutto

20:47:10: //-1/Error/sipSPI_validate_own_ip_addr: ReqLine IP addr does not match with host IP addr
20:47:10: //-1/Error/sact_idle_new_message_invite: Invalid URL in incoming INVITE
20:47:10: //-1/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 400 Bad Request - 'Invalid IP Address'
Via: SIP/2.0/UDP 212.97.59.76:5061;branch=z9hG4bK3aa8.8abedb75.1,SIP/2.0/UDP 212.97.59.75:5060;branch=z9hG4bK6eb575eb
From: "347xxxxxxxx" <sip:[email protected]>;tag=as6fe1e2bb
To: <sip:[email protected]:5061>;tag=475D1F0-154A
Date: Sat, 08 Oct 2005 17:02:54 GMT
Call-ID: [email protected]
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 102 INVITE
Come vedete li ce la chiamata da parte del sip:[email protected] verso il sip:[email protected]
... quindi un ip finisce per 75 e l'altro per 76.
Puo essere questo ? e se e questo come si puo rimediare ?

Grazie
Denis
DenisJ
Cisco fan
Messaggi: 40
Iscritto il: mer 28 set , 2005 8:43 pm

Magari qualcuno puo fare il debug sul suo router mentre riceve una chiamata ?
si puo fare cosi:

routervoip#debug ccsip all
routervoip#terminal monitor
... aquesto punto provate a farvi chiamare
per terminare il tutto:
routervoip#terminal no monitor
routervoip#no debug ccsip all

Mi sto chiedendo, ma perche a me lo fa e a voi altri no ???

Grazie a chi mi puo aiutare.
Denis
Avatar utente
TheIrish
Site Admin
Messaggi: 1840
Iscritto il: dom 14 mar , 2004 11:26 pm
Località: Udine
Contatta:

Non sono un esperto di VoIP, ma magari la conf potrebbe aiutare.
DenisJ
Cisco fan
Messaggi: 40
Iscritto il: mer 28 set , 2005 8:43 pm

Ok grazie
mndo la conf

Codice: Seleziona tutto

version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname routervoip
!
boot-start-marker
boot system flash c1700-sv8y7-mz.123-11.T7.bin
boot-end-marker
!
enable secret 5 xxx
enable password xxx
!
memory-size iomem 15
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
voice-card 2
!
no aaa new-model
ip subnet-zero
!
!
!
!
ip cef
ip name-server 195.110.128.1
ip name-server 212.48.4.11
!
!
!
!
voice class codec 1
 codec preference 1 g711alaw
 codec preference 2 g729r8
!
!
!
!
interface FastEthernet0/0
 ip address 192.168.0.200 255.255.255.0
 ip access-group 101 out
 speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.1
ip http server
!
ip nat service sip udp port 5061
!
!
access-list 101 permit ip any any
!
!
control-plane
!
!
voice-port 2/0
 cptone IT
 timeouts interdigit 3
 caller-id enable
!
voice-port 2/1
!
!
!
!
!
dial-peer voice 1 voip
 destination-pattern .T
 voice-class codec 1
 session protocol sipv2
 session target sip-server
 session transport udp
 dtmf-relay sip-notify
!
dial-peer voice 2 pots
 destination-pattern xxx
 port 2/0
!
sip-ua
 authentication username xxx password xxx
 retry invite 4
 retry response 3
 retry bye 2
 retry cancel 2
 registrar dns:sip.messagenet.it:5061 expires 3600
 sip-server dns:sip.messagenet.it:5061
!
!
line con 0
 exec-timeout 0 0
 password xxx
 login
line aux 0
line vty 0 4
 exec-timeout 0 0
 password xxx
 login
!
sntp server 193.204.114.232
end
Grazie ancora
Denis
Rispondi