IMPORTANT : AreskiCC is now known as A2Billing.
For more details, please go to the following websites:
- Commercial Support, Installation and Consultancy services : http://www.star2billing.com
- Download A2Billing, Application Development, Documentation and Forum : http://www.a2billing.net
- WIKI : https://www.voip-info.org/a2billing/
Help to install AreskiCC
AreskiCC CallingCard Application The idiots guide
AreskiCC CallingCard Application The idiots guideV2
Information from official website:
LAST UPDATE : V2.2 – 9 May 2005
Description :
- AreskiCC is an AGI script and PHP application which greatly handle the complete CallingCard System.
- AreskiCC is distributed under GNU GPL.
FEATURES – AGI :
- Authenticate with the use of a Cardnumber the Cardnumber can also be defined as accountcode into sip.conf, iax.conf, etc..
- Take care of multiple calls using the same Cardnumber
- Caller gets informed about his credit
- Announce the remaining credit
- Caller is requested to enter a destination number
- Announce the maximal call time for the given destination number
- It calculates the remaining duration of the actual call (based on tariffrate tables), informs the caller about this and sets a timeout
- Interupt the call if the card balance gets zero
- Warn the caller about the call interupt 60 & 30 seconds before the call gets interupted
- It connects the Caller to the destination through the configured trunk
- note : different trunks can be configured and associated by prefix
- After disconnecting the call AGI updates the credit and stores the concerning Call-Detail-Records with CallingPartyNumber, CalledPartyNumber, CallSetupTime, Duration, Charge and the remaining credit
NEWEST FEATURES IN V2:
- A new, rebuilt rate engine
- LCR & LCD management (OOOOHHH YESSSSS)
- Billing Increment
- Progressive Rate
- Scheduled Rates (days of the week)
- Expiration rates
- Buy rates configuration
- Import ratecard from CSV file
- Simultaneous access for same card
- SIP/IAX Friends Management
- Generate conf file for SIP/IAX Friends
- Reload Asterisk from UI
- AGI flexibility
- Many options such as use DNID, Directcall, saybalance, etc.
- SIP/IAX Friends on AGI (Press 9)
- Use DNID
- New graphic design 🙂 Is it cute, no?
- Internal help/info
- Customer interface to see the balance & calls made
FEATURES – WEB INTERFACE:
- CARD/CUSTOMERS
- List customers/cards
- Refill customer/card
- Create customer/card
- Generate customers/cards
- List/Create SIP-FRIENDS
- List/Create IAX-FRIENDS
- Generate Asterisk configuration file
- Reload Asterisk
- BILLING
- View money situation
- View Payment
- Add new Payment
- RATECARD
- List/Create TariffGroup (LCR/LCD)
- List/Create Ratecard
- Define Ratecard
- Add Rates
- Import Ratecard (csv files)
- TRUNK
- List Trunk
- Add Trunk
- CALL REPORT – BALANCE
- LIST/CREATE – USER ACCESS (ADMIN)
REQUIREMENTS :
- Apache
- PHP & php-pgsql
- postgresql
- use phpagi included (http://phpagi.sourceforge.net)
- php.ini : register_global = On
ABSOLUTELY, YOU MUST USE DeadAGI :
if the called party hangup the CDR sessiontime is null, to solve this issue,
; CallingCard application
exten => _X.,1,Answer
exten => _X.,2,Wait,2
exten => _X.,3,DeadAGI,areskicc.php
exten => _X.,4,Wait,2
exten => _X.,5,Hangup
Note :
- by default the username & password for the UI is root/myroot or admin/mypassword