Re: [Siproxd-users] siproxd-0.7.0-4577 and Nokia N95 prob
Status: Beta
Brought to you by:
tries
From: sp4rc <sam...@gm...> - 2008-11-26 18:17:36
|
Just for others who maybe struggling with the Nokia N95 VoIP Client and siproxd. As you may derive from my TCP dump its not possible to disable the mobiles STUN functionality and that's the reason it fails in registering with the voice service provider (sipgate in this case). Simply rejecting (!= DROP) 3478/udp (STUN) made the trick, this took me about 2 weeks to figure it out... yes I am new to SIP/SDP/RTP :-) This is what my sipgate.de configuration for the Nokia device looks like: - Profilename: sipgate-profile - Dienstprofile: IETF - Std-Zug-Pkt: your AP - Öff. Benutzername: sip:you...@si... - Komprimierung verwenden: nein - Anmeldung: Bei Bedarf... or whatever - Sicherheitsmech. verwenden: Nein - Proxyserver - Proxyserveradr: sip:192.168.1.1 - Gebiet: sipgate.de - Benutzername: your_user_id - Password: your_pass - Loose Routing erlauben: ja - Transporttyp: UDP - Port: 5060 - Anmeldeserver - Anmeldeserveradr: sip:sipgate.de - Gebiet: sipgate.de - Benutzername: your_user_id - Password: your_pass - Transporttyp: UDP - Port: 5060 Have fun... /sp4rc > $ tcpdump -i ath0 -n -p host 192.168.1.20 > ------------------------------------------------ [...] > 20:57:47.431802 arp who-has 192.168.1.1 tell 192.168.1.20 > 20:57:47.431891 arp reply 192.168.1.1 is-at 00:0b:6b:db:1f:f1 > 20:57:47.435378 IP 192.168.1.20.38231 > 192.168.1.1.53: 60361+ AAAA? > stun.sipgate.net. (34) > 20:57:47.436050 IP 192.168.1.1.53 > 192.168.1.20.38231: 60361 0/0/0 > (34) > 20:57:47.494034 IP 192.168.1.20.5060 > 217.10.79.2.3478: SIP, length: 20 > 20:57:47.516204 IP 217.10.79.2.3478 > 192.168.1.20.5060: SIP, length: 88 > 20:57:47.527910 IP 192.168.1.20.5060 > 192.168.1.1.5060: SIP, length: [...] > ------------------------------------------------ |