Changeset 2747

Show
Ignore:
Timestamp:
02/16/10 18:48:52 (2 years ago)
Author:
areski
Message:

Prepare Release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/common/lib/admin.defines.php

    r2678 r2747  
    3232**/ 
    3333 
    34 define ("PHP_QUICK_PROFILER", true); 
     34define ("PHP_QUICK_PROFILER", false); 
    3535// Include PHP-Quick-Profiler 
    3636require_once('PhpQuickProfiler.php'); 
  • trunk/common/lib/agent.defines.php

    r2678 r2747  
    3232**/ 
    3333 
    34 define ("PHP_QUICK_PROFILER", true); 
     34define ("PHP_QUICK_PROFILER", false); 
    3535// Include PHP-Quick-Profiler 
    3636require_once('PhpQuickProfiler.php'); 
  • trunk/common/lib/customer.defines.php

    r2678 r2747  
    3232**/ 
    3333 
    34 define ("PHP_QUICK_PROFILER", true); 
     34define ("PHP_QUICK_PROFILER", false); 
    3535// Include PHP-Quick-Profiler 
    3636require_once('PhpQuickProfiler.php'); 
  • trunk/INSTALL.Centos

    r2730 r2747  
    222222Guidelines 
    223223 
    224    Keep an eye on the development of A2Billing 1.4 here. 
     224   Keep an eye on the development of A2Billing here. 
    225225 
    226226   http://www.asterisk2billing.org/cgi-bin/trac.cgi/browser/trunk 
     
    228228   Make sure that you are running the latest version before reporting a bug by periodically running. 
    229229 
    230    Bugs can be dicussed in the 1.4 bugs section here - http://forum.asterisk2billing.org/viewforum.php?f=22 before reporting them on the bug tracker. 
     230   Bugs can be dicussed in the bugs section here - http://forum.asterisk2billing.org/viewforum.php?f=22 before reporting them on the bug tracker. 
    231231 
    232232   Bugs tracking and reporting can be done here:- http://www.asterisk2billing.org/cgi-bin/trac.cgi/report 
  • trunk/INSTALL.Debian

    r2730 r2747  
    11     ___________________________________________________________________________________________________________________________________________________________________ 
    22 
    3 A2Billing 1.4 INSTALLATION GUIDE 
    4  
    5     1. A2Billing 1.4 INSTALLATION GUIDE 
     3A2Billing INSTALLATION GUIDE 
     4 
     5    1. A2Billing INSTALLATION GUIDE 
    66         1. Important note about distributions 
    77         2. Default passwords and access info (READ THIS!) 
     
    1010         1. Step 1: Download and unpack source code 
    1111         2. Step 2: Prepare the Database 
    12          3. Step 3: Edit the a2billing.conf configuration file 
     12         3. Step 3: Edit the A2Billing.conf configuration file 
    1313         4. Step 4: Fix permissions, files and folders 
    1414              1. SIP and IAX 
     
    1717         5. Step 6: Install The AGI components 
    1818         6. Step 5: Install web-based Graphical interfaces 
    19          7. Step 7: Create a dialplan for a2billing 
     19         7. Step 7: Create a dialplan for A2Billing 
    2020         8. Step 8: Configure recurring services 
    2121         9. Step 9: Call back daemon (only for Call backs) 
    2222 
    23    This document focuses on the installation of a2billing system for the Asterisk open source PBX. The document covers the installation and basic configuration of 
    24    a2billing. A2billing is an open source implementation of a telecommunication billing and added value services platform. 
     23   This document focuses on the installation of A2Billing system for the Asterisk open source PBX. The document covers the installation and basic configuration of 
     24   A2Billing. A2billing is an open source implementation of a telecommunication billing and added value services platform. 
    2525 
    2626   A2billing is a LAMP (Linux Apache Mysql(Postgresql) PHP) application that interfaces with Asterisk using both the AMI and AGI interfaces. 
    2727 
    28    This documentation has been tested using Debian etch, Debian etch and half, Ubuntu 8.04 and Ubuntu 8.10 and a2billing 1.4
     28   This documentation has been tested using Debian etch, Debian etch and half, Ubuntu 8.04 and Ubuntu 8.10 and A2Billing
    2929 
    3030Important note about distributions 
     
    4545   This are the default passwords that you should know about 
    4646     * mysql root password (in default system normally is <ENTER>) 
    47      * a2billing default database is mya2billing, user is a2billinguser and password is a2billing 
     47     * A2Billing default database is mya2billing, user is a2billinguser and password is a2billing 
    4848     * asterisk manager default information is: [myasterisk] and secret=mycode 
    49      * a2billing admin default password is: user: root password: changepassword 
     49     * A2Billing admin default password is: user: root password: changepassword 
    5050 
    5151Pre-required software packages 
     
    5656     #apt-get install openssh-server subversion 
    5757 
    58    Version 1.4 also requires MCrypt module for PHP5 
     58   A2Billing also requires MCrypt module for PHP5 
    5959     #apt-get install php5-mcrypt 
    6060 
     
    6464Installation 
    6565 
    66    In a nutshell installing a2billing requires seven steps: 
     66   In a nutshell installing A2Billing requires seven steps: 
    6767    1. Download and unpack source code 
    6868    2. Setup the database 
     
    8383 
    8484   Download the code from the SVN repository run: 
    85      #svn co --username guest --password guest http://svn.a2billing.net/svn/asterisk2billing/tags/1.4-current /usr/local/src/a2billing/ 
     85     #svn co --username guest --password guest http://svn.a2billing.net/svn/asterisk2billing/tags/1-current /usr/local/src/a2billing/ 
    8686 
    8787   At the end of this step you should have a a2billing tree structure that should look like: 
     
    126126     #mysql -u root -p mya2billing < DataBase/mysql/Mysql-5.x/UPDATE-a2billing-v1.4.5-to-v1.5.0.sql 
    127127     #mysql -u root -p mya2billing < DataBase/mysql/Mysql-5.x/UPDATE-a2billing-v1.5.0-to-v1.5.1.sql 
     128     #mysql -u root -p mya2billing < DataBase/mysql/Mysql-5.x/UPDATE-a2billing-v1.5.1-to-v1.6.0.sql 
    128129      
    129130   Checkpoint 1: Check that the database (my2billing) and that (93) tables have been created. 
     
    132133     mysql>exit 
    133134 
    134    A big difference between version 1.3.4 and 1.4 is that all system configuration is now stored in the database. 
    135135 
    136136Step 3: Edit the a2billing.conf configuration file 
     
    257257pass: changepassword 
    258258 
    259 Step 7: Create a dialplan for a2billing 
    260  
    261    The extensions.conf is the Asterisk dialplan. Calls that interact with the billing software need to be handled inside of one or many a2billing related contexts. 
     259Step 7: Create a dialplan for A2Billing 
     260 
     261   The extensions.conf is the Asterisk dialplan. Calls that interact with the billing software need to be handled inside of one or many A2Billing related contexts. 
    262262 
    263263   The calls that reach the context are processed using the a2billing.php AGI script. The a2billing.php script can be invoked in many different modes (standard, did, 
  • trunk/README

    r2674 r2747  
    1 @version 1.5.1-prod 
     1@version 1.6.0-prod 
    22# 
    33