Sniffer manual: Difference between revisions
(Created page with "= Introduction = This manual describes installation and configuration of the VoIPmonitor C++ sniffer. If you are looking for WEB GUI manual, go to http://www.voipmonitor.org/...") |
No edit summary |
||
Line 1: | Line 1: | ||
= Introduction = | = Introduction = | ||
This manual describes installation and configuration of the VoIPmonitor C++ sniffer. If you are looking for WEB GUI manual, go to | This manual describes installation and configuration of the VoIPmonitor C++ sniffer sensor. If you are looking for WEB GUI manual, go to [[WEB GUI Manual]]. | ||
VoIPmonitor is C++ | VoIPmonitor sniffer implements SIP, Cisco SKINNY, RTP, RTCP and UDPTL VoIP protocols analyzing quality of calls - packet delay variation and packet loss according to ITU-T G.107 E-model which predicts quality on MOS scale. It is written in C++ and designed to handle thousands of simultaneous calls. Each call can be optionally saved to pcap file format with either only Signalization SIP/SKINNY or including also RTP, RTCP and UDPTL protocols. VoIPmonitor can also decode sound and play it over the commercial WEB GUI or save it to disk as WAV. Supported codecs are G.711 alaw/ulaw and commercial plugins supports G.729a/G.723/G.722/iLBC/Speex/GSM/Isac/Silk. VoIPmonitor uses jitterbuffer simulator to keep both direction of call synchronized. | ||
[[Scaling]] | |||
[[Sniffing modes]] | |||
[[Sniffer installation]] | |||
[[Sniffer configuration]] | |||
[[Sniffer upgrade]] | |||
[[Sniffer troubleshooting]] |
Revision as of 10:35, 21 May 2013
Introduction
This manual describes installation and configuration of the VoIPmonitor C++ sniffer sensor. If you are looking for WEB GUI manual, go to WEB GUI Manual.
VoIPmonitor sniffer implements SIP, Cisco SKINNY, RTP, RTCP and UDPTL VoIP protocols analyzing quality of calls - packet delay variation and packet loss according to ITU-T G.107 E-model which predicts quality on MOS scale. It is written in C++ and designed to handle thousands of simultaneous calls. Each call can be optionally saved to pcap file format with either only Signalization SIP/SKINNY or including also RTP, RTCP and UDPTL protocols. VoIPmonitor can also decode sound and play it over the commercial WEB GUI or save it to disk as WAV. Supported codecs are G.711 alaw/ulaw and commercial plugins supports G.729a/G.723/G.722/iLBC/Speex/GSM/Isac/Silk. VoIPmonitor uses jitterbuffer simulator to keep both direction of call synchronized.