[Asterisk-Users] asterisk - oh323 driver

Rafael J. Risco G.V. rafael.risco at gmail.com
Thu Jan 6 07:44:41 MST 2005


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/asterisk-oh323-0.7.1.tar.gz
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-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



On Wed, 05 Jan 2005 15:37:46 +0000, João Amaro <ashes at gildot.org> wrote:
> Hi List
> 
> I'm having problems starting asterisk with asterisk-oh323-0.6.4.
I'm using
> this versions:
 asterisk-1.0.3
 asterisk-oh323-0.6.4
 openh323-Janus_patch4
> + asterisk-0h323 patch
 pwlib-Janus_patch4
> At starting time, i've this error message

# /srv/usr/sbin/asterisk
> -vvvvvvvvvvvc
[chan_oh323.so]
Jan 3 17:06:26 WARNING[5817]: loader.c:258
> ast_load_resource: /srv/usr/lib/asterisk/modules/chan_oh323.so: undefined
> symbol: _ZNK13PSoundChannel6IsOpenEv

Jan 3 17:06:26 WARNING[5817]:
> loader.c:440 load_modules: Loading module chan_oh323.so failed!


I've tried
> to upgrade to version 0.6.5, but i got a compile error. 
Anyone know how to
> solve this error ?

Thanks in advance, and have a GOOD 2005

Regardz,

João
> Amaro
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> 


-- 

rrgv



More information about the asterisk-users mailing list