aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/README
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-18 04:39:09 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-18 04:39:09 +0000
commitddc946f6e170e68e3bd3b53689bf03e7bf95792d (patch)
treead9d7b55e4d1d73fad92f7123528d0edee80f9ec /channels/h323/README
parent1efb280691fa1a0659455bc2242395763e3a658a (diff)
add explict version info
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2997 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/README')
-rwxr-xr-xchannels/h323/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/channels/h323/README b/channels/h323/README
index 8aad19689..1b2b11021 100755
--- a/channels/h323/README
+++ b/channels/h323/README
@@ -10,8 +10,9 @@
expat-1.95
expat-dev-1.95
-This code runs on Open H.323 and PWLib Janus (Patch 2). If you use different
-versions, you are on your own.
+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.
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,