Posts Tagged ‘asterBilling’

why i cant see booth history when can see the calling call?

some customers find that they can see live booth calls(screen 1) but when call is done, nothing appears in the booth box(screen 2).

this happens coz the admin set sip account in “clid” when it should be “caller id”
check table “mycdr” you will find that the “src” filed would be a number which doesnt match with [...]

Comments (2)

how to upgrade astercc

1.upgrade database
unzip the package u could see folder “sql”
files in asterCC 0.12 should be:
astercc0.1b-0.1.sql
astercc0.1-0.11.sql
astercc0.11-0.12b.sql
astercc0.12b.-0.12sql
astercc.sql
say you are using 0.1b now, so you have to execute  astercc0.1b-0.1.sql, astercc0.1-0.11.sql, astercc0.11-0.12b.sql, astercc0.12b.-0.12sql one by one, then u get database of v0.12
2. stop astercc daemons
/opt/asterisk/scripts/astercc/asterccd stop
3. cp the new html & daemon files
4.  set conf files
files include astercc.conf, asterbilling.conf.php, astercrm.conf.php
5. [...]

Leave a Comment

new feature in asterbilling

we provide a new feature in asterbilling, you can read your buy rate when add a sell rate manually.
say admin set three rates for reseller:
default     0.2        for all resellers
0086        0.25     for reseller1
00852     0.3        for all resellers

then reseller1 logged in and want to add sell rate for his callshop
1. [...]

Leave a Comment

Why I cant see some records in CDR page in my asterBilling?

sometimes when you go CDR page to check CDRs for resellers, groups or some clid in your system, but nothing there or some records missed, and then u go database and checked, find there’s data in cdr table “mycdr”, so why it’s missed in asterBilling interface?
Reason 1: historyCdr issue
check your asterbilling.conf.php in asterbilling web scripts [...]

Comments (2)

asterbilling and asterisk2billing (a2billing) for asterisk billing

a2billing is a widly used billing system, so what’s the difference between a2billing and asterbilling?
system theory:
a2billing work with asterisk through AGI, each call would be handled by a2billing.agi, so you need change your astierks context so that when your phone make calls it will go to a2billing.agi, of course you need to copy a2billing scripts [...]

Comments (1)

Rates setting in asterbilling for asterisk billing

There are three rates in asterBilling, reseller rate, callshop rate and customer rate.

reseller rate: the rate admin sell to reseller
callshop rate (group rate): the rate reseller sell to callshop (group)
customer rate: the rate callshop sell to customers

Rates in asterBilling could be inherited, for example, here’s two records in resellerrate

dialpreifx = 0086
number length = 0
connect charge [...]

Comments (3)

asterbilling hosted callshop solution for asterisk

asterBilling is a realtime billing software for asterisk. Through asterBilling, it’s very easy to build a hosted callshop solution for asterisk.
benefits of asterBilling hosted callshop solution:

reseller, callshop, customer three level billing
all web based
high performance
all asterisk system compatible

here, i’ll introduce u how to build a hosted callshop solution using asterisk and asterbilling.
1. step1, install asterisk
2. step2, [...]

Comments (11)

import data in asterCC

You can import your data via web page in asterCC, in asterCRM, you can import customers, contacts and diallist, in asterBilling, you can import customerrate, grouprate and resellerrate, when import in asterCC, it will require you define how to map your data in excel/csv file to fileds in database.
say you have a rate table what [...]

Comments (1)

How to set asterBilling working with Freepbx, Trixbox, Elastix …

asterBilling is a realtime billing solution for asterisk, could be used as a hosted callshop or just a simple billing system for your asterisk pbx. Many people are using freepbx based system as their pbx, like trixbox, elastix … so here i’ll introduce you how to use asterBilling to bill your asterisk pbx.
the first thing [...]

Comments (7)

how to update asterCC license for your asterisk

By default, astercc providers you 5 free simultaneous channels license, you can purchase more if need.
First, edit /opt/asterisk/scripts/astercc/astercc.conf which is in same folder with astercc daemons, go to section [licence], you can find three parameters there
[licence]
licenceto =
key = (no this parameter in current version now)
channel = 5
change “channel” to the number [...]

Comments (10)