FIVN Asterisk Management GUI
Version 2.3
A simple GUI interface for configuring Asterisk
Copyright (C) 2006-2013, FIVN, Loc Nguyen
http://www.fivn.com/
This software is allowed to use only for non-commercial purposes.
Ask the author for commercial use.
THERE IS NO WARRANTY FOR THE PROGRAM BECAUSE IT IS LICENSED FREE OF CHARGE.
********************************************************************************

This application was rewritten using AJAX technology. Instead of executing codes
in routers, now codes will be executed in browsers that have more memory and power.

+ Installation
This application was written mainly for routers and Linux OS. The application
won't work out of the box, so you need change some settings.

- asterisk.sh, copy this script to /cgi-bin directory

operation_system_variant, the main setting for selecting pre-defined parameters
  default: none

print_content_type, enable to print content-type
  default: yes

keep_log_entry, the number of log entry will be kept when press the clean log button
  default: 2

keep_call_entry, the number of call log entry will be kept when press the clean log button
  default: 30

script_settings, the path of the settings.js JavaScript
  default: /www/settings.js; web server process should have right to update this file

- style.css
If you put the loading.gif file in other location, you need to modify this file

The URL of the script is:
http://router_address/asterisk.html
