diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-13 18:46:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-13 18:46:25 +0800 |
commit | d251275dbaba4d55f2de899f9014e1b2b80abc98 (patch) | |
tree | 13d23b2de7b1e8f29ece7aadf923d9eba2388817 /net/Makefile | |
parent | 7e31ad77d1342ac8348c1b6931be4dc64be6a017 (diff) | |
download | freebsd-ports-gnome-d251275dbaba4d55f2de899f9014e1b2b80abc98.tar.gz freebsd-ports-gnome-d251275dbaba4d55f2de899f9014e1b2b80abc98.tar.zst freebsd-ports-gnome-d251275dbaba4d55f2de899f9014e1b2b80abc98.zip |
MediaProxy is a far-end NAT traversal solution for OpenSER
and SIP Express Router that has the following features:
- Distributed geographical location
- Scalability, load balancing and redundancy
- Real-time sessions statistics
- Configurable IP and UDP port range
- Support for audio and video streams
- Support for multiple media streams per call
- Accounting of network traffic
PR: ports/102977
Submitted by: Stefan Sperling <freebsd-gnats(at)stsp.in-berlin.de>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 3a9c1dcf3650..915f0d6d946b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -287,6 +287,7 @@ SUBDIR += mad_fcl SUBDIR += mars_nwe SUBDIR += mcast-tools + SUBDIR += mediaproxy SUBDIR += merlinmon SUBDIR += mgen SUBDIR += micro_inetd |