Posts Tagged ‘open source’

add callshop & realtime billing feature to your a2billing

If you have a a2billing working already, you may want to add some more features, like make it work as a hosted callshop, here we’ll introduce how to add callshop feature using asterbilling.
1. add a new conf in your a2billing
add a new conf like [agi-conf2] in a2billing.conf, make sure you have the changed the following [...]

Leave a Comment

why we say asterCC solutions could work with all kinds of asterisk based solution.

asterCC package provides a call center solution and a billing solution for asterisk, the most important feature is, asterCC could work with all asterisk based solutions and no need do any modification to the original system,  as we have tested, including:

Trixbox
Elastix
Callweaver
Freepbx
Magiclink
Fonesoft
asterisk2billing (a2b)
pbx in a flash

so when you are using a asterisk based system and want [...]

Leave a Comment

History about asterCC, asterCRM and asterBilling

In July, 2007, we start a project, the aim is to provide a call center system for asterisk, which should be all web based and no rely on dialplan, also should have some simple CRM features. That’s how asterCRM came, we made it all open source and free to use so that it could grow [...]

Comments (1)

simple asterCRM installation guide for asterisk

for asterCRM 0.047beta

Download asterCRM package from sf.net, unzip it and put all files/folders to your WEBroot folder
cd /usr/src
wget http://nchc.dl.sourceforge.net/sourceforge/asterisk-crm/astercrm-0.047beta.zip
unzip astercrm-0.047beta.zip
mv ./astercrm-0.047beta /var/www/html/astercrm

It is highly advised that the whole eventsdaemon directory be moved to a more secure location like /opt and out of the WEB root directory (in step 2)

Create the directories and move eventsdaemon scripts:
in [...]

Comments (10)