Are you interested in a link between LedgerSMB and ASTPP for billing purposes?
Submitted by dkwiebe on Mon, 2008-04-21 22:25.Demo site outage
Submitted by dkwiebe on Mon, 2008-03-10 21:49.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
Submitted by dkwiebe on Sat, 2008-01-19 01:22.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
Submitted by dkwiebe on Thu, 2008-01-03 05:34.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
Submitted by dkwiebe on Sat, 2007-11-03 17:06.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
Submitted by dkwiebe on Tue, 2007-09-18 18:26.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
Submitted by dkwiebe on Thu, 2007-09-13 02:22.Our subversion server is currently down but will be back on Thursday, Sept 13, 2007.
ASTPP Recordings needed
Submitted by dkwiebe on Sat, 2007-09-08 22:08.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
Submitted by dkwiebe on Thu, 2007-08-16 00:34.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

Recent comments
17 weeks 1 day ago
20 weeks 4 hours ago
25 weeks 3 days ago
27 weeks 4 days ago
28 weeks 1 day ago
34 weeks 3 days ago
36 weeks 2 days ago
36 weeks 3 days ago
40 weeks 3 days ago
40 weeks 4 days ago