<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://klaverstyn.com.au/david/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=61.88.84.126</id>
	<title>KlavoWiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://klaverstyn.com.au/david/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=61.88.84.126"/>
	<link rel="alternate" type="text/html" href="https://klaverstyn.com.au/david/wiki/index.php?title=Special:Contributions/61.88.84.126"/>
	<updated>2026-06-04T20:55:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://klaverstyn.com.au/david/wiki/index.php?title=Faxing_with_rx_and_tx_fax&amp;diff=152</id>
		<title>Faxing with rx and tx fax</title>
		<link rel="alternate" type="text/html" href="https://klaverstyn.com.au/david/wiki/index.php?title=Faxing_with_rx_and_tx_fax&amp;diff=152"/>
		<updated>2008-03-05T05:42:45Z</updated>

		<summary type="html">&lt;p&gt;61.88.84.126: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To enable sending and receiving of faxes in Asterisk 1.4.x using the rxfax and txfax application you must install the exact component versions as below.  If you install a newer version of the agx-ast-addons then the install may not work as the dependencies listed in the document may have changed.  The package also inclueds faxdetect, backgrounddetect and confcall as a meetme replcacement that supports video.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
yum install  glib2 glib2-devel&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installing SpandDSP .0.0.4 pre 15&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/src&lt;br /&gt;
wget http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.4pre15.tgz&lt;br /&gt;
tar xvfz spandsp-0.0.4pre15.tgz&lt;br /&gt;
cd spandsp-0.0.4&lt;br /&gt;
Edit the file: /etc/ld.so.conf and add the line /usr/local/lib/&lt;br /&gt;
./configure&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
ldconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install libtiff&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/src&lt;br /&gt;
wget ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.8.2.zip&lt;br /&gt;
unzip tiff-3.8.2.zip&lt;br /&gt;
cd tiff-3.8.2&lt;br /&gt;
./configure&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The agx-ast-addons components have a script which simplifies the install process.  The unfortunate part is that the script uses cmake and not the OS’s inbuilt make application.  Because of this we need to install cmake.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/src&lt;br /&gt;
wget http://www.cmake.org/files/v2.4/cmake-2.4.7.tar.gz&lt;br /&gt;
tar xvfz cmake-2.4.7.tar.gz&lt;br /&gt;
cd cmake-2.4.7&lt;br /&gt;
./bootstrap; make; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installing agx-ast-addons [http://sourceforge.net/project/showfiles.php?group_id=209138 @Sourceforge]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://optusnet.dl.sourceforge.net/sourceforge/agx-ast-addons/agx-ast-addons-1.4.5.tar.bz2&lt;br /&gt;
tar -jxvf agx-ast-addons-1.4.5.tar.bz2&lt;br /&gt;
cd agx-ast-addons&lt;br /&gt;
./build.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category : Asterisk]]&lt;/div&gt;</summary>
		<author><name>61.88.84.126</name></author>
	</entry>
	<entry>
		<id>https://klaverstyn.com.au/david/wiki/index.php?title=Faxing_with_rx_and_tx_fax&amp;diff=151</id>
		<title>Faxing with rx and tx fax</title>
		<link rel="alternate" type="text/html" href="https://klaverstyn.com.au/david/wiki/index.php?title=Faxing_with_rx_and_tx_fax&amp;diff=151"/>
		<updated>2008-03-05T05:38:34Z</updated>

		<summary type="html">&lt;p&gt;61.88.84.126: New page: To enable sending and receiving of faxes in Asterisk 1.4.x using the rxfax and txfax application you must install the exact component versions as below.  If you install a newer version of ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To enable sending and receiving of faxes in Asterisk 1.4.x using the rxfax and txfax application you must install the exact component versions as below.  If you install a newer version of the agx-ast-addons then the install may not work as the dependencies listed in the document may have changed.  The package also inclueds faxdetect, backgrounddetect and confcall as a meetme replcacement that supports video.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
yum install  glib2 glib2-devel&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installing SpandDSP .0.0.4 pre 15&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/src&lt;br /&gt;
wget http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.4pre15.tgz&lt;br /&gt;
tar xvfz spandsp-0.0.4pre15.tgz&lt;br /&gt;
cd spandsp-0.0.4&lt;br /&gt;
Edit the file: /etc/ld.so.conf and add the line /usr/local/lib/&lt;br /&gt;
./configure&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
ldconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install libtiff&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/src&lt;br /&gt;
wget ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.8.2.zip&lt;br /&gt;
unzip tiff-3.8.2.zip&lt;br /&gt;
cd tiff-3.8.2&lt;br /&gt;
./configure&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The agx-ast-addons components have a script which simplifies the install process.  The unfortunate part is that the script uses cmake and not the OS’s inbuilt make application.  Because of this we need to install cmake.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/src&lt;br /&gt;
wget http://www.cmake.org/files/v2.4/cmake-2.4.7.tar.gz&lt;br /&gt;
tar xvfz cmake-2.4.7.tar.gz&lt;br /&gt;
cd cmake-2.4.7&lt;br /&gt;
./bootstrap; make; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installing agx-ast-addons [http://sourceforge.net/project/showfiles.php?group_id=209138 @Sourceforge]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://optusnet.dl.sourceforge.net/sourceforge/agx-ast-addons/agx-ast-addons-1.4.5.tar.bz2&lt;br /&gt;
tar -jxvf agx-ast-addons-1.4.5.tar.bz2&lt;br /&gt;
cd agx-ast-addons&lt;br /&gt;
./build.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[Category : Asterisk]&lt;/div&gt;</summary>
		<author><name>61.88.84.126</name></author>
	</entry>
</feed>