hi;
i just compiled openser on a machine with amd64 cpu and Fedora Core 5 as the OS.
just set export CPU=athlon64.
then make all
is there any tool to test openser functionalities(seeing a process is
running doesnt mean anything for me).?
after successfull compilation
i can see openser is listening tcp/udp 5060 ports.
there are 3 executables in /usr/local/sbin directory
-rwxr-xr-x 1 root root 2.9M Mar 29 09:37 openser
-rwxr-xr-x 1 root root 41K Mar 29 09:37 openserctl
-rwxr-xr-x 1 root root 15K Mar 29 09:37 openserunix
and some configuration files in /usr/local/etc/openser
-rw-r--r-- 1 root root 1.8K Mar 29 09:37 dictionary.radius
-rw-r--r-- 1 root root 4.1K Mar 29 09:37 openser.cfg
-rw-r--r-- 1 root root 1.2K Mar 29 09:37 openserctlrc
netstat status
tcp 0 0 192.168.200.2:5060 0.0.0.0:*
LISTEN 31533/openser off (0.00/0/0)
tcp 0 0 127.0.0.1:5060 0.0.0.0:*
LISTEN 31533/openser off (0.00/0/0)
udp 0 0 192.168.200.2:5060 0.0.0.0:*
31533/openser off (0.00/0/0)
udp 0 0 127.0.0.1:5060 0.0.0.0:*
31533/openser off (0.00/0/0)