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

Freeswitch support update

Just a quick update.  I have sip users registering with Freeswitch using the astpp plugin.  I'll be committing to svn shortly.

Invoice Generation Notice

The invoice generation code has been broken out of astpp-update-balance and placed into astpp-generate-invoices.pl.  This allows for much more flexiblity for those who wish to manually run their invoices.  For those who have everything automated, you simply need to have astpp-generate-invoices.pl added to your crontab.

Freeswitch Integration

The FreeSWITCH integration support has started.

This is outdated.  It is great to use mod_perl but I wouldn't recommend it for early testing.

1. Create a directory that will be run as mod_perl.  This could be anywhere but for our test we'll use /usr/lib/mod_perl_bin/.

2. Install mod_perl onto your server if it doesn't exist already.

3. Add the following commands into your httpd.conf file:

  Alias /perl/ /usr/lib/mod_perl_bin/
  <Location /perl/>
      SetHandler perl-script

Freeswitch Support Status

Here's an update on the Freeswitch support.

1. Freeswitch LCR works if your providers are using SIP. When somebody is ready to test on vendors other than SIP just get me the correct syntax for the dial strings and they'll be added.

2. Freeswitch cdrs are not rated natively. Instead we run a process that takes the csv file and imports it into a database with the same format as the asterisk cdr database. ASTPP then rates the calls.

3. Freeswitch supports limiting the length of calls. When somebody is ready to test this please make it be known.

New Packaged Release

I just served up svn #2186 on Sourceforge as a release. This is done to simplify testing as well as simplifying downloading for users. Also, the ASTPP and Asterisk(tm) code is stable. It's the Freeswitch code in there which is not ready for deployment.

Templates clean up

Much of our web interface has been moved into templates. If anybody is interested in prettying these up it would certainly be appreciated. Just post here or drop me an email @ darren@aleph-com.net. Alternately just go ahead and start. However, I'd like an idea of what it will look like before we get too heavy into committing new/revised templates.

Freeswitch Testing

I'm ready to start testing the FreeSwitch LCR support. If somebody is interested in helping test please drop me a line @ darren@aleph-com.net.

Project Support

If anybody wishes to contribute to the author, I've setup a wishlist at Amazon. http://www.amazon.ca/gp/registry/registry.html/ref=em-si-html_viewall?id=1EH9UDUOV267Y Of course any and all donations are gratefully accepted. :-)

Syndicate content