Required Software
=================

sipXportLib 2.5 or better
  http://www.sipfoundry.org/sipXportLib

sipXtackLib 2.5 or better
  http://www.sipfoundry.org/sipXtackLib

sipXmediaLib 2.5 or better
  http://www.sipfoundry.org/sipXcommserverLib

*Autoconf 2.57 & Automake 1.6 or better - GNU build tool chain
  http://www.gnu.org/directory/GNU/
  *ONLY if building from subversion
  NOT version Autoconf 2.58 there are known bugs

Optional Software
=================
Doxygen - Source Code Documentation System
  http://www.doxygen.org
  tested with 1.3.5

Installation
============
Please see the sipXportLib INSTALL file for pointers on installing and 
configuring all of the required software.  Once, the required libraries
are installed and built, installing sipXcallLib is relatively easy:

  autoreconf --install --force
  ./configure --prefix=<DIR_TO_INSTALL>
  make
  make check
  make install

Make sure to build all of required sipX libraries and install (make install)
them before running configure on this project.
