Asterisell

open source web application for rating, showing to customers, and billing Asterisk VoIP calls.

Downloads

GPL Free Release

Git Download

The suggested way for obtaining this release is using Git version control system. This allows to:

  • download application updates in an efficient way;
  • be advised of conflicts between your customizations and application updates in new versions of the application (easy upgrade);
  • send back to me bug-fixes and improvements;
  • upgrade to commercial release easily, without loosing your customizations;

For initial download:

git clone http://github.com/massimo-zaniboni/Asterisell.git

For updating to new release:

git commit -a -m "My custom changes."
git pull http://github.com/massimo-zaniboni/Asterisell.git

See this page for more details

In case of troubles, ask to the forum.

Source Code Repository and HTTP Downloads

Buy

You can buy the commercial version of Asterisell.

Donations

If you like supporting open-source development of this product, you can:

NOTE: remove from the cart the undesidered products.

License

Asterisell 
Copyright (C) 2007, 2008, 2009, 2010 
Massimo Zaniboni <massimo.zaniboni@profitoss.com>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 3
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Asterisell uses various open-source projects, that are compatible with the GPL license. The Asterisell “licenses” directory contains all the details.

Commercial Version

See this page

Versioning Scheme

  asterisell-T-W-X.Y.Z

  • T identifies the “free” or “commercial” version of Asterisell;
  • W can be something like “stable”, “testing”, “development”;
  • X is major sequence: it changes only if the application update requires a conversion of the database, in particular of CDR table;
  • Y is minor sequence: it changes if the new version introduces new features;
  • Z is maintenance sequence: it changes if the new version introduces bug-fixes or little improvements of already existing features;

Date 2010 March 15