<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<rss version="2.0">
 <channel>
  <title>make asterisk your call center</title>
  <link>http://astercrm.blog.com/</link>
  <description>an open source call center software working with asterisk</description>
  <language>en-US</language>
  <pubDate>Sun, 23 Nov 2008 05:20:45 +0100</pubDate>
  <lastBuildDate>Sun, 23 Nov 2008 05:20:45 +0100</lastBuildDate>
  <generator>Blog.com</generator>
    <item>
   <guid>http://astercrm.blog.com/4194107/</guid>
   <title>Rates setting in asterbilling for asterisk billing</title>
   <link>http://astercrm.blog.com/4194107/</link>
   <description><div class="postContent">
<p>There are three rates in asterBilling, reseller rate, callshop rate and customer rate.</p>
<ul>
<li>reseller rate: the rate admin sell to reseller</li>
<li>callshop rate (group rate): the rate reseller sell to callshop (group)</li>
<li>customer rate: the rate callshop sell to customers</li>
</ul>
<p>Rates in asterBilling could be inherited, for example, here’s two records in resellerrate</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterbillin_add_reseller_rate.png"><img class="alignnone size-full wp-image-336" title="asterbillin_add_reseller_rate" src="http://astercc.org/wp-content/uploads/2008/11/asterbillin_add_reseller_rate.png" alt="" width="500" height="369" /></a></p>
<p>dialpreifx = 0086<br />
number length = 0<br />
connect charge = 0.2<br />
init block = 60<br />
rate = 0.2<br />
billing block = 60<br />
<strong><span style="color: #ff0000;">resellerid = 0</span></strong></p>
<p>dialpreifx = 0049<br />
number length = 0<br />
connect charge = 0.4<br />
init block = 60<br />
rate = 0.4<br />
billing block = 60<br />
<span style="color: #ff0000;"><strong>resellerid = 0</strong></span></p>
<p>Because we dont specify which reseller is this rate for (resellerid = 0), this rate could be used for all resellers.&#160; So what if some resellers want to change this rate rather than use this “default” rate? quite simple, just add another rate for the reseller:</p>
<p>dialpreifx = 0086<br />
number length = 0<br />
connect charge = 0.2<br />
init block = 60<br />
rate = 0.2<br />
billing block = 60<br />
<span style="color: #ff0000;"><strong>resellerid = 1</strong></span></p>
<p>so for this reseller (resellerid=1), when customer dial a number begin with 0086, it will use this new rate, we&#160; can call it “overwrite”, but for other resellers who dont set their rate, it would use the one admin setted.</p>
<p>Just like reseller rate, group rate could also be inherited.</p>
<p>A:<br />
dialpreifx = 0086<br />
number length = 0<br />
connect charge = 0.2<br />
init block = 60<br />
rate = 0.2<br />
billing block = 60<br />
<strong><span style="color: #ff0000;">resellerid = 1<br /></span></strong><strong><span style="color: #ff0000;">grouprid = 1</span></strong></p>
<p>B:</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterbillin_add_group_rate_1.png"><img class="alignnone size-full wp-image-339" title="asterbillin_add_group_rate_1" src="http://astercc.org/wp-content/uploads/2008/11/asterbillin_add_group_rate_1.png" alt="" width="500" height="362" /></a><br />
dialpreifx = 0086<br />
number length = 0<br />
connect charge = 0.4<br />
init block = 60<br />
rate = 0.4<br />
billing block = 60<br />
<strong><span style="color: #ff0000;">resellerid = 1<br /></span></strong><strong><span style="color: #ff0000;">grouprid = 0</span></strong></p>
<p>C:</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterbillin_add_group_rate.png"><img class="alignnone size-full wp-image-338" title="asterbillin_add_group_rate" src="http://astercc.org/wp-content/uploads/2008/11/asterbillin_add_group_rate.png" alt="" width="500" height="347" /></a></p>
<p>dialpreifx = 0086<br />
number length = 0<br />
connect charge = 0.4<br />
init block = 60<br />
rate = 0.4<br />
billing block = 60<br />
<span style="color: #ff0000;"><strong>resellerid = 0<br />
groupid = 0</strong></span></p>
<p>so rate C is a rate for all reseller and all group,&#160; rate B is for all groups in reseller 1, rate A is only for group 1.</p>
<p>Through inherit rate, admin could be much easier to control the rates, like just set one rate for all resellers, and adjust some when they require some difference, also reseller could just set one rate for his callshops, and only do minor change to provide different rate plan.</p>
</div></description>
   <author>solo</author>
   <pubDate>Sun, 23 Nov 2008 11:57:55 +0100</pubDate>
  </item>
   <item>
   <guid>http://astercrm.blog.com/4194085/</guid>
   <title>adjust astercc parameters to get better performance for asterisk billing</title>
   <link>http://astercrm.blog.com/4194085/</link>
   <description><div class="postContent">
<p>There’re some parameters in file astercc.conf for astercc daemons. We can change them to get a beter performance for asterisk billing.</p>
<p>please note that u need to restart asterrc daemon to reload configration.</p>
<p><span style="color: #0000ff;"><strong>refreshrate</strong></span> = 60</p>
<p>refreshrate is the seconds asterrc daemon reload data from database, when u change asterBilling setting a lot, like rate, clid … , u need this parameter, but once your system is stable, u can set it to -1, so that after asterrc load the data when it start, it would not read from database again and again.</p>
<p><strong><span style="color: #0000ff;">refreshlock</span></strong> = 30</p>
<p>The seconds we refresh data for astercclock to lock booth, or lock group, reseller.</p>
<p><strong><span style="color: #0000ff;">calculateallcdr</span></strong> = no</p>
<p>when set to yes, asterrc will re-calculate all records with groupid =-1 or resellerid = -1 in mycdr table, this could be used when u want to calculate the CDRs with no billing .</p>
<p><strong><span style="color: #0000ff;">calculateoldcdr</span></strong> = no</p>
<p>when set to yes, asterrc will re-calculate all records in mycdr table, this could be used when u want to calculate the history CDR. This could be used when your rate changed and you want to reset all credits.</p>
<p><strong><span style="color: #0000ff;">callbackbill</span></strong> = src</p>
<p>; src: bill src only<br />
; dst: bill dst only<br />
; both: both src and dst</p>
<p><strong><span style="color: #0000ff;">removeNonSysCDR</span></strong> = 0</p>
<p>; if we need use asterrc to remove CDR with resellerid = -1 or groupid = -1</p>
<p><strong><span style="color: #0000ff;">removeNoAnswerCDR</span></strong> = 0</p>
<p>; if we need use asterrc to remove no answer CDR</p>
</div></description>
   <author>solo</author>
   <pubDate>Sun, 23 Nov 2008 11:56:41 +0100</pubDate>
  </item>
   <item>
   <guid>http://astercrm.blog.com/4194067/</guid>
   <title>asterbilling and asterisk2billing (a2billing) for asterisk billing</title>
   <link>http://astercrm.blog.com/4194067/</link>
   <description><div class="postContent">
<p>a2billing is a widly used billing system, so what’s the difference between a2billing and asterbilling?</p>
<h4><strong>system theory:</strong></h4>
<p>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 to your asterisk server.</p>
<p>asterbilling runs as linux daemons, connect to asterisk via AMI over tcp,&#160; no need change anything on your asterisk, asterbilling can bill it. Even asterbilling could work with a2billing.</p>
<p><strong>license &amp; free:</strong></p>
<p>a2billing: 100% open source and free to use.</p>
<p>asterbilling: only web scripts are open source, and provides 5 free simultaneous channels, have to purchase when need more channels.</p>
<p><strong>performance:</strong></p>
<p>a2billing: like 100 simultaneous calls on single server? i didnt test, <img src="http://astercc.org/wp-includes/images/smilies/icon_sad.gif" alt=":(" class="wp-smiley" /></p>
<p>asterbilling: passed 240 simultaneous calls testing, but didnt test more.</p>
<p><strong>best usage:</strong></p>
<p>a2billing: calling card, callback or wholesale solutions</p>
<p>asterbilling: billing for embedded astiersk, pbx (like all freepbx based system), callshop, hosted callshop soltution</p>
<p><strong>other keywords:</strong></p>
<p>a2billing: openser</p>
<p>asterbilling: realtime billing, reseller</p>
</div></description>
   <author>solo</author>
   <pubDate>Sun, 23 Nov 2008 11:55:33 +0100</pubDate>
  </item>
   <item>
   <guid>http://astercrm.blog.com/4129050/</guid>
   <title>add language package for asterCRM</title>
   <link>http://astercrm.blog.com/4129050/</link>
   <description>For now asterCRM provides user two languages, English and Simplified Chinese, if you want to add a new language, follow this article you can make it yourself. say you want to add German to astercrm, first go to astercrm/login.php and find the following lines:
<blockquote>English 简体中文</blockquote>
we use de_GER for German so we add line then it looks like
<blockquote>English 简体中文 Germany</blockquote>
save the file, then when you enter astercrm login page, you can see
<p style="text-align: center;"><a href="http://astercc.org/wp-content/uploads/2008/11/astercrm_login.png"><img class="size-full wp-image-159 aligncenter" title="astercrm_login" src="http://astercc.org/wp-content/uploads/2008/11/astercrm_login.png" alt="" width="500" height="341" /></a></p>
select Germany and login, and we go to next to change words.<br />
<br />
asterCRM language files locate in astercrm/include/language, where you can see files like account_cn_ZH.php account_en_US.php portal_cn_ZH.php portal_en_US.php ... so cn_ZH means Simplified Chinese, for Germany one, you can copy account_cn_ZH.php as account_de_GER.php, copy portal_cn_ZH.php as portal_de_GER.php<br />
<br />
dont copy from en_US file coz for some words we have English as default in pages, so it could be not integral in the language file, en_US files could be used as reference. Then open the copied file account_de_GER.php with some text editor, and start translate, so it looks like<br />
<br />
&lt;?<br />
$add_account = "Ein neues Benutzerkonto wurde hinzugefügt";<br />
$update_rec = "Eintrag wurde aktualisiert";<br />
...<br />
?&gt;<br />
<p style="text-align: left;">save the file with format UTF-8 when you finish.</p>
<p style="text-align: left;">translate one by one ..., not much but need some patient untill all finish.</p>
<p style="text-align: left;">The last thing, change all images, go to astercrm/skin/default, you can see folders like "images_cn", "images_en".. copy images_en as images_de then modify all images in the folder.</p>
<p style="text-align: left;">refresh your browser then you can see asterCRM with your translation!</p></description>
   <author>solo</author>
   <pubDate>Thu, 13 Nov 2008 08:56:48 +0100</pubDate>
  </item>
   <item>
   <guid>http://astercrm.blog.com/4129045/</guid>
   <title>add google map for your customer in asterCRM</title>
   <link>http://astercrm.blog.com/4129045/</link>
   <description>asterCRM support goolge map, so you can add a map for your customer using this feature. 1. you need to apply a google api key go to <a href="http://code.google.com/apis/maps/index.html" target="_blank">http://code.google.com/apis/maps/index.html</a> click "Sign up for a Google Maps API key." on right<br />
<br />
<img style="border: 0px solid black;" class="alignnone size-full wp-image-266" title="google_maps_api" src="http://astercc.org/wp-content/uploads/2008/11/google_maps_api.png" alt="" width="499" height="86" /><br />
<br />
click the check box and enter your web site URL then button "Generate API Key"<br />
<br />
<img class="alignnone size-full wp-image-267" title="google_maps_api_apply" src="http://astercc.org/wp-content/uploads/2008/11/google_maps_api_apply.png" alt="" width="499" height="102" /><br />
<br />
<img class="alignnone size-full wp-image-268" title="google_maps_api_key" src="http://astercc.org/wp-content/uploads/2008/11/google_maps_api_key.png" alt="" width="500" height="136" /><br />
<br />
done! now you get the key for Google Maps API <!--more-->
 so next, go to your asterCRM web site login as admin<br />
<br />
<img class="alignnone size-full wp-image-269" title="astercrm_login_manage" src="http://astercc.org/wp-content/uploads/2008/11/astercrm_login_manage.png" alt="" width="500" height="76" /><br />
<br />
click "Manage" go to management interface, and select preference<br />
<br />
<img class="alignnone size-full wp-image-270" title="astercrm_manage" src="http://astercc.org/wp-content/uploads/2008/11/astercrm_manage.png" alt="" width="500" height="153" /><br />
<br />
scroll the page untill you find the parameter for google api key<br />
<br />
<img class="alignnone size-full wp-image-271" title="astercrm_manage_google_key" src="http://astercc.org/wp-content/uploads/2008/11/astercrm_manage_google_key.png" alt="" width="499" height="229" /><br />
<br />
click button "Save" and you will get the prompt "Save success"
<blockquote>please make sure the astercrm config file "astercrm.conf.php" is writable</blockquote>
now go back to asterCRM and select a customer with detail address, click the link [Map] next to Address<br />
<br />
<img class="alignnone size-full wp-image-277" title="astercrm_google_map" src="http://astercc.org/wp-content/uploads/2008/11/astercrm_google_map.png" alt="" width="500" height="458" /><br />
<br />
now enjoy :)</description>
   <author>solo</author>
   <pubDate>Thu, 13 Nov 2008 08:54:36 +0100</pubDate>
  </item>
   <item>
   <guid>http://astercrm.blog.com/4129040/</guid>
   <title>Dynamic Agent mode with asterisk, FreePBX and asterCRM</title>
   <link>http://astercrm.blog.com/4129040/</link>
   <description>Dynamic Agent mode is very useful in a outbound call center, agents login to a queue and hear some music we definied in the queue, then predictive dailer start works, it dials customer numbers and once it get connected the dialer will redirect the call to the queue, and agent in the queue could hear a beep immediately then could start talking to the customer, it's so quick that customer just think it's a call from the agent. With asterCRM, agent could get customer information once the call get connected, here we'll introduce how to set dynamic agent in freepbx and asterisk: First, we need to add some extensions and queues in FreePBX: add extensions: go to FreePBX extensions page, <a href="http://astercc.org/wp-content/uploads/2008/11/freepbx_exten.jpg"><img class="alignnone size-full wp-image-173" src="http://astercc.org/wp-content/uploads/2008/11/freepbx_exten.jpg" alt="" width="550" height="132" /></a> then we add a queue and choose a dynamic agent for it like following figure <a href="http://astercc.org/wp-content/uploads/2008/11/freepbx_queue.jpg"><img class="alignnone size-full wp-image-174" src="http://astercc.org/wp-content/uploads/2008/11/freepbx_queue.jpg" alt="" width="544" height="243" /></a> yes, if you want to add a dynamic agent for a queue, you should add a agent number with A in queue agent list, and we can notice that message from FreePBX. <a href="http://astercc.org/wp-content/uploads/2008/11/freepbx_queue_prompt.jpg"><img class="alignnone size-full wp-image-177" src="http://astercc.org/wp-content/uploads/2008/11/freepbx_queue_prompt.jpg" alt="" width="285" height="376" /></a> so we need to counfigure agent.conf in asterisk conf directory, here we add a dynamic agent which number is 1000, its passoword is 0000, name is Brad <a href="http://astercc.org/wp-content/uploads/2008/11/add_agents.jpg"><img class="alignnone size-full wp-image-179" src="http://astercc.org/wp-content/uploads/2008/11/add_agents.jpg" alt="" width="207" height="39" /></a> then we add a dialplan for agent login in extensions_custom.conf like following line: <a href="http://astercc.org/wp-content/uploads/2008/11/freepbx_dialplan1.jpg"><img class="alignnone size-medium wp-image-184" src="http://astercc.org/wp-content/uploads/2008/11/freepbx_dialplan1.jpg" alt="" width="235" height="62" /></a> update the context of extension 8000 to "agent-test". here, we had a queue which include a dynamic agnet, well then we need add a user in astercrm, go to the extension management page of astercrmand add a new extension and assign agent 1000 to him: <a href="http://astercc.org/wp-content/uploads/2008/11/astercrm_add_exten.jpg"><img class="alignnone size-full wp-image-180" src="http://astercc.org/wp-content/uploads/2008/11/astercrm_add_exten.jpg" alt="" width="561" height="363" /></a> Agnet start work: first the extension have to login as a agent to PBX, when 8000 dial "*789", it would hear the prompt that require to enter the agent number and password to login as the agent, enter agent number 1000 and password 0000, it can login as agent 1000. login to asaterCRM by brad/1234, the asterCRM could pop-up if anyone call to Agent/1000 or extension 8000. <a href="http://astercc.org/wp-content/uploads/2008/11/astercrm_popup.jpg"><img class="alignnone size-full wp-image-185" src="http://astercc.org/wp-content/uploads/2008/11/astercrm_popup.jpg" alt="" width="500" height="299" /></a></description>
   <author>solo</author>
   <pubDate>Thu, 13 Nov 2008 08:52:02 +0100</pubDate>
  </item>
   <item>
   <guid>http://astercrm.blog.com/2792754/</guid>
   <title>get realtime CDR to your mysql from asterisk</title>
   <link>http://astercrm.blog.com/2792754/</link>
   <description><div class="content">Many a time we want to know who is calling and how long it lasts, but asterisk only provide our the cdr when the call is finished, we have to use some agi script or special dialplan to get the real time data, but now we could use "astercc" to get the data in real time no matter what's the dialplan in your system, which means we can get CDR in real time from any asterisk based system.<br />
<br />
astercc works as a daemon in linux, it get events from asterisk AMI and store the CDR to two mysql table.<br />
the first table is "curcdr" which will store all simultaneous calls, when call starts there would be a new record in the table, and when it stops, the record would be removed to another table "mycdr"<br />
<br />
the record could be:<br />
<br />
<blockquote class="uncited">
<div>mysql&gt; select * from curcdr;<br />
+------+------+----------+---------------+-----------------+---------------------+---------------------+-----------------+-----------------+-------------+---------+--------+--------+----------------+----------------+-------------+<br />
| id | src | dst | srcchan | dstchan | starttime | answertime | srcuid | dstuid | disposition | groupid | userid | credit | callshopcredit | resellercredit | creditlimit |<br />
+------+------+----------+---------------+-----------------+---------------------+---------------------+-----------------+-----------------+-------------+---------+--------+--------+----------------+----------------+-------------+<br />
| 3880 | 8807 | 8806 | SIP/8807-6fc2 | SIP/8806-d962 | 2008-02-28 12:26:01 | 2008-02-28 12:26:10 | 1204172801.3813 | 1204172801.3814 | link | 0 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 |<br />
| 3881 | 8000 | 84350822 | SIP/8000-1684 | SIP/trunk1-a73d | 2008-02-28 12:26:13 | 0000-00-00 00:00:00 | 1204172812.3815 | 1204172813.3816 | dial | 0 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 |<br />
+------+------+----------+---------------+-----------------+---------------------+---------------------+-----------------+-----------------+-------------+---------+--------+--------+----------------+----------------+-------------+</div>
</blockquote>
<br />
<br />
and the record in mycdr could be<br />
<br />
<blockquote class="uncited">
<div>mysql&gt; select * from mycdr order by id desc limit 0,2;<br />
+------+---------------------+------+----------+---------------+-----------------+----------+---------+-------------+-------------+-----------+-----------------+-----------------+----------+--------+----------------+----------------+---------+--------+<br />
| id | calldate | src | dst | channel | dstchannel | duration | billsec | disposition | accountcode | userfield | srcuid | dstuid | calltype | credit | callshopcredit | resellercredit | groupid | userid |<br />
+------+---------------------+------+----------+---------------+-----------------+----------+---------+-------------+-------------+-----------+-----------------+-----------------+----------+--------+----------------+----------------+---------+--------+<br />
| 3682 | 2008-02-28 12:26:13 | 8000 | 84350822 | SIP/8000-1684 | SIP/trunk1-a73d | 5 | 0 | NO ANSWER | | UNBILLED | 1204172812.3815 | 1204172813.3816 | | 0.0000 | 0.0000 | 0.0000 | 0 | 0 |<br />
| 3681 | 2008-02-28 12:24:40 | 8806 | 8807 | SIP/8806-c36f | SIP/8807-0139 | 8 | 6 | ANSWERED | | UNBILLED | 1204172719.3811 | 1204172720.3812 | | 0.0000 | 0.0000 | 0.0000 | 0 | 0 |<br />
+------+---------------------+------+----------+---------------+-----------------+----------+---------+-------------+-------------+-----------+-----------------+-----------------+----------+--------+----------------+----------------+---------+--------+<br />
2 rows in set (0.00 sec)</div>
</blockquote>
<br />
<br />
so if you want to get real time cdr datas from your asterisk for your application, you can try astercc, it provide 5 free channels, means it could catch 5 simultaneous calls in your asterisk, it has been tested that astercc could catch as much as 240 simultaneous calls.<br />
<br />
astercc daemon could be download from <!-- m --><a href="http://sourceforge.net/project/showfiles.php?group_id=202441" class="postlink">http://sourceforge.net/project/showfile ... _id=202441</a><!-- m -->, if you only want to get the calls information, you just need astercc and astercc.conf in directory daemon in the package</div></description>
   <author>solo</author>
   <pubDate>Thu, 28 Feb 2008 20:10:03 +0100</pubDate>
  </item>
   <item>
   <guid>http://astercrm.blog.com/2595528/</guid>
   <title>how to use asterisk as a predictive dialer</title>
   <link>http://astercrm.blog.com/2595528/</link>
   <description>Predictive dialers, systems that automatically place outbound calls and deliver answered calls to agents; they are the key to using your sales force time as efficiently as possible in your outbound call center.<br />
<br />
Here we use asterisk and astercrm to build a predictive dialer.<br />
<br />
1.&#160;we need to install asterisk, for beginner you could use <a target="_blank" href="http://www.trixbox.com/" title="trixbox">trixbox</a>.<br />
2. install astercrm, it could be on same server with asterisk or on a different one. the newest version is 0.046,&#160; installation guide could be found <a target="_blank" href="http://astercrm.org/astercrm_documents/installation" title="Installation guide for astercrm">here</a>.<br />
3. there's a bug in 0.046, if you have not used a previous version, you need fix the bug, execute these two line in your mysql:<br />
<br />
<font style="background-color: #c0c0c0"><font style="background-color: #ffffff"><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; alter table diallist add creby VARCHAR(20);<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160; alter table diallist add cretime datetime NOT NULL default '0000-00-00 00:00:00';<br /></em><br />
4. login as admin/admin, go to "Manager" -&gt; "preference", we need to set which context to use when make outbound call<br />
<img align="bottom" src="http://amadeo.blog.com/repository/1032744/2848786.jpg" /><br />
<br />
the outcontext could be<br />
<br />
[from-sipuser]<br />
exten =&gt; _X.,1,Dial(SIP/TRUNK1/${EXTEN})<br />
<br />
when a outbound campaign start, predictive dialer would first drop the phone number to this context, so this context should be your outbound context.<br />
<br />
5. then we go&#160; "Manager"&#160;-&gt; "Extension" -&gt; "Group Manage", click "Add" button to add&#160;a new group.<br /></font><img align="center" src="http://amadeo.blog.com/repository/1032744/2848697.jpg" /><br />
<br />
<font style="background-color: #ffffff">here we need to notice thw parameters: pdcontext and pdextensions, this mean how to handle the call when it's answered. Here, the context in extensions.conf could be something like<br />
<br />
<em>[from-trunk-customer]<br />
exten =&gt; queue1, 1, Answer()<br />
exten =&gt; queue1, n, Queue(tech-queue)&#160;<br /></em></font><br />
<font style="background-color: #ffffff">when the call is connected, it could be redirect to queue "tech-queue" and answered by agent in this queue.<br />
<br />
6. add a account as groupadmin, go "Extension" and click "Add", add a account, group is AstercrmGroup3, usertype is groupadmin<br />
<br />
<img align="bottom" src="http://amadeo.blog.com/repository/1032744/2848836.jpg" /><br />
<br />
7. next, we should prepare&#160;a diallist, we could use "Import" function to import diallist from a excel or cvs file. The operation could be done using&#160;the groupadmin account we just added. Logout and then login as the groupadmin,&#160;go to "Import", select the local file, and then click "Upload"<br />
<br />
<img align="bottom" src="http://amadeo.blog.com/repository/1032744/2848804.jpg" /><br />
"import" function could help us import phone numbers to diallist, we check the two check box on the buttom, the 0 in the select box, means the 0 column. click "Import" to continue, when finished, it will tell you "diallist : XXX records insert success", then we could to "Diallist" and check if it imported:<br />
<br />
<img align="bottom" src="http://amadeo.blog.com/repository/1032744/2848822.jpg" /><br />
8. now every thing is ready, we could go "Dialer" to start, coz only a admin could start a predictive dialer, so we logout and login as admin again<br />
<br />
<img align="bottom" src="http://amadeo.blog.com/repository/1032744/2848840.jpg" /><br />
we could click "Dial" button to start, the number in input box is the maximum channels number,&#160;dialer would stop once the concurrent channels reach&#160;this number, it could be modified as you like.<br /></font><br /></font></description>
   <author>solo</author>
   <pubDate>Thu, 31 Jan 2008 20:15:37 +0100</pubDate>
  </item>
   <item>
   <guid>http://astercrm.blog.com/2583611/</guid>
   <title>two new features in astercc</title>
   <link>http://astercrm.blog.com/2583611/</link>
   <description>1. two level billing, administrator -&gt; callshop -&gt; customer<br />
2. profit report</description>
   <author>solo</author>
   <pubDate>Tue, 29 Jan 2008 10:07:08 +0100</pubDate>
  </item>
   <item>
   <guid>http://astercrm.blog.com/2523196/</guid>
   <title>Why doesnt my astercrm popup</title>
   <link>http://astercrm.blog.com/2523196/</link>
   <description><p>here're two reasons most possibly:</p>
<p>1. astercrm cant get asterisk evens, it's always&#160;empty in table events.</p>
<p>please check if eventsdaemon.pl starts, ensure database &amp; asterisk parameters be correct in the script.</p>
<p>for astercrm 0.0456 or above, could try start eventsdaemon in debug mode, execute:</p>
<pre>
 eventsdaemon.pl
</pre>
<p>and check the output message.<br /></p>
<p>2. Popup is disabled in astercrm configuration</p>
<p>in astercrm configuration file: astercrm.conf.php, the fellowing parameters are related to popup:</p>
<p class="discreet">[system]</p>
<div class="pullquote">it wouldnot &#160;popup unless&#160;the length of the callerid is greater than this number</div>
<p class="discreet">phone_number_length = 6</p>
<div class="pullquote">it wouldnot popup unless the value is 1 when dial out</div>
<p class="discreet">pop_up_when_dial_out = 1</p>
<div class="pullquote">it wouldnot popup unless the value is 1 when dial in</div>
<p class="discreet">pop_up_when_dial_in = 1</p>
<div class="relatedItems"></div>
<div class="visualClear"><!-- --></div></description>
   <author>solo</author>
   <pubDate>Sun, 13 Jan 2008 11:59:23 +0100</pubDate>
  </item>
  </channel>
</rss>