#####The Next-Generation capture agent for Sipcapture's Homer Project
Download the latest code from our repository and compile it on your system.
Capagent requires: libexpat, libpcap, libtool, automake to compile.
cd /usr/src
git clone -b captagent6 https://github.com/sipcapture/captagent.git captagent
cd captagent
./build.sh
./configure
make && make install
If you want to enable SSL transport or Payload-Compression use the following flags (req: libssl-dev, openssl-devel ):
./configure --enable-ssl --enable-compression
make && make install
Captagent should be now ready to be configured.
Captagent 6 provides a modular configuration structure supporting includes. To get familiar with the new configuration please see https://github.com/sipcapture/captagent/tree/master/conf
If you found a bug or issue with the code, please raise an Issue on the project tracker.
If you have specific questions or require professional support please contact us at support@sipcapture.org
Contributions to our project are always welcome! If you intend to participate and help us improve CAPTANGENT, we kindly ask you to sign a CLA (Contributor License Agreement) and coordinate at best with the existing team via the homer-dev mailing list.


