aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-02 18:35:53 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-02 18:35:53 +0000
commit1be54fe0540cbaff586357a6696c7ff4a17097b2 (patch)
tree80d95ce86d14f3c4112c671f873906b8520d863d /channels
parente1a6ea34dd3ff16500f3cff1f6d4848bef126561 (diff)
Add some instructions to download and compile cvs openh323 and chan_h323
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@738 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/h323/INSTALL.openh32316
1 files changed, 16 insertions, 0 deletions
diff --git a/channels/h323/INSTALL.openh323 b/channels/h323/INSTALL.openh323
new file mode 100755
index 000000000..4c0137cd6
--- /dev/null
+++ b/channels/h323/INSTALL.openh323
@@ -0,0 +1,16 @@
+Here are some basic instructions how to download and compile the code from openh323.org CVS and how to install chan_h323. You must be logged as root.
+
+> cd /root (Notice that pwlib has it hardcoded to compile from /root)
+> export CVSROOT=:pserver:openh323@cvs.openh323.org:/home/cvsroot
+> cvs login (password is openh323)
+> cvs checkout openh323 pwlib ptlib_unix
+> cd pwlib; make all install
+> cd ../openh323; make all install
+> echo /usr/local/lib >> /etc/ld.so.conf
+> ldconfig
+> cd /usr/src/asterisk/channels/h323
+> make install
+> cp h323.sample.conf /etc/asterisk/h323.conf
+
+Now you have to edit the /etc/asterisk/h323.conf config file.
+