Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slashdoom/openvopt
OpenVoPT - Track Cisco phone movement on Cisco networks
https://github.com/slashdoom/openvopt
Last synced: about 1 month ago
JSON representation
OpenVoPT - Track Cisco phone movement on Cisco networks
- Host: GitHub
- URL: https://github.com/slashdoom/openvopt
- Owner: slashdoom
- License: bsd-3-clause
- Created: 2015-05-13T00:30:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-27T03:06:47.000Z (over 8 years ago)
- Last Synced: 2023-02-27T05:35:37.780Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 331 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenVoPT
OpenVoPT (VoIP Phone Tracker) is a web interface and collection of php scripts
to help in tracking the movement of Cisco VoIP phones on Cisco based networks.We found that after we implemented a NAC solution and our user support group
was able to move VoIP phones around without contacting the network/phone group
we had difficulty keeping our E911 locations up to date. This helps us monitor
such moves and track VoIP phones in general.# License
Project licensed under the BSD 3-clause license. See LICENSE file for more
information.This repository contains Bootstrap 3 and jQuery for webpage styling and menu
systems. These are included for convenience only and not subject to the
license and copywrite of this project but to those of their respective owners.See:
* http://getbootstrap.com
* http://jquery.com# Requires
* php5 (mostly standard but does need MySQL and LDAP modules).
* Web server such as Apache2 or NGINX.
* MySQL/MariaDB.# Installation
- After you've cloned this repo modify the file include/config.inc.php
- Once this file has valid $db_rw_user, $db_rw_pass, $db_host and $db_name variables configured you should be able to run scripts/create_db.php
- Point your php5-enabled web server at the base directory.
- Add scripts/scheduled.php as a daily cron job.