aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/README
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-18 15:20:37 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-18 15:20:37 +0000
commit5bd1bde3dc3316eda19a53a0a471de10c14c094b (patch)
tree1f10467d3b0365e785e3d48ee9bfe42f48a58b0e /channels/h323/README
parentfe53b7e497187ee33f94d6b8383351891cc8ac57 (diff)
Don't advertise Janus, its still broken
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3004 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/README')
-rwxr-xr-xchannels/h323/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/channels/h323/README b/channels/h323/README
index 1b2b11021..eec7e2b8d 100755
--- a/channels/h323/README
+++ b/channels/h323/README
@@ -5,14 +5,13 @@
First public release on November 10th, 2002
- Dependancies at least: openssl-0.9.6b
+ Dependancies: openssl-0.9.6b
openssl-devel-0.9.6b
expat-1.95
expat-dev-1.95
-This code runs on Open H.323 and PWLib Janus (Patch 2) and Open H.323 v1.12.2
-and PWLib v1.5.2. If you use different versions, you are on your own.
-See the Makefile for more details.
+This code runs on Open H.323 v1.12.2 and PWLib v1.5.2. If you use different
+versions, you are on your own. See the Makefile for more details.
chan_h323 has been implemented using Asterisk's RTP stack insted of trying
to implement a pseudo sound card driver. I feel this is more effiecent,