PDA

View Full Version : VoIP setup problems (Ports)


kaltera
26-12-2007, 04:55 PM
Hi everyone,

I'm encountering a big problem with my TyTn WM6. I do not manage to register to my SIP account.

When I try via a regular softphone with port 5060, it works very well, but since I want to do it with the VoIP setup delivered with all WM6 ROM, it just won't do.

I tried to do a lot of packet capture and I figured out that the VoIP setup uses a random port number and that is, I think, the major problem. Is there a way to force VoIP setup to use port 5060 ?

Thank you

ADB100
26-12-2007, 06:02 PM
I had similar issues with my Wizard and spent a bit of time comparing sniffer traces of a desktop PC running a SIP client and what the Wizard was sending. I too saw similar behaviour. What I found was the PC registered itself and said it was listening on UDP port 5060, the Wizard though was attempting to use some random port number.
I posted on here and got no responses (http://forum.xda-developers.com/showthread.php?t=304068), I did however resolve it by enabling SIP protocol inspection in my ADSL router (Cisco 877). The PC SIP client worked because both the source & destination ports remained constant (5060) and the router didn't need to do anything clever, however the Wizards SIP client used a random source port and the router hadn't created any state. When SIP protocol inspection was enabled it allowed the router to look into the SIP conversation and created the appropriate state and translations.

HTH

Andy