1 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.
3 > cd /root (Notice that pwlib has it hardcoded to compile from /root)
4 > export CVSROOT=:pserver:openh323@cvs.openh323.org:/home/cvsroot
5 > cvs login (password is openh323)
6 > cvs checkout openh323 pwlib ptlib_unix
7 > cd pwlib; make all install
8 > cd ../openh323; make all install
9 > echo /usr/local/lib >> /etc/ld.so.conf
11 > cd /usr/src/asterisk/channels/h323
15 Now you have to edit the /etc/asterisk/h323.conf config file.