Parkedcalls Tray Icon for Asterisk Code
Brought to you by:
ply2
File | Date | Author | Commit |
---|---|---|---|
src | 2007-10-03 | ply2 | [r3] |
www | 2007-10-02 | ply2 | [r1] initial upload |
CHANGELOG | 2007-10-03 | ply2 | [r4] |
INSTALL | 2007-10-02 | ply2 | [r1] initial upload |
LICENSE.BSD | 2007-10-02 | ply2 | [r1] initial upload |
README | 2007-10-02 | ply2 | [r1] initial upload |
TODO | 2007-10-02 | ply2 | [r1] initial upload |
astqueueicon v1.4 (oct-02-2007) Freeware by ply2 done in 2005-2007 Visit http://sourceforge.net/projects/astqueueicon Purpose: A small app for the asterisk pbx to show the current amount and waiting time of parked calls in a system tray icon on win32 machines (2000,xp,...) The communication between the icon app (written in c++) and the asterisk pbx is managed a php script running on a webserver. This is for easier maintenance. Also many users are more handy with editing a php script then c++. Feel free to customize the icon for whatever...: "bin/astqueueicon.exe" icon | | | (http-get) | | | "www/get.php?..." server script | | | (socket) | | | asterisk manager api for installation and a small introduction how it all works together have a look at the file INSTALL. the bin subdir contains the executable astqueueicon.exe+dlls for deployment on your win32 client machines. the www subdir contains the get.php script + media for deployment on webserver (tested with apache2) the src subdir contains c++ source files and a project file for the codeblocks ide. CHANGELOG: list of changes INSTALL: installation instructions and introduction (!the place to start!) TODO: nice features missing :-( LICENSE.BSD: for you to be sure this is free software README: this file