aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/README
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-19 22:53:22 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-19 22:53:22 +0000
commit68203432d118ef3f6fb807a8f7d6507f928d0784 (patch)
tree8e3b2f62760c0f452033abf2ee8002c7775e5d9c /channels/h323/README
parent7ec4f9883c997bafb95cd2f560f24ec20ae0f6a4 (diff)
Update with current information
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1768 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/README')
-rwxr-xr-xchannels/h323/README25
1 files changed, 9 insertions, 16 deletions
diff --git a/channels/h323/README b/channels/h323/README
index ed399102d..aa28a8da1 100755
--- a/channels/h323/README
+++ b/channels/h323/README
@@ -8,13 +8,15 @@
Developed using: RedHat 7.2/7.3/8.0
Open H.323 v1.11.7
PWLib v1.4.11
- GCC 2.96/3.1
+ GCC 2.96/3.1/3.2
Dependancies: openssl-0.9.6b
openssl-devel-0.9.6b
expat-1.95
expat-dev-1.95
+ Warning: Older versions than listed will NOT work.
+
We have implemented this driver using Asterisk's RTP stack insted of trying
to implement a pseudo sound card driver.
@@ -25,29 +27,20 @@ Check everything out of CVS. If you dont know how to deal with cvs, learn.
Also, if you are not using the listed versions of Open H.323 or PWlib
you are on your own, sorry.
-Warning: Older versions than listed will NOT work, but newer versions
-~should~ work but are untested and you would be on your own.
-
-As of June 16th, 2003 the release version of Open H.323 does not compile
-due to the G729Capability is missing. If you want G.729 support see
-the Makefile.
-
-Some chan_h323 users have reported success and others have reported dramatic
-failures when using newer versions of Open H.323. We haven't personally tested
-anything newer and will not be able to assist you if you have 'issues'. Sorry.
-
To compile this code:
-Issue a make in the asterisk/channels/h323 directory, then go back to the Asterisk
-source top level directory and issue a make install.
+You first need the latest release versions of PWLib and Open H.323 from
+http://www.openh323.org/. Make sure you follow the build instructions EXCPLICTLY.
+Once PWLib and Open H.323 have been compiled, issue a make in the asterisk/channels/h323
+directory, then go back to the Asterisk source top level directory and issue a make install.
Most common compile error:
-If you receive anything that says 'undefined symbol' you are experiencing
+If you receive ANYTHING that says 'undefined symbol' you are experiencing
typical version skew. For example:
libh323_linux_x86_r.so.1: undefined symbol: GetNumberValueAt__C14PAbstractArrayi
@@ -117,7 +110,7 @@ Send whatever shows up right after the 'bt'
Also, a full debug screen output is almost needed. Make sure you are
in the full console mode (-c) and turn on 'h.323 debug'. A nice way
-to capture everything is to use the utility called 'script' (man script)
+to capture everything is with script (man script)