<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Kanuri,<br>
<br>
<br>
If you want to use the last stable release of asterisk (1.0.3), you<br>
should do it:<br>
(don't forget to read the README )<br>
<br>
Get oh323 from<br>
<a class="moz-txt-link-freetext" href="http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-Janus_patch4-src-tar.gz">http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-Janus_patch4-src-tar.gz</a><br>
Get pwlib from<br>
<a class="moz-txt-link-freetext" href="http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-Janus_patch4-src-tar.gz">http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-Janus_patch4-src-tar.gz</a><br>
Get asterisk-oh323 from<br>
<a class="moz-txt-link-freetext" href="http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asterisk-oh323-0.6.5.tar.gz">http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asterisk-oh323-0.6.5.tar.gz</a><br>
<br>
<br>
Untar the files<br>
#tar zxvf openh323-Janus_patch4-src-tar.gz<br>
#tar zxvf pwlib-Janus_patch4-src-tar.gz<br>
#tar zxvf asterisk-oh323-0.6.5.tar.gz<br>
#tar zxvf asterisk-1.0.3.tar.gz<br>
<br>
<br>
Install Pwlib<br>
#cd pwlib<br>
#./configure &amp;&amp; make clean &amp;&amp; make opt &amp;&amp;
make install &amp;&amp; ldconfig<br>
<br>
<br>
Patch and Install OpenH323<br>
#cd openh323<br>
#patch -p1 &lt; ../asterisk-oh323-0.6.5/openh323_1.13.5-make.patch<br>
#./configure &amp;&amp; make clean &amp;&amp; make opt &amp;&amp;
make install &amp;&amp; ldconfig<br>
<br>
<br>
Asterisk<br>
#cd asterisk-1.0.3<br>
#make &amp;&amp; make install &amp;&amp; make samples<br>
<br>
<br>
Asterisk-oh323<br>
#cd asterisk-oh323-0.6.5<br>
Edit the Makefile<br>
#make &amp;&amp; make install &amp;&amp; ldconfig<br>
<br>
Hope it helps,<br>
<br>
Contact-me of line if it don't work<br>
<br>
<br>
Jo&atilde;o Amaro<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Kanuri, Seshu (Company IT) wrote:<br>
<br>
|<br>
| Rafael,<br>
|<br>
| Thanks for the detailed instructions. This really helps everyone<br>
| looking fix this nagging issue.<br>
|<br>
| Seshu Kanuri<br>
|<br>
| -----Original Message----- From:<br>
| <a class="moz-txt-link-abbreviated" href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>
| [<a class="moz-txt-link-freetext" href="mailto:asterisk-users-bounces@lists.digium.com">mailto:asterisk-users-bounces@lists.digium.com</a>] On Behalf Of<br>
| Rafael J. Risco G.V. Sent: Thursday, January 06, 2005 9:45 AM To:<br>
| Asterisk Users Mailing List - Non-Commercial Discussion Subject:<br>
| Re: [Asterisk-Users] asterisk - oh323 driver<br>
|<br>
| Hi I am using oh323-0.7.1 with asterisk cvs head version and works<br>
| great for me (Linux Fedora1), see details below:<br>
|<br>
| Requirements: PWLIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp; pwlib-v1_6_6-src.tar.gz&nbsp; (or<br>
Janus_Patch)<br>
| OpenH323&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp; openh323-v1_13_5-src.tar.gz (or
Janus_Patch)<br>
| Inaccessnetworks-asterisk-oh323&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp; asterisk-oh323-0.7.1.tar.gz<br>
|<br>
| Sources:<br>
|
<a class="moz-txt-link-freetext" href="http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asteris">http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asteris</a><br>
|&nbsp; k-oh323-0.7.1.tar.gz<br>
|
<a class="moz-txt-link-freetext" href="http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh3">http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh3</a><br>
|&nbsp; 23-Janus_patch4-src-tar.gz<br>
|
<a class="moz-txt-link-freetext" href="http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib">http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib</a>-<br>
|&nbsp; Janus_patch4-src-tar.gz<br>
|<br>
| Note: asterisk-oh323-0.7.1 must be used with Asterisk CVS Head...<br>
|<br>
| Installation: tar -zxvf asterisk-oh323-0.7.1.tar.gz tar -zxvf<br>
| pwlib-Janus_patch4-src-tar.gz tar -zxvf<br>
| openh323-Janus_patch4-src-tar.gz<br>
|<br>
| cd pwlib ./configure make<br>
|<br>
| cd openh323 patch -p1 &lt;<br>
| /root/asterisk-oh323-0.7.0/openh323_1.13.5-make.patch (pach to<br>
| openh323)<br>
|<br>
| cd openh323 ./configure make opt<br>
|<br>
| ASTERISK CVS Head: -------------------<br>
|<br>
| export <a class="moz-txt-link-abbreviated" href="mailto:CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot">CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot</a> cvs<br>
| login&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - the password is anoncvs. cvs checkout zaptel libpri<br>
| asterisk<br>
|<br>
| cd zaptel/ make clean; make install<br>
|<br>
| cd libpri/ make clean make install<br>
|<br>
| cd asterisk/ make clean make install make samples make progdocs<br>
|<br>
| Finally install ASTERISK OH323 channel driver:<br>
| ---------------------------------------------- cd<br>
| asterisk-oh323-0.7.1 vi Makefile&nbsp; ( check paths according with your<br>
| system )<br>
|<br>
| PWLIBDIR=/root/pwlib OPENH323DIR=/root/openh323<br>
| ASTERISKINCDIR=/root/asterisk/include<br>
| ASTERISKMODDIR=/usr/lib/asterisk/modules<br>
| ASTERISKETCDIR=/etc/asterisk OH323WRAPLIBDIR=/usr/local/lib<br>
| SSLINCDIR=/usr/include/openssl SSLLIBDIR=/usr/lib<br>
|<br>
| Compiling ----------- Type "make" to build the oh323wrap library<br>
| and the ASTERISK OH323 channel driver.<br>
|<br>
| Type "make install" to install the binaries.<br>
|<br>
| Add to your LD_LIBRARY_PATH the path where the oh323wrap library<br>
| was installed (or edit your /etc/ld.so.conf file, add&nbsp; the library<br>
| path, and run "ldconfig").<br>
|<br>
| Hope it helps<br>
|<br>
| Rafael Risco<br>
| --------------------------------------------------------<br>
|<br>
| NOTICE: If received in error, please destroy and notify sender.<br>
| Sender does not waive confidentiality or privilege, and use is<br>
| prohibited.<br>
|<br>
|<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.2.4 (GNU/Linux)<br>
<br>
iD8DBQFB3WnZJUm/Bor63CERAoLjAKCYOZsUNE3uVxd0COgOkHi2nDVE2wCfX+fp<br>
t0iiPQYJesHaZ2upDytUzvg=<br>
=Jb1m<br>
-----END PGP SIGNATURE-----<br>
<br>
</body>
</html>