Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Tambah informasi versi baru
  • Loading branch information
rudilee committed Jun 24, 2014
1 parent 5c15cc7 commit 412b9f7
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions Readme.md
@@ -1,15 +1,24 @@
# Readme
AstChanMon is a realtime channels activity monitoring tool for Asterisk PBX. Build with Qt GUI toolkit.
ACM (Asterisk Channel Monitor) is a realtime channels activity monitoring tool for Asterisk PBX. Build with Qt GUI toolkit.

## Prerequisites
To build AstChanMon you'll need Qt GUI toolkit version 4.6 or later.
To build AstChanMon you'll need Qt GUI toolkit version 4.6 or later.
### Qt libraries (>= 4.6)
* Qt Core
* Qt Gui
* Qt Network
* Qt Core
* Qt Gui
* Qt Network

## Binaries
Provided binaries is for Windows 32 bit([astchanmon.exe](https://github.com/rudilee/AstChanMon/blob/master/build/astchanmon.exe)) and Linux 64 bit([astchanmon](https://github.com/rudilee/AstChanMon/blob/master/build/astchanmon)). The Linux binary is shared linked, so you'll need prerequisites Qt libraries.
### Current version:
* Windows 32 bit (VC2010 OpenGL, Qt 5.1.1) [TBA]
* Linux 64 bit (GCC 4.4.7 20120313 (Red Hat 4.4.7-4), Qt 5.2.1) [TBA]

### Old version:
* [astchanmon.exe](https://github.com/rudilee/AstChanMon/blob/master/build/astchanmon.exe) - Windows 32 bit.
* [astchanmon](https://github.com/rudilee/AstChanMon/blob/master/build/astchanmon) - Linux 64 bit, shared linked.

## Usage
Before able to live monitor your Asterisk PBX server, you need to add an AMI account to manager.conf file with at least read permission. Input your Asterisk PBX server address and AMI account credentials, then click connect.

## Screenshot
![alt tag](https://raw.githubusercontent.com/rudilee/AstChanMon/master/screen.png)

0 comments on commit 412b9f7

Please sign in to comment.