-
-
Notifications
You must be signed in to change notification settings - Fork 242
Package Install
This document provides guidance and details to get HOMER 5 installed using pre-built packages
If you use HOMER in production or for business, please kindly consider supporting the project development and documentation with a donation.
If needed, HOMER packages can be manually built for each supported platform as follows:
sudo yum install -y git epel-release @Development
cd /usr/local/src/
sudo git clone https://github.com/sipcapture/homer.git
sudo chown $USER:$GROUP -R homer
cd homer
git submodule init
git submodule update --init --recursive
git submodule foreach git pull origin master
autoreconf -if
mkdir -p build
cd build
../configure --enable-rpm
make setup.sh
export PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/root/bin
sudo ./setup.sh
make centos-7-x86_64.homer.rpm
make centos-6-x86_64.homer.rpm
# Generate DEB Package
cd /usr/src
git clone https://github.com/lmangani/homer-installer
cd homer-installer
./generate_deb.sh
# Install DEB Package
dpkg -i ./homer-installer_5.0.5-1_amd64.deb
apt-get -f install
Where is everything? Things moved around in Homer 5 - Get started here
For remote support, installations, customization or commercial requests please contact: [email protected]
For community updates, user discussion and experience exchange please join our users Mailing-List
Contributors and Contributions to our project are always welcome! If you intend to participate and help us improve HOMER by sending patches, we kindly ask you to sign a standard CLA (Contributor License Agreement) which enables us to distribute your code alongside the project without restrictions present or future. It doesn’t require you to assign to us any copyright you have, the ownership of which remains in full with you. Developers can coordinate with the existing team via the homer-dev mailing list. If you'd like to join our internal team and volounteer to help with the project's many needs, feel free to contact us anytime!
Homer components are released under GNU AGPLv3 license
Captagent is released under GNU GPLv3 license
(C) 2008-2015 SIPCAPTURE & QXIP BV
If you use HOMER in production, please consider supporting the project with a Donation
(C) 2008-2023 QXIP BV
HEP/EEP Agent Examples:
- CaptAgent
- HEPlify
- Kamailio
- OpenSIPS
- FreeSwitch
- Asterisk
- sipgrep
- sngrep
- RTPEngine
- RTPProxy
- Oracle ACME SBC
- Sonus SBC
- Avaya SM
- Sansay SBC
HEP/EEP Agent Examples (LOGS):
HEP/EEP Proxy:
Extra Examples:
- Custom JSON Stats
- RTCP-XR Stats
- GEO IP Maps
- Janus/Meetecho-WebRTC
- Cloudshark Export
- Encrypted HEP Tunneling
- SNMP Monitoring
- FreeSWITCH ESL Monitoring
- Kazoo Monitoring
- Speech-to-Text-to-HEP
Extra Resources: