Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivansanchez/cuipp-remote-controller
A web application to remotely control Cisco Unified IP Phones.
https://github.com/ivansanchez/cuipp-remote-controller
Last synced: 5 days ago
JSON representation
A web application to remotely control Cisco Unified IP Phones.
- Host: GitHub
- URL: https://github.com/ivansanchez/cuipp-remote-controller
- Owner: IvanSanchez
- License: other
- Created: 2014-12-30T21:37:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T21:33:27.000Z (almost 10 years ago)
- Last Synced: 2024-10-31T03:42:34.326Z (about 2 months ago)
- Language: JavaScript
- Size: 371 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cuipp-remote-controller
=======================**cuipp-remote-controller** is a *express.js* -based web application which can remotely control a *Cisco Unified IP Phone*. It does so by issuing commands through *node-cuipp* whenever the user requests a key push via the web interface.
This is unfinished but useable: this can now query *one* "publisher" server for the RIS database (through SSH, as SOAP will return only the first 1000 devices in that publisher), display them, query their online status, and allow for remote controlling them (given there is an administrative user/password set up on all the phones).
Scraping the SSH output hasn't been throughoutly tested and might timeout or crash.
The remote control interface is very basic and doesn't (yet) implement different UIs for different phone models.
Legalese
------------*cuipp-remote-controller* includes Bootstrap 3.3.1, which is available under a MIT license. Otherwise, check the *LICENSE* file.
*cuipp-remote-controller* uses jQuery and DataTables, pulling them from a CDN. Be sure to check out www.datatables.net, www.jquery.com and www.getbootstrap.com.