Skip navigation.
Home
ASTPP is an open source VOIP billing and calling card application for Asterisk(TM) and Freeswitch(TM).

Calling Card Reseller Support

I just committed support to -trunk for Calling Card Resellers. This is available in -trunk and will be in version 1.5

ASTPP Version 1.4 Beta 2

Beta 2 has been released with several bugs which were found in Beta 1 resolved. Please visit the download page to get it. [url]http://www.astpp.org/?q=node/163[/url]

SVN Repository Update

Just a quick note for you all. I have copied the appropriate code into the -stable branch of the svn tree. Therefore I would recommend checking that out instead of using -trunk. There will be some new features coming in -trunk which will probably cause it to be partially broken for a while so unless you want to help please use the code in -stable. :-)

ASTPP Version 1.4 Beta 1 Released

I've just package up ASTPP Version 1.4 Beta 1. This can be found at [url]http://www.astpp.org/?q=node/163[/url]

Here's a partial list of fixes and updates:

Added support to request a callback as well as to register for a callback using the telephone.
Updated the calling card support to handle surcharges. Added the ability to refill a card using the telephone.
Added support for multiple call credit control.
Added support to request a callback via a webpage
Added the ability to transfer funds between calling cards via a webpage.
Added support to read configuration from the database.

Requirements

ASTPP has a few requirements that must be met before it can be installed and used.

* Asterisk PBX (www.asteriskpbx.org)
* Web Server - Preferably Apache (www.apache.org)
* MySQL (www.mysql.org)
* Uniqueid enabled in Asterisk
* Asterisk CDRs in a MySQL database.
* Additional field labeled 'cost' in the Asterisk cdr database
* Accountcodes in the appropriate fields in the Asterisk cdr database.
* Perl (www.perl.org)
* Perl Module: Locale::gettext_pp
* Perl Module: Text::Template
* Perl Module: Locale::Country
* Perl Module: Locale::Language

Aleph Communications Survey Script

A seperate project has been setup for this.  Please visit it here: www.pollblast.org

OBSOLETE

This is the Aleph Communications Survey Application for Asterisk It is designed for usage in a variety of settings as follows: 1. Have your customers call in and complete the survey 2. Using our auto call out software, you can perform completely automated surveys. PLEASE use this functionality in a legal & ethical manner!

Demo Site

Username: "admin" Password: "123456" http://demo.astpp.org:88/cgi-bin/astpp-admin/astpp-admin.cgi We would certainly appreciate if you would refrain from adding a large number of calling cards as this does cause a load on the server and slows things down for other users. If the demo is unavailable please email me @ darren@aleph-com.net.

SVN Server Move

The SVN server will be moving in the next couple of days. This is a heads up for all those who have code checked out and are working on it. Please post a note here if this is a problem for you.

Is the new website better than the old one?

Yes
61% (20 votes)
No
6% (2 votes)
Don't care
33% (11 votes)
Total votes: 33

Asterisk Native Applications

These applications are currently outdated!

We have written the "astpp-authorize.agi" and "astpp-lcr.agi" applications in C which allows them to function as native asterisk applications. This provides better speed.

Here are the installation instructions:

INSTALL

1. Place app_astpp.c into /usr/src/asterisk/apps/
2. Add app_astpp.so to objects in /usr/src/asterisk/apps/Makefile
3. cd /usr/src/asterisk/
4. make && make install

USAGE

1. ASTPP_LCR parses /var/lib/astpp/astpp-config.conf - for DB access params
2. Place ASTPP_LCR(1234567890) into your Dialplan. (It will calculate LowCost? Routes for 1234567890)

Syndicate content