Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 503 Bytes

README_gentoo.md

File metadata and controls

29 lines (21 loc) · 503 Bytes

Install voipmonitor dependencies

emerge libpcap zlib

Install voipmonitor

cd /path/to/voipmonitor
make clean
make
make install
cp config/voipmonitor.conf /etc/
cp config/init.d/voipmonitor /etc/init.d/

Edit the config file, prepare the mysql table and run voipmonitor

Install voipmonitor

cd /path/to/voipmonitor
make
make install
cp config/voipmonitor.conf /etc/
cp config/init.d/voipmonitor /etc/init.d/

Edit the config file, prepare the mysql table and run voipmonitor