-
-
Notifications
You must be signed in to change notification settings - Fork 242
Manual Update
Lorenzo Mangani edited this page Apr 12, 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!
An existing HOMER 5 setup can be updated to the latest available version by pulling and installing the latest UI+API versions, retaining the api/configuration.php
and api/preferences.php
files created during initial installation.
WEBPATH=/var/www/sipcapture/htdocs
cp -r $WEBPATH $WEBPATH-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
cp -r ./homer-ui/* $WEBPATH
cp -r ./homer-api/api/* $WEBPATH/api
Please do ALWAYS make sure your browser cache is fully cleared or disabled after upgrading your H5 UI+API to avoid odities, issues and inconsistencies with the code & libraries (try Incognito Mode if in doubt)
(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: