• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H07-May-2022-995813

etc/H07-May-2022-5022

include/H07-May-2022-669338

ALGORITHMSH A D20-Oct-20051.5 KiB4930

AUTHORSH A D18-Oct-2005131 83

COPYINGH A D18-Oct-200514.7 KiB280236

ChangeLogH A D04-Dec-20053 KiB8354

INSTALLH A D09-Dec-20052.3 KiB6950

KNOWN_BUGSH A D09-Dec-2005200 94

LICENSEH A D09-Dec-20051.8 KiB4028

Makefile.bsdH A D03-May-20222.2 KiB7438

Makefile.linuxH A D09-Dec-20052.1 KiB7339

NEWSH A D09-Dec-2005266 54

READMEH A D09-Dec-20051.2 KiB3122

THANKSH A D09-Dec-20052 KiB7045

TODOH A D09-Dec-2005460 2212

conf.cH A D19-Oct-20057.6 KiB317264

configure.inH A D20-Nov-20052.4 KiB10489

miscutil.cH A D09-Dec-20058.4 KiB456376

modvocoder_pcma.cH A D09-Dec-20053.5 KiB13653

modvocoder_pcmu.cH A D17-Nov-20053.9 KiB13642

voipctl.cH A D09-Dec-200512.7 KiB561471

voipong.cH A D09-Dec-200510.5 KiB385325

voipongcdr.cH A D09-Dec-20051.6 KiB7461

voipongcodec.cH A D06-Dec-20054.3 KiB180134

voipongfixed.cH A D14-Nov-20052.4 KiB8747

voipongglobals.cH A D04-Dec-20051.5 KiB5732

voiponglfp.cH A D14-Nov-20052.1 KiB7944

voipongmgmt.cH A D14-Nov-20059.7 KiB394328

voipongnet.cH A D22-Oct-20054.7 KiB203161

voipongpcap.cH A D09-Dec-20054.6 KiB196141

voipongsign.cH A D09-Dec-20052.1 KiB12485

voipongsock.cH A D23-Nov-20053.6 KiB181127

voipongvoip.cH A D06-Dec-20054.9 KiB208174

voipongworker.cH A D26-Nov-200514.1 KiB554453

README

1
2			EnderUNIX VoIPong
3		VoIP call detector and voice dumper
4
5		VoIPong is a utility which detects all Voice Over IP calls
6	on a pipeline, and for those which are G711 encoded, dumps actual
7	conversation to seperate wave files. It supports SIP, H323, Cisco's
8	Skinny Client Protocol, RTP and RTCP.
9
10		It's been written in C language for performance reasons, proved
11	to be running on Solaris, Linux and FreeBSD; though it's thought to compile
12	and run on other platforms as well.
13
14		It's multi-algoritm framework enables users with the ability to
15	suit the best packet matching algorithm for their environment.
16
17		On a 45 Mbit/sec actual network traffic, it's been verified
18	that VoIPong successfully detected all VoIP gateways and the VoIP calls.
19	CPU utilization during the run has been found ranging between 66% - 80%
20	on a 256MB RAM, Celeron 1700 Mhz Toshiba notebook.
21
22		With it's dynamic framework for coding 3rd party voice codecs,
23	the current decoding capability can be easily extended.
24
25	VoIPong has been awarded the first standing by IBM Turkiye in its Linux Awards
26	2004 competition.
27
28	Please see INSTALL file in this tarball, and the online User's Manual available at:
29	http://www.enderunix.org/voipong/manual/ to compile and install VoIPong into your
30	system.
31