On Jun 15, 2005 at 21:20, Ryan Pagquil rpagquil@philonline.com wrote:
Hi guys, I have a problem with SER... whenever I register using X-lite i never get logged in.... X-lite always prompts me that the connection timed out.... in my SER machine I run tcpdump -i gem0 | grep 5060 and i only see the request comming from my firewall and the SER machine is not responding on the request.
here is the diagnostic of x-lite:
[...]
record_route(); if (loose_route()) { t_relay(); break; }; if (uri==mysql) {
^^^^^ it should be myself
Check also that ser really listens on the ip (the output of ser starting up and/or netstat -aun|grep 5060).
Andrei