Sniffer installation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
= Compile shared binary = | = Compile shared binary = | ||
Please see README.* inside the sources (we recommend to use the static version) | |||
git clone https://github.com/voipmonitor/sniffer.git | git clone https://github.com/voipmonitor/sniffer.git | ||
Revision as of 00:38, 16 March 2016
VoIP monitor sniffer can be installed in two ways - either as static binary which will run on any Linux distribution with kernels >= 2.6.18 or compiled from sources.
Static binary
Static binary for 32bit or 64bit can be downloaded from http://www.voipmonitor.org/download pages. Step by step for 64bit linux procedure:
tar xzf voipmonitor-*-static.tar.gz cd voipmonitor-*-static ./install-script.sh cp voipmonitor.conf /etc/ mysqladmin create voipmonitor # Now edit configuration file /etc/voipmonitor.conf and run voipmonitor /etc/init.d/voipmonitor start
Please see README.* inside the sources (we recommend to use the static version)
git clone https://github.com/voipmonitor/sniffer.git