Hi Amith,
first try : netstat -alu | grep 5060
Note that if don't explicitly set a listen interface in the config file, SER will listen on all of existent interfaces.
If you enable debug (uncomment the lines with fork=no and log_stderr=yes), at startup, you will be able to see something like:
Listening on udp: 127.0.0.1 [127.0.0.1]:5060 udp: 192.168.1.10 [192.168.1.10]:5060 tcp: 127.0.0.1 [127.0.0.1]:5060 tcp: 192.168.1.10 [192.168.1.10]:5060
Of course, with your IP addresses :)
regards, Marian
Amith wrote:
hi Hendrik, i don't see a listen= variable in my ser.cfg . I'am sending it across.Please check my config file .
thank you,
cheers, Amith
*/Hendrik Scholz hendrik.scholz@freenet-ag.de/* wrote:
Hi! Amith wrote: > that SER is not listening on any interface at port 5060. This > (5060) port is not used by any other app . Check the listen= parameter in your ser.cfg Hendrik