<?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; Faq</title>
	<atom:link href="http://astercc.org/tag/faq/feed" rel="self" type="application/rss+xml" />
	<link>http://astercc.org</link>
	<description>asterCC, asterisk callcenter, ip pbx and billing solution</description>
	<lastBuildDate>Thu, 12 Jan 2012 08:35:18 +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>What we can do using asterCRM?</title>
		<link>http://astercc.org/solutions/2008/09/what-we-can-do-using-astercrm.html</link>
		<comments>http://astercc.org/solutions/2008/09/what-we-can-do-using-astercrm.html#comments</comments>
		<pubDate>Sun, 14 Sep 2008 05:39:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[Faq]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://astercrm.org/?p=43</guid>
		<description><![CDATA[As we know for now, asterCRM users have been using asterCRM in the following solutions: outbound callcenter inbound callcenter virtual office broadcasting AD/notify]]></description>
			<content:encoded><![CDATA[<p>As we know for now, asterCRM users have been using asterCRM in the following solutions:</p>
<ul>
<li>outbound callcenter</li>
<li>inbound callcenter</li>
<li>virtual office</li>
<li>broadcasting AD/notify</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/solutions/2008/09/what-we-can-do-using-astercrm.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why we get better performance in asterCRM when using asterCC</title>
		<link>http://astercc.org/tips/astercrm/2008/09/why-we-get-better-performance-in-astercrm-when-using-astercc.html</link>
		<comments>http://astercc.org/tips/astercrm/2008/09/why-we-get-better-performance-in-astercrm-when-using-astercc.html#comments</comments>
		<pubDate>Sat, 13 Sep 2008 12:23:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[asterCC Comercial]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Faq]]></category>

		<guid isPermaLink="false">http://astercrm.org/?p=35</guid>
		<description><![CDATA[In asterCRM, first eventsdaemon will connect to AMI(asterisk management interface) and store all events to database, then each call center agent need to read all asterisk events from database and...]]></description>
			<content:encoded><![CDATA[<p>In asterCRM, first eventsdaemon will connect to AMI(asterisk management interface) and store all events to database, then each call center agent need to read all asterisk events from database and analyze in php code, so it&#8217;s reduplicated and inefficient, especially it could become more and more serious when agent increased.</p>
<p>When using asterCC, the astercc daemon will get events from AMI and do analyze, then put only call events to database (ex. in the table named &#8220;curcdr&#8221;, include source/destination callerid, channel, starttime, answeredtime, duration &#8230;), agents only need to read from the database and get data it need, it is apparent that using astercc in asterCRM could get a much better efficiency.</p>
<p>In addition to efficiency, using asterCC provides asterCRM more useful features:</p>
<ol>
<li>astercc could catch CDRs, and your recording files could get matched to the CDR</li>
<li>astercc could catch call status and put the result to predictive dialer resulet table, then no need modify your dialplan (you have to do so in the old asterCRM), you can get the call result and easy to recycle the no answered numbers</li>
</ol>
<p>You can set the option &#8220;eventtype&#8221; in astercrm.conf.php to set if it use astercc<br />
when it&#8217;s eventtype = event, it uses the tradition way, so make sure eventdaemon.pl is running<br />
when it&#8217;s eventtype = curcdr, it uses astercc, make sure astercc is running</p>
<p>According above stated, the conclusion is</p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="16%" valign="top">
<p align="center">Ã‚</p>
</td>
<td width="10%" valign="top">
<p align="center">speed</p>
</td>
<td width="12%" valign="top">
<p align="center">compatibility</p>
</td>
<td width="21%" valign="top">
<p align="center">accuracy</p>
</td>
<td width="13%" valign="top">
<p align="center">dialer support</p>
</td>
<td width="25%" valign="top">
<p align="center">billing</p>
</td>
</tr>
<tr>
<td width="16%" valign="top">
<p align="center">asterCC</p>
</td>
<td width="10%" valign="top">
<p align="center">fast</p>
</td>
<td width="12%" valign="top">
<p align="center">good</p>
</td>
<td width="21%" valign="top">
<p align="center">greate accuracy</p>
</td>
<td width="13%" valign="top">
<p align="center">good</p>
</td>
<td width="25%" valign="top">
<p align="center">support asterrc for billing</p>
</td>
</tr>
<tr>
<td width="16%" valign="top">
<p align="center">tradition</p>
</td>
<td width="10%" valign="top">
<p align="center">normal</p>
</td>
<td width="12%" valign="top">
<p align="center">bad</p>
</td>
<td width="21%" valign="top">
<p align="center">normal</p>
</td>
<td width="13%" valign="top">
<p align="center">no</p>
</td>
<td width="25%" valign="top">
<p align="center">no</p>
</td>
</tr>
</tbody>
</table>
<p style="text-align: right;">More about asterCC, please go visit <a href="http://astercc.org">asterCC</a> site</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/tips/astercrm/2008/09/why-we-get-better-performance-in-astercrm-when-using-astercc.html/feed</wfw:commentRss>
		<slash:comments>0</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! -->
