diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-24 00:53:18 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-24 00:53:18 +0000 |
commit | ed05eef8e8d23b5a00b8ff7f5f2fd43b6ea4ea37 (patch) | |
tree | 19eb832dd19f9f0bd36c2496bdfce94f60f54f40 /audio/Makefile | |
parent | Fix file locations and new syntax (diff) |
Add voipong.
VoIPong is an utility which detects all Voice Over IP calls on a pipeline, and
dumps those which are G711-encoded to separate wave files. It supports SIP,
H323, Cisco's Skinny Client Protocol, RTP and RTCP. For performance reasons,
it is written in the C programming language.
WWW: http://www.enderunix.org/voipong/
PR: ports/81326
Submitted by: Necati Ersen SISECI <siseci@enderunix.org>
Notes
Notes:
svn path=/head/; revision=136002
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index af98dd6603cf..435acd210fa9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -468,6 +468,7 @@ SUBDIR += twolame SUBDIR += ufmcontrol-i18n SUBDIR += umix + SUBDIR += voipong SUBDIR += vorbis-tools SUBDIR += vorbisgain SUBDIR += vsound |