[Asterisk-Users] asterisk - oh323 driver

Kanuri, Seshu (Company IT) Seshu.Kanuri at morganstanley.com
Thu Jan 6 08:07:59 MST 2005


 
Rafael,

Thanks for the detailed instructions. 
This really helps everyone looking fix this nagging issue.

Seshu Kanuri

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Rafael J.
Risco G.V.
Sent: Thursday, January 06, 2005 9:45 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] asterisk - oh323 driver

Hi
I am using oh323-0.7.1 with asterisk cvs head version and works great
for me (Linux Fedora1), see details below:

Requirements:
PWLIB				:	pwlib-v1_6_6-src.tar.gz  (or
Janus_Patch)
OpenH323			:	openh323-v1_13_5-src.tar.gz (or
Janus_Patch)
Inaccessnetworks-asterisk-oh323	:	asterisk-oh323-0.7.1.tar.gz

Sources:
http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asteris
k-oh323-0.7.1.tar.gz
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh3
23-Janus_patch4-src-tar.gz
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-
Janus_patch4-src-tar.gz

Note: asterisk-oh323-0.7.1 must be used with Asterisk CVS Head...

Installation:
tar -zxvf asterisk-oh323-0.7.1.tar.gz
tar -zxvf pwlib-Janus_patch4-src-tar.gz
tar -zxvf openh323-Janus_patch4-src-tar.gz

cd pwlib
./configure
make

cd openh323
patch -p1 < /root/asterisk-oh323-0.7.0/openh323_1.13.5-make.patch
(pach to openh323)

cd openh323
./configure
make opt
 
ASTERISK CVS Head:
-------------------

export CVSROOT=:pserver:anoncvs at cvs.digium.com:/usr/cvsroot
cvs login		- the password is anoncvs.
cvs checkout zaptel libpri asterisk

cd zaptel/
make clean; make install

cd libpri/
make clean
make install

cd asterisk/
make clean
make install
make samples
make progdocs

Finally install ASTERISK OH323 channel driver:
----------------------------------------------
cd asterisk-oh323-0.7.1
vi Makefile  ( check paths according with your system )

	PWLIBDIR=/root/pwlib
	OPENH323DIR=/root/openh323
	ASTERISKINCDIR=/root/asterisk/include
	ASTERISKMODDIR=/usr/lib/asterisk/modules
	ASTERISKETCDIR=/etc/asterisk
	OH323WRAPLIBDIR=/usr/local/lib
	SSLINCDIR=/usr/include/openssl
	SSLLIBDIR=/usr/lib

Compiling
-----------
Type "make" to build the oh323wrap library and the ASTERISK OH323
channel driver.

Type "make install" to install the binaries.

Add to your LD_LIBRARY_PATH the path where the oh323wrap library was
installed (or edit your /etc/ld.so.conf file, add  the library path, and
run "ldconfig").

Hope it helps

Rafael Risco 
--------------------------------------------------------
 
NOTICE: If received in error, please destroy and notify sender.  Sender does not waive confidentiality or privilege, and use is prohibited. 
 



More information about the asterisk-users mailing list