diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-11-22 13:53:23 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-11-22 13:53:23 +0000 |
commit | f6574f11ad11e0f7ddc8edde2b6aa6c721a9a88b (patch) | |
tree | 6bdac029891340023ace2db28cc364eabe1e7c50 /net/Makefile | |
parent | 378778659c4527cf391d2d8df75e9a1b8b3101af (diff) |
Add OpenMCU - a H323 Multipoint Control Unit.
The MCU allows multiple people to talk to each at the same time
if they are using H323 based Video Conferencing programs or using
H323 based Internet Phone applications.
Normally H323 applications can support 1 to 1 calls.
Only video is supported at this time. No video yet.
This is another spin off from the OpenH323 project.
http://www.openh323.org
Notes
Notes:
svn path=/head/; revision=35342
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 0a7c8648e64f..465657cc45e1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -175,6 +175,7 @@ SUBDIR += openh323 SUBDIR += openldap SUBDIR += openldap2 + SUBDIR += openmcu SUBDIR += p0f SUBDIR += p5-Archie SUBDIR += p5-Mon |