<?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/%e8%ae%a1%e8%b4%b9/feed" rel="self" type="application/rss+xml" />
	<link>http://cn.astercc.org</link>
	<description>asterCC, asterisk 呼叫中心,IP电话交换机和计费解决方案</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:42:36 +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>为a2billing增加集中式话吧和实时计费功能</title>
		<link>http://cn.astercc.org/2009/02/01/%e4%b8%baa2billing%e5%a2%9e%e5%8a%a0%e9%9b%86%e4%b8%ad%e5%bc%8f%e8%af%9d%e5%90%a7%e5%92%8c%e5%ae%9e%e6%97%b6%e8%ae%a1%e8%b4%b9%e5%8a%9f%e8%83%bd.html</link>
		<comments>http://cn.astercc.org/2009/02/01/%e4%b8%baa2billing%e5%a2%9e%e5%8a%a0%e9%9b%86%e4%b8%ad%e5%bc%8f%e8%af%9d%e5%90%a7%e5%92%8c%e5%ae%9e%e6%97%b6%e8%ae%a1%e8%b4%b9%e5%8a%9f%e8%83%bd.html#comments</comments>
		<pubDate>Sun, 01 Feb 2009 13:54:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[教程]]></category>
		<category><![CDATA[a2billing]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[asterisk2billing]]></category>
		<category><![CDATA[实时计费]]></category>
		<category><![CDATA[电话卡]]></category>
		<category><![CDATA[计费]]></category>
		<category><![CDATA[话吧]]></category>
		<category><![CDATA[集中式话吧]]></category>

		<guid isPermaLink="false">http://cn.astercc.org/?p=333</guid>
		<description><![CDATA[如果你已经有一个正在工作的a2billing系统, 你可能想为它增加一些新的功能, 例如为你的客户提供一个集中式话吧解决方案, 这里我就介绍一下如何让asterbilling与a2billing一起工作. 1. 在a2billing中增加一个新的配置 在a2billing.conf中增加一个新的配置信息, 例如 [agi-conf2] , 确认你已经修改了以下选项: answer_call = NO play_audio = NO use_dnid = YES number_try = 1 say_balance_after_auth = NO say_balance_after_call = NO say_rateinitial...]]></description>
			<content:encoded><![CDATA[<p>如果你已经有一个正在工作的a2billing系统, 你可能想为它增加一些新的功能, 例如为你的客户提供一个集中式话吧解决方案, 这里我就介绍一下如何让asterbilling与a2billing一起工作.</p>
<p>1. 在a2billing中增加一个新的配置</p>
<p>在a2billing.conf中增加一个新的配置信息, 例如 [agi-conf2] , 确认你已经修改了以下选项:</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>总之, 取消任何提示和语音信息</p>
<p>2. 在 asterisk extensions中增加新的拨号计划(dialplan)</p>
<p>默认的情况下, a2billing中生成的 sip 用户会使用 a2billing 这个context, 因此我们在 extensions.conf 中增加这个 context</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. 在a2billing中增加客户</p>
<p>接下来我们在a2billing中增加一个客户(customer), 确认你启用了sip和iax功能( enabled sip or iax ), 之后再点击 “generate” 按钮然后点  “reload” 链接 使刚添加的sip/iax帐户生效</p>
<p>并且你需要将这个客户设置成 “postpay” , 并且在余额限制的地方写一个大的数值, 因为你是不需要在a2billing里面对这个用户计费的, 因此需要确保这个客户可以顺利的通话而不会得到余额不足的提示</p>
<p>下一步到 “List Sip-friend” 或者 “List iax-friend” 取得用户名和密码(username/secret), 然后在你的电话上设置好, 尝试拨打一个电话, 如果一切正常的话, 你应该是可以成功拨打一个电话了</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. 在asterbilling中增加一个号码(clid)</p>
<p>登入asterbilling 然后增加一个号码 (clid), 这里要使用你在 a2billing 里面添加的用户名(username), 注意只有系统管理员(admin)和分销商(reseller)可以添加clid</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 以管理员或是操作员登入, 你的话吧应该可以开始工作了 <img src='http://cn.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://cn.astercc.org/2009/02/01/%e4%b8%baa2billing%e5%a2%9e%e5%8a%a0%e9%9b%86%e4%b8%ad%e5%bc%8f%e8%af%9d%e5%90%a7%e5%92%8c%e5%ae%9e%e6%97%b6%e8%ae%a1%e8%b4%b9%e5%8a%9f%e8%83%bd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asterCC-BOX-0.1 ISO 发布</title>
		<link>http://cn.astercc.org/2009/01/07/astercc-box-01-iso-%e5%8f%91%e5%b8%83.html</link>
		<comments>http://cn.astercc.org/2009/01/07/astercc-box-01-iso-%e5%8f%91%e5%b8%83.html#comments</comments>
		<pubDate>Wed, 07 Jan 2009 08:48:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[最新消息]]></category>
		<category><![CDATA[asterCC商业版]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[asterisk 呼叫中心]]></category>
		<category><![CDATA[asterisk定制]]></category>
		<category><![CDATA[asternic]]></category>
		<category><![CDATA[freepbx]]></category>
		<category><![CDATA[中文freepbx]]></category>
		<category><![CDATA[呼叫中心]]></category>
		<category><![CDATA[实时计费]]></category>
		<category><![CDATA[统计]]></category>
		<category><![CDATA[计费]]></category>
		<category><![CDATA[集成ISO]]></category>

		<guid isPermaLink="false">http://cn.astercc.org/?p=325</guid>
		<description><![CDATA[下载 asterCC-BOX-0.1 asterCC-BOX 包含了 CentOS Linux 操作系统, 它是一套易于安装的基于asterisk PBX 和 asterCC 软件包的呼叫中心及计费系统，集成了带有中文语言包的FreePBX(asterisk web GUI) 以及 asternic-stats(Asterisk PBX 队列日志统计软件)。asterCC-BOX 为您提供一个灵活、稳定的电话系统、呼叫中心系统及计费系统(集中式话吧及PBX计费方案)的整合方案，安装方便、易于管理。]]></description>
			<content:encoded><![CDATA[<div class="postContent">
<p><a title="asterCC-BOX-0.1 download" onclick="javascript:pageTracker._trackPageview('/outbound/article/downloads.sourceforge.net');" href="http://downloads.sourceforge.net/asterisk-crm/asterCC-BOX-0.1.iso?modtime=1231276281&amp;big_mirror=0">下载 asterCC-BOX-0.1</a></p>
<div class="postContent">
<h3>asterCC-BOX 包含了 CentOS Linux 操作系统, 它是一套易于安装的基于asterisk PBX 和 asterCC 软件包的呼叫中心及计费系统，集成了带有中文语言包的FreePBX(asterisk web GUI) 以及 asternic-stats(Asterisk PBX 队列日志统计软件)。asterCC-BOX 为您提供一个灵活、稳定的电话系统、呼叫中心系统及计费系统(集中式话吧及PBX计费方案)的整合方案，安装方便、易于管理。</h3>
<p><a href="http://astercc.org/wp-content/uploads/2009/01/astercc-box-boot.png"><img class="alignnone size-full wp-image-351" title="astercc-box-boot1" src="http://cn.astercc.org/wp-content/uploads//2009/01/astercc-box-boot1.png" alt="astercc-box-boot1" width="384" height="286" /></a></p>
<p><a href="http://astercc.org/wp-content/uploads/2009/01/astercc-box-grub.png"><img class="alignnone size-full wp-image-352" title="astercc-box-grub" src="http://cn.astercc.org/wp-content/uploads//2009/01/astercc-box-grub.png" alt="astercc-box-grub" width="383" height="287" /><br />
</a></p>
<p><a href="http://astercc.org/wp-content/uploads/2009/01/astercc-box-web.png"><img class="alignnone size-full wp-image-354" title="astercc-box-web" src="http://cn.astercc.org/wp-content/uploads//2009/01/astercc-box-web.png" alt="astercc-box-web" width="541" height="265" /><br />
</a></p>
<p><a href="../wp-content/uploads/2009/01/freepbx_cn.png"><img class="alignnone size-full wp-image-355" title="freepbx_cn" src="http://cn.astercc.org/wp-content/uploads//2009/01/freepbx_cn.png" alt="freepbx_cn" width="605" height="346" /><br />
</a></p>
<p><a href="http://astercc.org/wp-content/uploads/2009/01/asternic-stats.png"><img class="alignnone size-full wp-image-356" title="asternic-stats" src="http://cn.astercc.org/wp-content/uploads//2009/01/asternic-stats.png" alt="asternic-stats" width="601" height="1138" /><br />
</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cn.astercc.org/2009/01/07/astercc-box-01-iso-%e5%8f%91%e5%b8%83.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>调整astercc的参数,以获取更高的对asterisk计费的性能</title>
		<link>http://cn.astercc.org/2008/11/23/%e8%b0%83%e6%95%b4astercc%e7%9a%84%e5%8f%82%e6%95%b0%e4%bb%a5%e8%8e%b7%e5%8f%96%e6%9b%b4%e9%ab%98%e7%9a%84%e5%af%b9asterisk%e8%ae%a1%e8%b4%b9%e7%9a%84%e6%80%a7%e8%83%bd.html</link>
		<comments>http://cn.astercc.org/2008/11/23/%e8%b0%83%e6%95%b4astercc%e7%9a%84%e5%8f%82%e6%95%b0%e4%bb%a5%e8%8e%b7%e5%8f%96%e6%9b%b4%e9%ab%98%e7%9a%84%e5%af%b9asterisk%e8%ae%a1%e8%b4%b9%e7%9a%84%e6%80%a7%e8%83%bd.html#comments</comments>
		<pubDate>Sun, 23 Nov 2008 12:50:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[使用技巧]]></category>
		<category><![CDATA[astercc.conf]]></category>
		<category><![CDATA[asterCC商业版]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[billing]]></category>
		<category><![CDATA[计费]]></category>
		<category><![CDATA[话吧]]></category>

		<guid isPermaLink="false">http://cn.astercc.org/?p=199</guid>
		<description><![CDATA[调整astercc的参数,以获取更高的对asterisk计费的性能]]></description>
			<content:encoded><![CDATA[<p>在astercc 进程的配置文件astercc.conf中，有一些参数，我们可以通过改变它们来获取更高的对asterisk计费的性能。</p>
<p>请注意：你修改配置文件后，你需要重启asterrc进程以便重新载入新参数。</p>
<p><span style="color: #0000ff;"><strong>refreshrate </strong></span>= 60</p>
<p>refreshrate 这个参数定义了asterrc去数据中重新载入数据的间隔时间(秒)，当你修改了asterBilling很多设置的时候，如：费率、分机等等，则你需要使用这个参数以便让asterrc更及时的读取新数据。如果你的系统稳定运营，不再做什么修改，则你可以将这个参数设置为&#8217;<span style="color: #0000ff;"><strong>refreshrate </strong></span>= -1&#8242;，那么asterrc只会在每次重启的时候将数据载入，而不会在进行期间不断的去连接数据库重新载入数据。</p>
<p><strong><span style="color: #0000ff;">refreshlock </span></strong>= 30</p>
<p>定义astercclock每间隔多少秒去数据库读取一次数据，以则锁定或解锁分机、组及代理商。</p>
<p><strong><span style="color: #0000ff;">calculateallcdr </span></strong>= no</p>
<p>当将此参数设置为&#8217;yes&#8217;时，asterrc将mycdr表中所有通话记录进行重新计算，包括groupid =-1 or resellerid = -1的记录，这个功能一般在你需要计算包括之前未计费的通话记录在内的所有通话的费用时使用。</p>
<p><strong><span style="color: #0000ff;">calculateoldcdr </span></strong>= no</p>
<p>此参数设置为&#8217;yes&#8217;时，asterrc将重新计算mycdr中所有的记录。一般在你需要计算历史通话记录时使用，主要可能因为你改变了通话费率，所以想重置所用账户的额度。</p>
<p><strong><span style="color: #0000ff;">callbackbill </span></strong>= src</p>
<p>在使用回拨功能时：<br />
; src: 只对主叫计费<br />
; dst: 只对被叫计费<br />
; both: 对双方计费</p>
<p><strong><span style="color: #0000ff;">removeNonSysCDR </span></strong>= 0</p>
<p>; 控制asterrc是否清除非系统用户(resellerid = -1 or groupid = -1)的通话记录。&#8217;0&#8242;为不清除;&#8217;1&#8242;为清除。</p>
<p><strong><span style="color: #0000ff;">removeNoAnswerCDR</span></strong> = 0</p>
<p>; 控制asterrc是否清除未接通电话的通话记录。&#8217;0&#8242;为不清除;&#8217;1&#8242;为清除。</p>
]]></content:encoded>
			<wfw:commentRss>http://cn.astercc.org/2008/11/23/%e8%b0%83%e6%95%b4astercc%e7%9a%84%e5%8f%82%e6%95%b0%e4%bb%a5%e8%8e%b7%e5%8f%96%e6%9b%b4%e9%ab%98%e7%9a%84%e5%af%b9asterisk%e8%ae%a1%e8%b4%b9%e7%9a%84%e6%80%a7%e8%83%bd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用asterBilling对asterisk计费时的费率设置方法</title>
		<link>http://cn.astercc.org/2008/11/21/%e4%bd%bf%e7%94%a8asterbilling%e5%af%b9asterisk%e8%ae%a1%e8%b4%b9%e6%97%b6%e7%9a%84%e8%b4%b9%e7%8e%87%e8%ae%be%e7%bd%ae%e6%96%b9%e6%b3%95.html</link>
		<comments>http://cn.astercc.org/2008/11/21/%e4%bd%bf%e7%94%a8asterbilling%e5%af%b9asterisk%e8%ae%a1%e8%b4%b9%e6%97%b6%e7%9a%84%e8%b4%b9%e7%8e%87%e8%ae%be%e7%bd%ae%e6%96%b9%e6%b3%95.html#comments</comments>
		<pubDate>Fri, 21 Nov 2008 08:03:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[使用技巧]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[asterisk 计费]]></category>
		<category><![CDATA[hosted callshop]]></category>
		<category><![CDATA[realtime billing]]></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=182</guid>
		<description><![CDATA[使用asterBilling对asterisk计费时的费率设置方法]]></description>
			<content:encoded><![CDATA[<p>在asterBilling中有三种费率表，代理商费率、话吧费率和用户费率。</p>
<ul>
<li>代理商费率：admin出售给代理商的费率。</li>
<li>话吧费率 (组费率)： 代理商出售给话吧(组)的费率。</li>
<li>用户费率：话吧出售给客户的费率。</li>
</ul>
<p>asterBilling 中的费率是可以被继承的，例如，有两条记录在 resellerrate表中：</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_resellerrate1_add.png"><img class="alignnone size-full wp-image-183" title="asterbilling_resellerrate1_add" src="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_resellerrate1_add.png" alt="" width="500" height="421" /></a></p>
<p>dialpreifx = 0086<br />
number length = 0<br />
connect charge = 0.2<br />
init block = 60<br />
rate = 0.1<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>因为我们没有为这条费率指定一个代理商，所有这条费率会被应用于所有代理商。如果你不想让某一个代理商应用这条默认的费率，非常简单，只需要为这个代理商添加一条费率：</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>上面这条费率我们指定了代理商(resellerid=1)，当他的客户拨一个0086开头的号码时，将会应用这条新费率计费。</p>
<p>与代理商费率一样，话吧费率也可以被继承：</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://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_grouprate_add.png"><img class="alignnone size-full wp-image-184" title="asterbilling_grouprate_add" src="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_grouprate_add.png" alt="" width="500" height="445" /></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://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_grouprate1_add.png"><img class="alignnone size-full wp-image-186" title="asterbilling_grouprate1_add" src="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_grouprate1_add.png" alt="" width="500" height="447" /></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>费率C将被应用于所有代理商和组，费率B将被应用于reseller1下的所有组，费率A 仅被应用于group1。</p>
<p>通过继承费率，admin可以更容易的控制费率，比如设置一套费率用于所在代理商，只调整需要不同费率的部分，代理商也可以所有组设置一套费率，对特殊费率进行小范围的调整。</p>
]]></content:encoded>
			<wfw:commentRss>http://cn.astercc.org/2008/11/21/%e4%bd%bf%e7%94%a8asterbilling%e5%af%b9asterisk%e8%ae%a1%e8%b4%b9%e6%97%b6%e7%9a%84%e8%b4%b9%e7%8e%87%e8%ae%be%e7%bd%ae%e6%96%b9%e6%b3%95.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>为什么说asterCC软件包可以用于所有类型的asterisk系统</title>
		<link>http://cn.astercc.org/2008/11/18/%e4%b8%ba%e4%bb%80%e4%b9%88%e8%af%b4astercc%e8%bd%af%e4%bb%b6%e5%8c%85%e5%8f%af%e4%bb%a5%e7%94%a8%e4%ba%8e%e6%89%80%e6%9c%89%e7%b1%bb%e5%9e%8b%e7%9a%84asterisk%e7%b3%bb%e7%bb%9f.html</link>
		<comments>http://cn.astercc.org/2008/11/18/%e4%b8%ba%e4%bb%80%e4%b9%88%e8%af%b4astercc%e8%bd%af%e4%bb%b6%e5%8c%85%e5%8f%af%e4%bb%a5%e7%94%a8%e4%ba%8e%e6%89%80%e6%9c%89%e7%b1%bb%e5%9e%8b%e7%9a%84asterisk%e7%b3%bb%e7%bb%9f.html#comments</comments>
		<pubDate>Tue, 18 Nov 2008 12:57:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[AMI]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[asterisk2billing]]></category>
		<category><![CDATA[asterisk定制]]></category>
		<category><![CDATA[callweaver]]></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>
		<category><![CDATA[免费]]></category>
		<category><![CDATA[呼叫中心]]></category>
		<category><![CDATA[嵌入式asterisk]]></category>
		<category><![CDATA[开源]]></category>
		<category><![CDATA[联络中心]]></category>
		<category><![CDATA[计费]]></category>

		<guid isPermaLink="false">http://cn.astercc.org/?p=167</guid>
		<description><![CDATA[asterCC 软件包为assterisk系统提供一个呼叫中心方案和一个计费方案，它最重要的特性是可以与所有基于asterisk的系统集成，并且不需要对原有的系统结构和设置进行更改，经过我们测试的系统包括： Trixbox Elastix Callweaver Freepbx Magiclink Fonesoft asterisk2billing (a2b) pbx in a flash &#8230; 所以如果你正在使用一个基于asterisk的系统，并且想要为其增加呼叫中心或计费功能，asterCC就是一个不错的选择。 asterCC 基于TCP协议通过AMI连接asterisk，所以即使你使用的是一个嵌入式的asterisk设备，也可以应用asterCC扩展出呼叫中心和计费功能。 asterCC 主要运用主/被标识进行工作，因此它不会关心asterisk使用什么样的拨号计划或AGI进行工作。只要有正确的主/被叫标识，asterCC就可以很好结合其工作。 作为一个linux守护进程，asterCC可以稳定并高效的工作，经测试，它可以稳定的支持超过240路asterisk并发通话。 asterCC中所有页面脚本都是开放源代码的。你也可以基于astercc进程开发自己的应用方案，astercc进程提供5个免费的并发通道许可供你使用，比如你可以用它对于大概12个以下的asterisk pbx分机进行计费就用。]]></description>
			<content:encoded><![CDATA[<p>asterCC 软件包为assterisk系统提供一个呼叫中心方案和一个计费方案，它最重要的特性是可以与所有基于asterisk的系统集成，并且不需要对原有的系统结构和设置进行更改，经过我们测试的系统包括：</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>所以如果你正在使用一个基于asterisk的系统，并且想要为其增加呼叫中心或计费功能，asterCC就是一个不错的选择。</p>
<p>asterCC 基于TCP协议通过AMI连接asterisk，所以即使你使用的是一个嵌入式的asterisk设备，也可以应用asterCC扩展出呼叫中心和计费功能。</p>
<p>asterCC 主要运用主/被标识进行工作，因此它不会关心asterisk使用什么样的拨号计划或AGI进行工作。只要有正确的主/被叫标识，asterCC就可以很好结合其工作。</p>
<p>作为一个linux守护进程，asterCC可以稳定并高效的工作，经测试，它可以稳定的支持超过240路asterisk并发通话。</p>
<p>asterCC中所有页面脚本都是开放源代码的。你也可以基于astercc进程开发自己的应用方案，astercc进程提供5个免费的并发通道许可供你使用，比如你可以用它对于大概12个以下的asterisk pbx分机进行计费就用。</p>
]]></content:encoded>
			<wfw:commentRss>http://cn.astercc.org/2008/11/18/%e4%b8%ba%e4%bb%80%e4%b9%88%e8%af%b4astercc%e8%bd%af%e4%bb%b6%e5%8c%85%e5%8f%af%e4%bb%a5%e7%94%a8%e4%ba%8e%e6%89%80%e6%9c%89%e7%b1%bb%e5%9e%8b%e7%9a%84asterisk%e7%b3%bb%e7%bb%9f.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>如何配置asterBilling与FreePBX,Trixbox,Elastix等系统集成工作</title>
		<link>http://cn.astercc.org/2008/11/18/%e5%a6%82%e4%bd%95%e9%85%8d%e7%bd%aeasterbilling%e4%b8%8efreepbxtrixboxelastix%e7%ad%89%e7%b3%bb%e7%bb%9f%e9%9b%86%e6%88%90%e5%b7%a5%e4%bd%9c.html</link>
		<comments>http://cn.astercc.org/2008/11/18/%e5%a6%82%e4%bd%95%e9%85%8d%e7%bd%aeasterbilling%e4%b8%8efreepbxtrixboxelastix%e7%ad%89%e7%b3%bb%e7%bb%9f%e9%9b%86%e6%88%90%e5%b7%a5%e4%bd%9c.html#comments</comments>
		<pubDate>Tue, 18 Nov 2008 09:54:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[教程]]></category>
		<category><![CDATA[assterBilling]]></category>
		<category><![CDATA[Elastix]]></category>
		<category><![CDATA[freepbx]]></category>
		<category><![CDATA[pbx计费]]></category>
		<category><![CDATA[Trixbox]]></category>
		<category><![CDATA[实时计费]]></category>
		<category><![CDATA[计费]]></category>

		<guid isPermaLink="false">http://cn.astercc.org/?p=157</guid>
		<description><![CDATA[asterBilling 是一个基于asterisk的实时计费方案，多被用于集中式话吧方案和基于asterisk的pbx系统计费方案中。很多人在使用FreePBX做为他们pbx系统，如：trixbox,elastix等，所以，在这里我介绍一下如何将asterBilliing与这样的系统集成起来进行计费。 首先,你要安装好freepbx，并且添加一些分机，假设我们添加了两个分机: solo &#60;8000&#62; and donnie &#60;8001&#62; 下一步，登录到asterBilling 管理员界面(http://asterccserver/asterbilling/manager_login.php) 虽然我们仅需要对自己的PBX 进行计费，但仍然要先添加一个代理商，进入代理商管理页，点击添加按钮，输入代理商信息，点击 将限额设置为空，限额方式设置为“无限制”。因为我只是想知道每个分机话费使用情况，所以不必做出限制。to know how much each phone dialed each month. 然后到分组管理页，添加一个分组 再到分机页面添加你想要计费的分机： 好了，现在你已经将你想要的计费的分机添加进赤了，然后我们就要添加用于计费的费率，asterBilling有三级计费，代理商计费，分组计费和分机计费，我们只想知道每个分机的话费情况，所以只需要添加用户费率。 进入用户费率页，添加适合你的费率： 号码前缀1意思是所有以1开头的号码都使用这个费率进行计费，前180秒费率为0.2，之后每60秒费率为0.1，180秒之后每60计一次费。 这里的号码前缀可以设置为”default”，如果被叫号码的前缀与你设置的任意一条费率都不匹配，则系统会使用“default”进行计费，你可以将这条用于内线间计费。 也经你注意到了，我们没有为这条费率选择代理商和分组，这意为着所有代理商和分组都将使用这条费率。 添加完所有费率后，你的配置工作就全部结束了，现在最好确定一下，你的astercc 进程是否已经正常启动了。...]]></description>
			<content:encoded><![CDATA[<p>asterBilling 是一个基于asterisk的实时计费方案，多被用于集中式话吧方案和基于asterisk的pbx系统计费方案中。很多人在使用FreePBX做为他们pbx系统，如：trixbox,elastix等，所以，在这里我介绍一下如何将asterBilliing与这样的系统集成起来进行计费。</p>
<p>首先,你要安装好freepbx，并且添加一些分机，假设我们添加了两个分机: solo &lt;8000&gt; and donnie &lt;8001&gt;</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/freepbx_extensions.png"><img class="alignnone size-full wp-image-255" title="freepbx_extensions" src="http://astercc.org/wp-content/uploads/2008/11/freepbx_extensions.png" alt="" width="500" height="183" /></a></p>
<p>下一步，登录到asterBilling 管理员界面(http://asterccserver/asterbilling/manager_login.php)</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_login.png"><img class="alignnone size-full wp-image-158" title="asterbilling_login" src="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_login.png" alt="" width="401" height="315" /></a></p>
<p>虽然我们仅需要对自己的PBX 进行计费，但仍然要先添加一个代理商，进入代理商管理页，点击添加按钮，输入代理商信息，点击</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_reseller_add.png"><img class="alignnone size-full wp-image-159" title="asterbilling_reseller_add" src="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_reseller_add.png" alt="" width="500" height="305" /></a></p>
<p>将限额设置为空，限额方式设置为“无限制”。因为我只是想知道每个分机话费使用情况，所以不必做出限制。to know how much each phone dialed each month.</p>
<p>然后到分组管理页，添加一个分组</p>
<p><span id="more-157"></span></p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_group_add.png"><img class="alignnone size-full wp-image-160" title="asterbilling_group_add" src="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_group_add.png" alt="" width="500" height="324" /></a></p>
<p>再到分机页面添加你想要计费的分机：</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_clid_add.png"><img class="alignnone size-full wp-image-161" title="asterbilling_clid_add" src="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_clid_add.png" alt="" width="500" height="375" /></a></p>
<p>好了，现在你已经将你想要的计费的分机添加进赤了，然后我们就要添加用于计费的费率，asterBilling有三级计费，代理商计费，分组计费和分机计费，我们只想知道每个分机的话费情况，所以只需要添加用户费率。</p>
<p>进入用户费率页，添加适合你的费率：</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_clidrate_add.png"><img class="alignnone size-full wp-image-162" title="asterbilling_clidrate_add" src="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_clidrate_add.png" alt="" width="500" height="406" /></a></p>
<p>号码前缀1意思是所有以1开头的号码都使用这个费率进行计费，前180秒费率为0.2，之后每60秒费率为0.1，180秒之后每60计一次费。</p>
<p>这里的号码前缀可以设置为”default”，如果被叫号码的前缀与你设置的任意一条费率都不匹配，则系统会使用“default”进行计费，你可以将这条用于内线间计费。</p>
<p>也经你注意到了，我们没有为这条费率选择代理商和分组，这意为着所有代理商和分组都将使用这条费率。</p>
<p>添加完所有费率后，你的配置工作就全部结束了，现在最好确定一下，你的astercc 进程是否已经正常启动了。</p>
<p>当一个分机用户想查看自己的话费记录，他可以通过asterBilling提供的用户登录界面进行查询， http://asterccserver/asterbilling/login.php 他需要用分机号码和你在asterBilling里为分机设置的密码进行登录。</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_clid_login.png"><img class="alignnone size-full wp-image-163" title="asterbilling_clid_login" src="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_clid_login.png" alt="" width="500" height="312" /></a></p>
<p>登录后可以看到分机的通话记录及话费情况:</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_clid_cdr.png"><img class="alignnone size-full wp-image-164" title="asterbilling_clid_cdr" src="http://cn.astercc.org/wp-content/uploads/2008/11/asterbilling_clid_cdr.png" alt="" width="500" height="243" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cn.astercc.org/2008/11/18/%e5%a6%82%e4%bd%95%e9%85%8d%e7%bd%aeasterbilling%e4%b8%8efreepbxtrixboxelastix%e7%ad%89%e7%b3%bb%e7%bb%9f%e9%9b%86%e6%88%90%e5%b7%a5%e4%bd%9c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于asterCC, asterCRM 和 asterBilling 的历史</title>
		<link>http://cn.astercc.org/2008/11/13/%e5%85%b3%e4%ba%8eastercc-astercrm-asterbilling%e7%9a%84%e5%8e%86%e5%8f%b2.html</link>
		<comments>http://cn.astercc.org/2008/11/13/%e5%85%b3%e4%ba%8eastercc-astercrm-asterbilling%e7%9a%84%e5%8e%86%e5%8f%b2.html#comments</comments>
		<pubDate>Thu, 13 Nov 2008 15:22:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[asterCC商业版]]></category>
		<category><![CDATA[Asterisk]]></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=3</guid>
		<description><![CDATA[关于asterCC, asterCRM 和 asterBilling 的历史]]></description>
			<content:encoded><![CDATA[<p>2007年7月，我们发起了一个项目，目标是提供一个基于Asterisk的呼叫中心解决方案， 它将基于网页实现所有应用功能，并且不依赖于Asterisk的拨号计划，同时也要具备基本的CRM功能。于是，就有了asterCRM这个项目，我们将它的源代码开放，使之不断地快速发展、完善。</p>
<p>我们是在2007年8月8日发布的asterCRM的第一个版本 0.01beta，之后我们几乎每个月都会发布一个具有一些新功能的版本，0.01，0.03，0.04&#8230;&#8230;</p>
<p>与此同时，我们也希望开发一套对asterisk进行实时计费的方案，因此开发了两个进行在Linux 系统下的守护进程：astercc 和 asterrc。 astercc 可以从asterisk 获取详细的实时通话信息；asterrc可以根据目标号码和费率表进行计费。我们发现这个计费方案非常适合用于集中式的话吧项目，于是我们在2008年3月5日发面了实时计费系统asterCC,这个名字意为着，它的核心是astercc这个守护进程。</p>
<p>在asterCC发布之后，我们经过测试发现，如果将astercc这个守护进程与asterCRM结合应用，可以大大提升asterCRM的效率和性能，并且可以开发出更多的实用功能，于是，我们把astercc进程集成到了asterCRM之中。此后我们发布了asterCRM0.0461和0.047beta，这两个集成了astercc进程的版本工作的更加流畅、高效。</p>
<p>今天，无论是我们的计费方案还是呼叫中心方案都可以配合astercc进程使用，所以我们决定将它们合并成为一个软件方案包，并且命为为asterCC,在现在这个asterCC软件包中，同时包括了呼叫中心解决方案asterCRM和计费方案asterBilling.</p>
<p>asterCC<br />
&#8212;&#8212;asterCRM<br />
&#8212;&#8212;asterBilling</p>
<p>asterCRM 和 asterBilling 都是开源软件, astercc默认提供5通道的免费许可，供用户使用/体验asterCRM和asterBilling 功能和工作方式，如果你需要更大的并发通话数，则需要购买astercc的许可。</p>
]]></content:encoded>
			<wfw:commentRss>http://cn.astercc.org/2008/11/13/%e5%85%b3%e4%ba%8eastercc-astercrm-asterbilling%e7%9a%84%e5%8e%86%e5%8f%b2.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! -->
