Asterisk Prepaid Application
http://sf.net/projects/asteriskbilling/

Synopsis: 
 Prepaid calling card system for Asterisk

Description: 
 Prepaid calling card system for Asterisk based on Postgresql with full AAA capabilities and simultaneous use prevention.
 
Setup:
 make install
 Copy prepaid.conf to your /etc/asterisk dir and modify to suit your needs
 Populate the database with cards, providers, tariffs, tariffrates etc.. to make it work.
 Record your own sound files (prepaid-card-expired,prepaid-zero-balance,prepaid-you-have,prepaid-and,prepaid-cents,prepaid-dollar,prepaid-dollars,prepaid-card-in-use,prepaid-no-aaa,prepaid-final)
 Configure an extension with the prepaid app and you're in business!


Example: 
 exten => _N.,1,Answer
 exten => _N.,2,CallingCard

$Id: README,v 1.6 2004/07/09 12:23:46 peternixon Exp $
