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

Are you interested in a link between LedgerSMB and ASTPP for billing purposes?

Demo Site Back

The demo site has been restored.

Demo site outage

Thanks for the notifications regarding the demo site being down. We'll have it back up in the next couple of days.

Recurring Billing for OSCommerce

I've coded support for recurring billing for standalone OSCommerce sites. Here are my notes:

SQL:

--
-- Table structure for table `custom_recurring`
--

CREATE TABLE IF NOT EXISTS `custom_recurring` (
`recurring_id` int(11) NOT NULL auto_increment,
`products_id` int(11) NOT NULL default '0',
`recurring_price` decimal(15,4) NOT NULL default '0.0000',
`customers_id` int(11) NOT NULL default '0',
`recurring_sweep` int(2) NOT NULL default '0',
`recurring_quantity` int(6) NOT NULL default '1',
PRIMARY KEY (`recurring_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

Web Site Outage

The webserver is finally back up. We're hosting it ourselves again so it should be stable and I can fix any problems that arise.

Thanks for your patience.

Customizing the Interface

Recent version of the ASTPP interface are built up the HTML::Template perl module. This means that the HTML code is seperated from the application code and is kept in .tpl files. This makes it simple for the end user to modify the appearance and, in some cases, even the functionality of the gui.

For documentation on HTML::Template we'd recommend the following links:

http://www.sitepoint.com/article/introducing-html-template
http://search.cpan.org/~samtregar/HTML-Template-2.6/Template.pm
http://html-template.sourceforge.net/

Project moving to Sourceforge.net

We have registered ASTPP at sourceforge.net and will be moving at least some parts of the project over there. It's not decided yet exactly which parts will be moving but if you're interested in helping your assistance will be greatly appreciated.

Todo List:
1. Export SVN and move it. - Done
2. Move bugtracker into sourceforge bug tracker.
3. Setup drupal on Sourceforge. - Not for now, possibly later.

http://sourceforge.net/projects/astpp/

Subversion down

Our subversion server is currently down but will be back on Thursday, Sept 13, 2007.

ASTPP Recordings needed

We are looking for ASTPP recordings in multiple languages.

English (New files would be nice)
Russian
French
Spanish

If anybody is interested (has some to donate or sell) please either post your offer here or contact me @ darren@aleph-com.net

ASTPP Status Update

This home page is starting to look like it hasn't been touched for a while. That means it's time for an update. If you keep an eye on the svn feed on the right hand side you'll get an idea of what we're working on.
1. We're still working on moving everything to a template based design.
2. We've started moving code into perl module(s). This is going to be an lengthy process that may well span a release or two.
3. Callingcards are entirely stable except for an issue that we're working on with callbacks.
4. DIDs appear to be stable except for a cdr issue when DIDs are forwarded directl