<?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 呼叫中心和计费解决方案 &#187; 弹屏</title>
	<atom:link href="http://cn.astercc.org/tag/%e5%bc%b9%e5%b1%8f/feed" rel="self" type="application/rss+xml" />
	<link>http://cn.astercc.org</link>
	<description>asterCC, asterCRM, asterBilling 文档</description>
	<lastBuildDate>Thu, 09 Sep 2010 02:16:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>基于asterisk(freepbx,trixbox,elastix,pbxinflash)及asterCRM的呼叫中心的预拨号器、队列及弹屏应用</title>
		<link>http://cn.astercc.org/2008/12/15/%e5%9f%ba%e4%ba%8easteriskfreepbxtrixboxelastixpbxinflash%e5%8f%8aastercrm%e7%9a%84%e5%91%bc%e5%8f%ab%e4%b8%ad%e5%bf%83%e7%9a%84%e9%a2%84%e6%8b%a8%e5%8f%b7%e5%99%a8%e3%80%81%e9%98%9f%e5%88%97.html</link>
		<comments>http://cn.astercc.org/2008/12/15/%e5%9f%ba%e4%ba%8easteriskfreepbxtrixboxelastixpbxinflash%e5%8f%8aastercrm%e7%9a%84%e5%91%bc%e5%8f%ab%e4%b8%ad%e5%bf%83%e7%9a%84%e9%a2%84%e6%8b%a8%e5%8f%b7%e5%99%a8%e3%80%81%e9%98%9f%e5%88%97.html#comments</comments>
		<pubDate>Mon, 15 Dec 2008 04:51:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[asterisk 呼叫中心]]></category>
		<category><![CDATA[Elastix]]></category>
		<category><![CDATA[freepbx]]></category>
		<category><![CDATA[pbxinflash]]></category>
		<category><![CDATA[Trixbox]]></category>
		<category><![CDATA[呼叫中心]]></category>
		<category><![CDATA[外呼呼叫中心]]></category>
		<category><![CDATA[弹屏]]></category>
		<category><![CDATA[拨号列表]]></category>
		<category><![CDATA[拨号器]]></category>
		<category><![CDATA[预拨号]]></category>

		<guid isPermaLink="false">http://cn.astercc.org/?p=257</guid>
		<description><![CDATA[在asterCRM 0.055版本中，对预拨号器进行了很大的改进，利用asterCRM可以很轻松的建立一个呼叫中心系统。在这里介绍一下如何利用FreePBX及asterCRM建立一个外呼型呼叫中心。依照本文，你可以建立一套如下的呼叫中心方案： asterCRM 拨号器可以自动呼叫你的拨号列表中的号码，并且当电话接通后，可以直接接入队列，队列座席接通电话与客户通话，可以进行问卷调查、销售以及其它任何你需要的工作。 * Freepbx是一个被广泛应用的基于web的asterisk PBX 系统，如trixbox,elastix,pbx in flash 等系统的PBX部分都使用了Freepbx 安装 Freepbx 关于Freepbx 的安装，你可以到其官方网站 http://www.freepbx.org 找到安装文档，如果你使用的是trixbox、elastix或pbxinflash等已经内嵌了Freepbx的系统，你可以略过这一步。 安装 asterCRM，确认asterCRM 后台进程 (astercc 和 astercctools) 正常运行 关于 asterCRM 的安装，可以到asterCRM wiki 中查看相关文档(或在本站下载asterCRM中文使用手册): http://wiki.astercrm.org/index.php/AsterCRM_Installation#Using_the_install_script 为座席员增加一个分机并设置一个用于呼叫中心的队列 登录 Freepbx,为座席员添加一个分机 然后添加一个队列： 在asterCRM 中设置组和用户 以admin用户登录asterCRM, 建立用户组并为上面添加的分机建立一个座席用户（到wiki或asterCRM使用手册中查看详细步骤） http://wiki.astercrm.org/index.php/Create_Group http://wiki.astercrm.org/index.php/Create_Extension 建立座席用户时要确定座席”分机“与Freepbx中的分机或“外呼 CID”相同 完成后，你的座席员有了一个帐号和密码来登录asterCRM 为预拨号建立一个拨号计划 在“队列号码”项中添加队列号码01，并选中后面的复选框，预拨号使用此计划时，当客户接通话电话，通话将被直接送入01这个队列，队列中的座席就可以与其通话。 http://wiki.astercrm.org/index.php/Create_Campaign 导入拨号列表 假设你已经有一个包括1000个客户电话的列表，你希望座席打给这些客户，此时你需要将这些列表导入在asterCRM的拨号列表中去，并指定这个列表使用上面添加的拨号计划，导入功能的使用方法可以查看wiki或asterCRM使用手册 http://astercc.org/tips/2008/11/import-data-in-astercc.html 座席登录 现在你的座席可以登录asterCRM开始工作，如果是动态座席的话，还需要登入到队列中。 开始预拨号 组管理员管高级管理员都可以操作预拨号，到管理界面的预拨号页： 选中相应拨号计划的开始复选框，将开始拨号，你可以设置此拨号计划的最大并发限制或是根据所指定的队列的成员数量来限制并发数，在0.55以后的版本中，你可以关闭预拨号页面而不影响预拨号继续进行，如果需要停止，只需再次访问此页在，取消选中相应的开始复选框即可。 http://wiki.astercrm.org/index.php/Predictive_dialer [...]]]></description>
			<content:encoded><![CDATA[<div class="postContent">
<p>在asterCRM 0.055版本中，对预拨号器进行了很大的改进，利用asterCRM可以很轻松的建立一个呼叫中心系统。在这里介绍一下如何利用FreePBX及asterCRM建立一个外呼型呼叫中心。依照本文，你可以建立一套如下的呼叫中心方案：</p>
<p>asterCRM 拨号器可以自动呼叫你的拨号列表中的号码，并且当电话接通后，可以直接接入队列，队列座席接通电话与客户通话，可以进行问卷调查、销售以及其它任何你需要的工作。</p>
<p>* Freepbx是一个被广泛应用的基于web的asterisk PBX 系统，如trixbox,elastix,pbx in flash 等系统的PBX部分都使用了Freepbx</p>
<ul>
<li>安装 Freepbx</li>
</ul>
<p>关于Freepbx 的安装，你可以到其官方网站 <a title="Freepbx官方网站" href="http://www.freepbx.org" target="_blank">http://www.freepbx.org</a> 找到安装文档，如果你使用的是trixbox、elastix或pbxinflash等已经内嵌了Freepbx的系统，你可以略过这一步。</p>
<ul>
<li>安装 asterCRM，确认asterCRM 后台进程 (astercc 和 astercctools) 正常运行</li>
</ul>
<p>关于 asterCRM 的安装，可以到asterCRM wiki 中查看相关文档(或在本站下载asterCRM中文使用手册):</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/wiki.astercrm.org');" href="http://wiki.astercrm.org/index.php/AsterCRM_Installation#Using_the_install_script" target="_blank">http://wiki.astercrm.org/index.php/AsterCRM_Installation#Using_the_install_script</a></p>
<ul>
<li>为座席员增加一个分机并设置一个用于呼叫中心的队列</li>
</ul>
<p>登录 Freepbx,为座席员添加一个分机</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/12/freepbx_add_exten.png"><img class="alignnone size-full wp-image-259" title="freepbx_add_exten" src="http://cn.astercc.org/wp-content/uploads/2008/12/freepbx_add_exten.png" alt="" width="500" height="360" /></a></p>
<p>然后添加一个队列：</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/12/freepbx_add_queue.png"><img class="alignnone size-full wp-image-260" title="freepbx_add_queue" src="http://cn.astercc.org/wp-content/uploads/2008/12/freepbx_add_queue.png" alt="" width="500" height="288" /></a></p>
<ul>
<li>在asterCRM 中设置组和用户</li>
</ul>
<p>以admin用户登录asterCRM, 建立用户组并为上面添加的分机建立一个座席用户（到wiki或asterCRM使用手册中查看详细步骤）</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/wiki.astercrm.org');" href="http://wiki.astercrm.org/index.php/Create_Group" target="_blank">http://wiki.astercrm.org/index.php/Create_Group</a></p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/wiki.astercrm.org');" href="http://wiki.astercrm.org/index.php/Create_Extension" target="_blank">http://wiki.astercrm.org/index.php/Create_Extension</a></p>
<p>建立座席用户时要确定座席”分机“与Freepbx中的分机或“外呼 CID”相同</p>
<p>完成后，你的座席员有了一个帐号和密码来登录asterCRM</p>
<ul>
<li>为预拨号建立一个拨号计划</li>
</ul>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/12/astercmr_campaign_queue.png"><img class="alignnone size-full wp-image-261" title="astercmr_campaign_queue" src="http://cn.astercc.org/wp-content/uploads/2008/12/astercmr_campaign_queue.png" alt="" width="500" height="436" /></a></p>
<p>在“队列号码”项中添加队列号码01，并选中后面的复选框，预拨号使用此计划时，当客户接通话电话，通话将被直接送入01这个队列，队列中的座席就可以与其通话。</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/wiki.astercrm.org');" href="http://wiki.astercrm.org/index.php/Create_Campaign" target="_blank">http://wiki.astercrm.org/index.php/Create_Campaign</a></p>
<ul>
<li>导入拨号列表</li>
</ul>
<p>假设你已经有一个包括1000个客户电话的列表，你希望座席打给这些客户，此时你需要将这些列表导入在asterCRM的拨号列表中去，并指定这个列表使用上面添加的拨号计划，导入功能的使用方法可以查看wiki或asterCRM使用手册</p>
<p><a href="http://astercc.org/tips/2008/11/import-data-in-astercc.html">http://astercc.org/tips/2008/11/import-data-in-astercc.html</a></p>
<ul>
<li>座席登录</li>
</ul>
<p>现在你的座席可以登录asterCRM开始工作，如果是动态座席的话，还需要登入到队列中。</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/12/astercrm_agent.png"><img class="alignnone size-full wp-image-262" title="astercrm_agent" src="http://cn.astercc.org/wp-content/uploads/2008/12/astercrm_agent.png" alt="" width="499" height="317" /></a></p>
<ul>
<li>开始预拨号</li>
</ul>
<p>组管理员管高级管理员都可以操作预拨号，到管理界面的预拨号页：</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/12/astercrm_dialer.png"><img class="alignnone size-full wp-image-263" title="astercrm_dialer" src="http://cn.astercc.org/wp-content/uploads/2008/12/astercrm_dialer.png" alt="" width="500" height="181" /></a></p>
<p>选中相应拨号计划的开始复选框，将开始拨号，你可以设置此拨号计划的最大并发限制或是根据所指定的队列的成员数量来限制并发数，在0.55以后的版本中，你可以关闭预拨号页面而不影响预拨号继续进行，如果需要停止，只需再次访问此页在，取消选中相应的开始复选框即可。</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/wiki.astercrm.org');" href="http://wiki.astercrm.org/index.php/Predictive_dialer" target="_blank">http://wiki.astercrm.org/index.php/Predictive_dialer</a></p>
<ul>
<li>座席工作</li>
</ul>
<p>开始预拨号后，当有客户接通了电话，在座席页面中将自动弹屏，如果该客户信息已存在数据库中，则会显示其详细信息。</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/12/astercrm_agent_popup.png"><img class="alignnone size-full wp-image-264" title="astercrm_agent_popup" src="http://cn.astercc.org/wp-content/uploads/2008/12/astercrm_agent_popup.png" alt="" width="500" height="305" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://cn.astercc.org/2008/12/15/%e5%9f%ba%e4%ba%8easteriskfreepbxtrixboxelastixpbxinflash%e5%8f%8aastercrm%e7%9a%84%e5%91%bc%e5%8f%ab%e4%b8%ad%e5%bf%83%e7%9a%84%e9%a2%84%e6%8b%a8%e5%8f%b7%e5%99%a8%e3%80%81%e9%98%9f%e5%88%97.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
