-
-
Notifications
You must be signed in to change notification settings - Fork 246
Manual Update
Lorenzo Mangani edited this page Mar 4, 2016
·
18 revisions
This guide provides a quick guide to update your EXISTING Homer 5 setup to the latest version.
This guide is NOT intended for Homer 3.x to 5.x upgrades!
Assuming your web path being /var/www/sipcapture/htdocs
and API path being /var/www/sipcapture/htdocs/api
an existing H5 setup can be updated to the latest available version by executing the following actions, while retaining the api/configuration.php
and api/preferences.php
files created during initial installation.
cp -r /var/www/sipcapture/htdocs /var/www/htdocs-backup
cd /usr/src/homer
rm -rf homer-ui && rm -rf homer-api
git clone http://github.com/sipcapture/homer-ui && git clone http://github.com/sipcapture/homer-api
cd homer-ui
cp -r ./* /var/www/sipcapture/htdocs
cd ..
cd homer-api
cp -r ./api/* /var/www/sipcapture/htdocs/api
Make sure your browser cache is cleared after an upgrade to avoid issues and inconsistencies in the UI! (CTRL+SHIFT+RELOAD for most)
(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: