Skip to main content

building chan-oh323 for Asterisk

..raw:: html

<html><body><p>I'm building a SIP and H.323 capable Asterisk server. Here's what I've done so far:

</p><ul>

<li>Installed Debian sarge from scratsch and updated it.</li>

<li>Downloaded Asterisk and some other stuff from <a href="http://www.asterisk.org/index.php?menu=download">CVS</a>. I've decided to go for Asterisk 1.0.

</li><li>Built the ztdummy module using <a href="http://www.ramdyne.nl/index.php?m=20041014">a howto I wrote earlier</a></li>

<li>Built Asterisk as shown on the <a href="http://www.asterisk.org/index.php?menu=download">Asterisk website</a>.</li>

<li>I've chosen to not use the default Asterisk H.323 channel because of the age of the OpenH323 software version it requires. Unfortunately <a href="http://www.inaccessnetworks.com/ian/projects/asterisk-oh323/">asterisk_oh323</a> from InAccess Networks also requires an older OpenH323 version, but not that old. The current version for Asterisk 1.0 is <a href="http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asterisk-oh323-0.6.5.tar.gz">0.6.5</a>, it requires PWLib version <a href="http://http://www.voxgratia.org/releases/pwlib-Janus_patch4-src-tar.gz">1.6.6.3</a> and OpenH323 version <a href="http://www.voxgratia.org/releases/openh323-Janus_patch4-src-tar.gz">1.13.5.3</a>

</li>

<li>Build PWLib and OpenH323 using configure/make/make install.</li>

</ul></body></html>