[Asterisk-Users] asterisk - oh323 driver

Oswaldo Arratia oarratia at workersequity.net
Mon Feb 21 17:29:45 MST 2005


Hi,
Is there anybody out there that can e-mail me the following files?
 
Get oh323 from
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-J
anus_patch4-src-tar.gz
Get pwlib from
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-Janu
s_patch4-src-tar.gz
Get asterisk-oh323 from
http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asterisk-oh
323-0.6.5.tar.gz
 
 
 
inaccessnetworks web page is going down every 2 minutes  and I am trying to
make h323 work.
 
I'd really appreciate if anyone can send them to me off-list.  
 Thanks!!
 

  _____  

From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of João Amaro
Sent: Thursday, January 06, 2005 11:40 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] asterisk - oh323 driver


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kanuri,


If you want to use the last stable release of asterisk (1.0.3), you
should do it:
(don't forget to read the README )

Get oh323 from
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-J
anus_patch4-src-tar.gz
Get pwlib from
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-Janu
s_patch4-src-tar.gz
Get asterisk-oh323 from
http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asterisk-oh
323-0.6.5.tar.gz


Untar the files
#tar zxvf openh323-Janus_patch4-src-tar.gz
#tar zxvf pwlib-Janus_patch4-src-tar.gz
#tar zxvf asterisk-oh323-0.6.5.tar.gz
#tar zxvf asterisk-1.0.3.tar.gz


Install Pwlib
#cd pwlib
#./configure && make clean && make opt && make install && ldconfig


Patch and Install OpenH323
#cd openh323
#patch -p1 < ../asterisk-oh323-0.6.5/openh323_1.13.5-make.patch
#./configure && make clean && make opt && make install && ldconfig


Asterisk
#cd asterisk-1.0.3
#make && make install && make samples


Asterisk-oh323
#cd asterisk-oh323-0.6.5
Edit the Makefile
#make && make install && ldconfig

Hope it helps,

Contact-me of line if it don't work


João Amaro







Kanuri, Seshu (Company IT) wrote:

|
| 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.
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFB3WnZJUm/Bor63CERAoLjAKCYOZsUNE3uVxd0COgOkHi2nDVE2wCfX+fp
t0iiPQYJesHaZ2upDytUzvg=
=Jb1m
-----END PGP SIGNATURE-----


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050221/94ab1952/attachment.htm


More information about the asterisk-users mailing list