FAQ
- how to use processdata.pl to check duplicate data for astercc database
- How to restore astercc from backup
- How to use backup.sh to backup your databases and directorys
- cant login queue via agent interface
- set the special dialplan work with campaign callerid
- how to upgrade astercc
- asterisk channels
- why we say asterCC solutions could work with all kinds of asterisk based solution.
- how to update asterCC license for your asterisk
- add language package for asterCRM & asterBilling
-
Recent Posts
Archives
- April 2012 (1)
- March 2012 (1)
- February 2012 (2)
- August 2011 (1)
- July 2011 (6)
- May 2011 (1)
- March 2011 (2)
- February 2011 (4)
- November 2010 (4)
- October 2010 (3)
- September 2010 (1)
- August 2010 (2)
- June 2010 (1)
- May 2010 (3)
- April 2010 (1)
- November 2009 (2)
- October 2009 (1)
- September 2009 (1)
- July 2009 (1)
- June 2009 (2)
- March 2009 (2)
- January 2009 (3)
- December 2008 (3)
- November 2008 (21)
- September 2008 (4)
Tutorial Archive
-
Install asterBilling on your server
Posted on November 5, 2008 | 28 CommentsDownload and unzip the source cd /var/www/html wget http://voxel.dl.sourceforge.net/sourceforge/astercc/astercc-0.09beta.zip unzip astercc-0.09beta.zip mv astercc-0.09beta astercc Create the directories and move astercc daemon scripts: mkdir -p /opt/asterisk/scripts/astercc/ mv /var/www/html/astercc/daemons/* /opt/asterisk/scripts/astercc/ chmod +x... -
simple asterCRM installation guide for asterisk
Posted on September 11, 2008 | 18 Commentsfor 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...