README for AGX Addons
=====================

This package contains additional modules for Asterisk which are, for one reason 
or another, not included in the normal base distribution.  Many of these
modules are experimental or have a GPL license without a disclaimer that allow
digium to insert them into the official distribution (double licensed).

This work/effort has been sponsored by http://www.mercuriuspbx.it/

Those addons are only for Asterisk 1.4, since 1.6 already include them.
You need the exact spandsp library version as required for the fax
application otherwise it will not work.



UPDATED SOURCE
==============

If you downloaded the tarball please delete it and try the svn version instead
since the tarball is almost always out-of-date.



INSTALLATION ARE PRE-REQUISITES
===============================


- Common preprequisite:
	- CMake (tool)
	- libTiff >= 3.8 and < 4.0
	- Zaptel (NO DAHDI)

- For "OLD version you need:
	* Asterisk 1.4.17
	* SpanDSP 0.0.4 pre 15, 16 or 18
	* edit CMaleList.txt and change "add_subdirectory(spandsp-0.0.6)" with 0.0.4

The OLD version still use app_rxfax.so and app_txfax.so

- For "NEW" version you need:
	* Asterisk 1.4.24
	* SpanDSP 0.0.6 pre 12 ONLY

The NEW version provide a single file: app_fax.so

When you're done then review and execute the script:
	./build.sh


NOTE: To install CMake On Fedora 6, thanks to Michael Gollihue, run:
		yum install CMake Glib2 Glib2-devel


PROBLEMS
========

Please have a look at CHANGES file and BUGS_KNOW_PROBLEMS.



CONTACT
=======

Unluckly i cannot provide any form of free support for this software since i'm
very busy with my work, put please help me share your opinions so i can at least 
keep the docs updated.

Antonio Gallo
	@mail: agx at linux dot it
	@work: http://www.mercuriuspbx.it/
	@home: http://www.badpenguin.org/
	@IRC:  agx on channell #callweaver, #callweaver-dev, #asterisk-dev, #openser, #aastra
	@jabber: agx at jabber.linux.it
	@MSN:	antoniogallo73 at hotmail dot com
	@Skype: antoniogallo73, just open a chat window



CREDITS: PATCHES CONTRIBUTORS
=============================

Archie Cobbs			- patches for CMakeList.txt, app_rxfax.c



CREDITS: ORIGINAL AUTHORS
=========================

app_confcall.c			- Anthony Minessale II, patched and ported by Kirk Wolff
					NOTE: its experimental its not compiling against asterisk 1.4.17
app_devstate.c			- Druid Software
app_nv_backgrounddetect.c	- Newman Telecom
app_nv_faxdetect.c		- Newman Telecom
app_pickup2.c			- Florian Overkamp
app_txfax.c			- Steve Underwood, patched by me
app_rxfax.c			- Steve Underwood, patched by me
app_valetparking.c		- Anthony Minessale II
func_devstate.c			- http://svncommunity.digium.com/svn/russell/asterisk-1.4/func_devstate-1.4/func_devstate.c

