<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>asterCC, asterisk callcenter and billing solution &#187; open source</title>
	<atom:link href="http://astercc.org/tag/open-source/feed" rel="self" type="application/rss+xml" />
	<link>http://astercc.org</link>
	<description>asterCC, asterisk callcenter, ip pbx and billing solution</description>
	<lastBuildDate>Tue, 15 May 2012 05:06:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>tutorial: use astercc,freepbx and asterisk to build a broadcasting system with IVR and Queue agents</title>
		<link>http://astercc.org/tutorial-2/2011/02/tutorial-use-astercc-freepbx-and-asterisk-to-build-a-broadcasting-system-with-ivr-and-queue-agents.html</link>
		<comments>http://astercc.org/tutorial-2/2011/02/tutorial-use-astercc-freepbx-and-asterisk-to-build-a-broadcasting-system-with-ivr-and-queue-agents.html#comments</comments>
		<pubDate>Fri, 18 Feb 2011 04:26:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cases]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[astercc box]]></category>
		<category><![CDATA[asterCC Comercial]]></category>
		<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[broadcast]]></category>
		<category><![CDATA[broadcasting]]></category>
		<category><![CDATA[callcenter]]></category>
		<category><![CDATA[commercial]]></category>
		<category><![CDATA[dialer]]></category>
		<category><![CDATA[elastix]]></category>
		<category><![CDATA[Freepbx]]></category>
		<category><![CDATA[ivr]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pbxinaflash]]></category>
		<category><![CDATA[predictive dialer]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[trixbox]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=1105</guid>
		<description><![CDATA[the most feature in astercc is the predictive dialer, using the dialer you could improve the work efficiency. In this tutorial, I will introduce how to setup a dialer with...]]></description>
			<content:encoded><![CDATA[<p>the most feature in astercc is the predictive dialer, using the dialer you could improve the work efficiency. In this tutorial, I will introduce how to setup a dialer with a pre-configed IVR:  when dialer start work, customers will hear a IVR which you configed in Freepbx, so we could also config in the IVR to accept customer input, and we can forward to an new IVR or agents in a queue.</p>
<p>1. config a Queue in freepbx</p>
<p>usually you want to config a queue to resonpse customer if they want to reach some live agent, so we config a queue first</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/queue_1.jpg"><img class="aligncenter size-full wp-image-1112" title="queue_1" src="http://astercc.org/wp-content/uploads//2011/02/queue_1.jpg" alt="" width="796" height="452" /></a></p>
<p>2. config an IVR in freepbx</p>
<p>2.1 first we will add some voice in the IVR, you&#8217;d like to use a recording software, just notice that in asterisk, it requires to use wav format and 16bit, 8000HZ mono</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/wavepad_save_file_as_1.jpg"><img class="aligncenter size-full wp-image-1115" title="wavepad_save_file_as_1" src="http://astercc.org/wp-content/uploads//2011/02/wavepad_save_file_as_1.jpg" alt="" width="796" height="309" /></a></p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/wavepad_save_file_as_2.jpg"><img class="aligncenter size-full wp-image-1116" title="wavepad_save_file_as_2" src="http://astercc.org/wp-content/uploads//2011/02/wavepad_save_file_as_2.jpg" alt="" width="796" height="497" /></a></p>
<p>2.2 add a recording</p>
<p>you can either upload the recording you finished in your pc, or use a ext. in system to record a new one</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/uploade_voice_1.jpg"><img class="aligncenter size-full wp-image-1114" title="uploade_voice_1" src="http://astercc.org/wp-content/uploads//2011/02/uploade_voice_1.jpg" alt="" width="796" height="381" /></a></p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/recording_1.jpg"><img class="aligncenter size-full wp-image-1113" title="recording_1" src="http://astercc.org/wp-content/uploads//2011/02/recording_1.jpg" alt="" width="796" height="442" /></a></p>
<p>2.3 add IVR</p>
<p>now queue and recording is ready, we could add the IVR</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/ivr_1.jpg"><img class="aligncenter size-full wp-image-1110" title="ivr_1" src="http://astercc.org/wp-content/uploads//2011/02/ivr_1.jpg" alt="" width="796" height="528" /></a></p>
<p>in announcement, we select the recording we just done, and also we added two options to accept customer input, when customer hits 1, he will go queue 900, and when hits 2, he will go to ext. 5001.</p>
<p>4. add misc</p>
<p>then we need add a misc so the dialer could reach the IVR</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/misc_application_1.jpg"><img class="aligncenter size-full wp-image-1111" title="misc_application_1" src="http://astercc.org/wp-content/uploads//2011/02/misc_application_1.jpg" alt="" width="796" height="471" /></a></p>
<p>remember this feature code 800, we will use it when configing campaign in astercc, you could use some other code as you like, just make sure it&#8217;s unique in your freepbx</p>
<p>now we finished the job in freepbx, you&#8217;d like to dial 800 from any extension, it supposes to bring you to the IVR.</p>
<p>5. config the campaign in astercc</p>
<p>login as admin, and go to campaign, add a campaign as following</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/campaign_1.jpg"><img class="aligncenter size-full wp-image-1117" title="campaign_1" src="http://astercc.org/wp-content/uploads//2011/02/campaign_1.jpg" alt="" width="796" height="695" /></a></p>
<p>make sure in &#8220;Inexten&#8221; you put the same code as in &#8220;misc application&#8221;, and in &#8220;Queue number&#8221; put the same queue number as your freepbx queue</p>
<p>6. add agent user in astercrm</p>
<p>you&#8217;d like to add some account for your agents if you want them get a popup form when they start answer customer calls, go to &#8220;Extension&#8221; to add astercrm account for your agents, make sure the account &#8220;extension&#8221; match the ext. in your freepbx</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/account_1.jpg"><img class="aligncenter size-full wp-image-1118" title="account_1" src="http://astercc.org/wp-content/uploads//2011/02/account_1.jpg" alt="" width="796" height="495" /></a></p>
<p>7. start dialer and test agent</p>
<p>before start dialer, you&#8217;d like to check your astercc.conf</p>
<p>make sure this parameter is configed as</p>
<p>doublecheckcampaign = yes</p>
<p>then restart astercc daemons</p>
<p>/opt/asterisk/scripts/astercc/asterccd restart</p>
<p>ask your agent login and as admin go to dialer page, start the dialer</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/dialer_1.jpg"><img class="aligncenter size-full wp-image-1109" title="dialer_1" src="http://astercc.org/wp-content/uploads//2011/02/dialer_1.jpg" alt="" width="796" height="380" /></a></p>
<p>as an agent, he will get a popup when customer answered the call and hit 1 for queue</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/agent_popup_1.jpg"><img class="aligncenter size-full wp-image-1106" title="agent_popup_1" src="http://astercc.org/wp-content/uploads//2011/02/agent_popup_1.jpg" alt="" width="797" height="501" /></a></p>
<p>8. check report</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/campaigndialedlist_1.jpg"><img class="aligncenter size-full wp-image-1108" title="campaigndialedlist_1" src="http://astercc.org/wp-content/uploads//2011/02/campaigndialedlist_1.jpg" alt="" width="796" height="507" /></a></p>
<p>you could go to dialedlist to check the campaign status</p>
<p>* to get a working freepbx and asterisk easily, you could choose  astercc box, elastix, pbxinaflash or trixbox</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/tutorial-2/2011/02/tutorial-use-astercc-freepbx-and-asterisk-to-build-a-broadcasting-system-with-ivr-and-queue-agents.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>add callshop &amp; realtime billing feature to your a2billing</title>
		<link>http://astercc.org/tutorial-2/2009/01/add-callshop-feature-to-your-a2billing.html</link>
		<comments>http://astercc.org/tutorial-2/2009/01/add-callshop-feature-to-your-a2billing.html#comments</comments>
		<pubDate>Tue, 27 Jan 2009 14:26:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[a2billing]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[asterisk2billing]]></category>
		<category><![CDATA[callshop]]></category>
		<category><![CDATA[hosted callshop]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=513</guid>
		<description><![CDATA[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&#8217;ll introduce how to add callshop...]]></description>
			<content:encoded><![CDATA[<p>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&#8217;ll introduce how to add callshop feature using asterbilling.</p>
<p>1. add a new conf in your a2billing</p>
<p>add a new conf like [agi-conf2] in a2billing.conf, make sure you have the changed the following options:</p>
<p>; Manage the answer on the call</p>
<p>answer_call = NO<br />
play_audio = NO<br />
use_dnid = YES<br />
number_try = 1<br />
say_balance_after_auth = NO<br />
say_balance_after_call = NO<br />
say_rateinitial = NO<br />
say_timetocall = NO<br />
cid_enable = NO<br />
cid_auto_assign_card_to_cid = NO</p>
<p>anyway, disable all prompt &amp; announcement</p>
<p>2. add new dialplan in asterisk extensions</p>
<p>by default, sip peer generated by a2billing will use context a2billing, so we add</p>
<p>[a2billing]<br />
; for asterbilling booth<br />
exten =&gt; _X.,1,DeadAGI,a2billing.php|2</p>
<p><a href="http://astercc.org/wp-content/uploads/2009/01/sc-2.png"><img class="alignnone size-full wp-image-515" title="sc-2" src="http://astercc.org/wp-content/uploads/2009/01/sc-2.png" alt="sc-2"/></a></p>
<p>3. add costomer in a2billing</p>
<p>then we add a customer in a2billing, make sure you enabled sip or iax account, then click the &#8220;generate&#8221; button and click &#8220;reload&#8221; link</p>
<p>also u may want to set this customer as &#8220;postpay&#8221; and a big number for the limit coz you would not charge customer in a2billing, just make sure this customer could make calls with no problem</p>
<p>4. set your ip phone</p>
<p>go to &#8220;List Sip-friend&#8221; or &#8220;List iax-friend&#8221; get the username/secret for your phone, then try make a call, if everything goes well, u should make a call successfully</p>
<p><a href="http://astercc.org/wp-content/uploads/2009/01/sc-4.png"><img class="alignnone size-full wp-image-517" title="sc-4" src="http://astercc.org/wp-content/uploads/2009/01/sc-4.png" alt="sc-4"  /></a></p>
<p>5. add clid in asterbilling</p>
<p>go to asterbilling and create clid using the username(if there&#8217;s callerid defined for this customers, use callerid instead) in sip-friends</p>
<p><a href="http://astercc.org/wp-content/uploads/2009/01/sc-1.png"><img class="alignnone size-full wp-image-514" title="sc-1" src="http://astercc.org/wp-content/uploads/2009/01/sc-1.png" alt="sc-1" /></a></p>
<p>6 login as groupadmin/operator and enjoy <img src='http://astercc.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://astercc.org/wp-content/uploads/2009/01/sc-3.png"><img class="alignnone size-full wp-image-516" title="sc-3" src="http://astercc.org/wp-content/uploads/2009/01/sc-3.png" alt="sc-3"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/tutorial-2/2009/01/add-callshop-feature-to-your-a2billing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>why we say asterCC solutions could work with all kinds of asterisk based solution.</title>
		<link>http://astercc.org/faq-2/2008/11/why-we-say-astercc-solutions-could-work-with-all-kinds-of-asterisk-based-solution.html</link>
		<comments>http://astercc.org/faq-2/2008/11/why-we-say-astercc-solutions-could-work-with-all-kinds-of-asterisk-based-solution.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 07:01:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[AMI]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[asterisk2billing]]></category>
		<category><![CDATA[billing]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[callweaver]]></category>
		<category><![CDATA[contact center]]></category>
		<category><![CDATA[customized asterisk]]></category>
		<category><![CDATA[elastix]]></category>
		<category><![CDATA[embedded asterisk]]></category>
		<category><![CDATA[fonesoft]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Freepbx]]></category>
		<category><![CDATA[magiclink]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pbxinaflash]]></category>
		<category><![CDATA[trixbox]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=243</guid>
		<description><![CDATA[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...]]></description>
			<content:encoded><![CDATA[<p>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:</p>
<ul>
<li>Trixbox</li>
<li>Elastix</li>
<li>Callweaver</li>
<li>Freepbx</li>
<li>Magiclink</li>
<li>Fonesoft</li>
<li>asterisk2billing (a2b)</li>
<li>pbx in a flash</li>
<li>&#8230;</li>
</ul>
<p>so when you are using a asterisk based system and want to add call center or billing features, asterCC is a good choice.</p>
<p>asterCC solutions connect to your asterisk via AMI over tcp, so even a embedded asterisk equipment would use asterCC for billing or contact center.</p>
<p>asterCC works based callerid, so it doesnt care what&#8217;s the asterisk dialplan or how a agi work, as long as you have  correct callerid in your asterisk, asterCC could work with it.</p>
<p>Working as daemon service in linux, asterCC is stable and extremely efficient, we have test that it could support at least 240 simultanieous asterisk calls.</p>
<p>Open source as all web scripts is, there&#8217;s also the possibility that you make your own solution based astercc daemons, and with the 5 free simultanieous channel license it provides by default, no need to pay a dollar for small business, like to bill an asterisk pbx with users less than 12.</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/faq-2/2008/11/why-we-say-astercc-solutions-could-work-with-all-kinds-of-asterisk-based-solution.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>History about asterCC, asterCRM and asterBilling</title>
		<link>http://astercc.org/tips/astercrm/2008/11/history-about-astercc-astercrm-and-asterbilling.html</link>
		<comments>http://astercc.org/tips/astercrm/2008/11/history-about-astercc-astercrm-and-asterbilling.html#comments</comments>
		<pubDate>Sun, 09 Nov 2008 03:00:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[asterCC Comercial]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[billing]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[contact center]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[realtime billing]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=162</guid>
		<description><![CDATA[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...]]></description>
			<content:encoded><![CDATA[<p>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&#8217;s how asterCRM came, we made it all open source and free to use so that it could grow faster.</p>
<p>On 2007-08-08, we released the first version, 0.01beta, then 0.01, 0.03, 0.04 &#8230; it upgraded almost every month.</p>
<p>At the same time, we&#8217;d like to provide a realtime billing solution for asterisk, then we made tow daemons running in linux,Â  astercc and asterrc, astercc could catch live CDR from asterisk and asterrc could bill based rate and destination. We found this billing solution is perfect for hosted callshop, then we released asterCC on 2008-3-5, asterCC means the core of the system is the astercc daemon.</p>
<p>After asterCC released, we found that we could get a much better performance and much more features if we use astercc damon in asterCRM, then we start integrate astercc daemon into asterCRM, then we released 0.0461 and 0.047beta, so that asterCRM could work based astercc daemon smoothly.</p>
<p>So for now, both the billing solution and the call center solution need astercc daemon, then we decide rename them and package both into one software, we use asterCC asÂ  the package name, asterCRM as call center solution as it was, and use asterBilling as the software for realtime billing.</p>
<p>asterCC<br />
&#8212;&#8212;asterCRM<br />
&#8212;&#8212;asterBilling</p>
<p>asterCRM and asterBilling are both open source software, but the point is that you have to purchase license to get more simultaneous channels support in astercc daemon, by default it provide 5 free license so you can experience how asterCRM and asterBilling works.</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/tips/astercrm/2008/11/history-about-astercc-astercrm-and-asterbilling.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>simple asterCRM installation guide for asterisk</title>
		<link>http://astercc.org/tutorial-2/2008/09/simple-installation-guide-for-asterisk.html</link>
		<comments>http://astercc.org/tutorial-2/2008/09/simple-installation-guide-for-asterisk.html#comments</comments>
		<pubDate>Thu, 11 Sep 2008 11:28:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://astercrm.org/?p=29</guid>
		<description><![CDATA[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...]]></description>
			<content:encoded><![CDATA[<p>for asterCRM 0.047beta</p>
<ol>
<li><strong>Download asterCRM package from sf.net, unzip it and put all files/folders to your WEBroot folder</strong></li>
<blockquote><p><em>cd /usr/src<br />
wget http://nchc.dl.sourceforge.net/sourceforge/asterisk-crm/astercrm-0.047beta.zip<br />
unzip astercrm-0.047beta.zip<br />
mv ./astercrm-0.047beta /var/www/html/astercrm<br />
</em></p>
<p>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)<em><br />
</em></p></blockquote>
<li><strong>Create the directories and move eventsdaemon scripts:</strong></li>
<blockquote><p>in 0.047 beta, there&#8217;re several daemon scripts in the package:</p>
<ul>
<li>astercc, asterccd, asterccdaemon are for users who would use astercc to catch asterisk call records</li>
</ul>
<ul>
<li>eventdog.sh, eventsdaemon.pl are for users who would use eventsdaemon to catch asterisk AMI events</li>
</ul>
<p>Users could choose either method to use, the difference of these two methods could be found <a title="Why we get better performance in asterCRM when using asterCC" href="http://astercrm.org/?p=35" target="_blank">here</a></p>
<p>dialer.pl is for scheduler calls, but it&#8217;s not fully tested in 0.047beta yet</p>
<p><em>mkdir -p /opt/asterisk/scripts/eventsdaemon</em><br />
<em>mv /var/www/html/astercrm/eventsdaemon/* /opt/asterisk/scripts/eventsdaemon</em><br />
<em>chmod +x /opt/asterisk/scripts/eventsdaemon/eventsdaemon.pl<br />
chmod +x /opt/asterisk/scripts/eventsdaemon/eventdog.sh<br />
chmod +x /opt/asterisk/scripts/eventsdaemon/astercc<br />
chmod +x /opt/asterisk/scripts/eventsdaemon/asterccd<br />
chmod +x /opt/asterisk/scripts/eventsdaemon/asterccdaemon</em></p></blockquote>
<li><strong>Create the MySQL database and tables, asterCRM requires mysql 4.1 or above</strong></li>
<blockquote><p><em>mysqladmin -uyourmysqluser -pyourmysqlpasswd create astercrm<br />
mysql -uyourmysqluser -pyourmysqlpasswd astercrm &lt;/var/www/html/astercrm/sql/astercrm.sql </em></p>
<p>here we create the database named astercrm, you could use whatever db name you want use your configration to replace &#8220;yourmysqluser&#8221; and &#8220;yourmysqlpasswd&#8221;</p></blockquote>
<li><strong>Update /etc/asterisk/manager.conf to enable Manager connections</strong></li>
<blockquote><p>[general]<br />
enabled = yes<br />
port = 5038<br />
bindaddr = 0.0.0.0<br />
;displayconnects = yes</p>
<p>;the following line could be changed by yourself<br />
[asterccdaemon]<br />
secret = myasterccdaemon<br />
read = system,call,log,verbose,command,agent,user<br />
write = system,call,log,verbose,command,agent,user<br />
deny=0.0.0.0/0.0.0.0<br />
; only allow local access, if you want to run asterCRM on another server<br />
; use your asterCRM ip to replace 127.0.0.1 or add a new line<br />
permit=127.0.0.1/255.255.255.0</p></blockquote>
<li><strong>Modify astercrm.conf.php to fit your configuration</strong></li>
<blockquote><p>Mainly first you need set database connectoin parameters in section [database] so that you can login, then u can set other parameters via web pages.</p></blockquote>
<li><strong>Start Asterisk and daemons you use<br />
</strong></li>
<blockquote><p>There are two daemon modes you can choose, eventsdaemon mode or astercc mode.</p>
<ul>
<li><strong>using eventsdaemon.pl (eventtype = event in astercrm.conf.php)<br />
</strong></li>
</ul>
<p>open eventsdaemon.pl using some editor, then modify for database setting and AMI setting.<br />
try start the eventsdaemon.pl using<br />
<em> /opt/asterisk/scripts/eventsdaemon/eventsdaemon.pl </em><br />
if you could read:<br />
&#8220;Message: Authentication accepted&#8221;<br />
congratulations, your eventsdaemon works well<br />
use ctrl + c to exit<br />
or else, please check your database/AMI configration in eventsdaemon.pl</p>
<p>then start eventsdaemon as a daemon:<br />
/opt/asterisk/scripts/eventsdaemon/eventsdaemon.pl -d</p>
<p>At some point, for better performance, it may be desirable to delete old events from database, you can check eventsdaemon.pl for parameter &#8220;log_life&#8221;, which is for such purpose.</p>
<p>Also we provide a &#8220;watch dog&#8221;, it would help you restart eventsdaemon when it&#8217;s down, like asterisk restart.<br />
Add this line to your start-up file<br />
<em>/opt/asterisk/scripts/eventsdaemon/eventdog.sh</em><br />
so that everytime your server start, eventsdaemon would be loaded</p>
<ul>
<li><strong>using astercc </strong><strong>(eventtype = curcdr in astercrm.conf.php)</strong></li>
</ul>
<p>modify /opt/asterisk/scripts/eventsdaemon/astercc.conf to fit your configuration<br />
try start astercc using<br />
<em>/opt/asterisk/scripts/eventsdaemon/astercc</em><br />
if you could read like following line:<br />
&#8220;Connecting to mysql database on 127.0.0.1:<br />
Database connection successful.<br />
Connecting to asterisk on 127.0.0.1 port 5038:<br />
Asterisk socket connection successful.<br />
Check asterisk username &amp; secret:<br />
Success<br />
Monitor Start:<br />
&#8230;(some log message)&#8230;&#8221;<br />
congratulations, your astercc works well then use ctrl + c to exit<br />
or else, please check your database/AMI configration in astercc.conf</p>
<p>then start astercc as a daemon:<br />
/opt/asterisk/scripts/eventsdaemon/astercc -d</p>
<p>Start up astercc daemons when system startup:<br />
Note: This option can only fit to redhat-release system.<br />
If you want astercc daemons to start automatically when you boot your<br />
machine, you need to :</p>
<p><em> cp /opt/asterisk/scripts/eventsdaemon/asterccd /etc/rc.d/init.d<br />
chmod 755 /etc/rc.d/init.d/asterccd<br />
chkconfig &#8211;add asterccd<br />
</em><br />
Advice: Configure your astercc restart once everyday, it&#8217;s not necessary, but it &#8216;s good for your astercc operation.<br />
for example: you want to restart astercc at 0&#8242;clock everyday,just do the following line as root.<br />
crontab -e<br />
add a line:<br />
0 0 * * * /etc/rc.d/init.d/asterccd restart<br />
end of this file, the first &#8220;0&#8243; figures minutes and the second &#8220;0&#8243; figures hours.</p>
<p>a asterCC installation guid could be found <a title="install asterCC on your server" href="http://astercc.org/?p=3" target="_blank">here</a>.</p></blockquote>
<li>Set file&amp;folder access</li>
<blockquote><p>set upload foler permission, so that you can upload your csv/excel files then import data<br />
<em>chmod 777 /var/www/html/astercrm/upload</em></p>
<p>set configratoin file permission, so that you can modify asterCRM perference via web<br />
<em>chmod 777 /var/www/html/astercrm/astercrm.conf.php</em></p></blockquote>
<li>Test</li>
<blockquote><p>open your browse, then enter this address</p>
<p>http://localhost/astercrm</p>
<p>or</p>
<p>http://YOUR-WEB-SERVER-ADDRESS/astercrm</p>
<p>login with admin/admin</p></blockquote>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/tutorial-2/2008/09/simple-installation-guide-for-asterisk.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
