<?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/%e9%9b%86%e4%b8%ad%e5%bc%8f%e8%af%9d%e5%90%a7/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>asterbilling + asterisk 的集中式连锁话吧方案</title>
		<link>http://cn.astercc.org/2008/11/21/asterbilling-asterisk-%e7%9a%84%e9%9b%86%e4%b8%ad%e5%bc%8f%e8%bf%9e%e9%94%81%e8%af%9d%e5%90%a7%e6%96%b9%e6%a1%88.html</link>
		<comments>http://cn.astercc.org/2008/11/21/asterbilling-asterisk-%e7%9a%84%e9%9b%86%e4%b8%ad%e5%bc%8f%e8%bf%9e%e9%94%81%e8%af%9d%e5%90%a7%e6%96%b9%e6%a1%88.html#comments</comments>
		<pubDate>Fri, 21 Nov 2008 05:43:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[asterCC商业版]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[callshop]]></category>
		<category><![CDATA[Elastix]]></category>
		<category><![CDATA[freepbx]]></category>
		<category><![CDATA[代理商]]></category>
		<category><![CDATA[实时计费]]></category>
		<category><![CDATA[开源版]]></category>
		<category><![CDATA[话吧]]></category>
		<category><![CDATA[集中式话吧]]></category>

		<guid isPermaLink="false">http://cn.astercc.org/?p=179</guid>
		<description><![CDATA[asterbilling + asterisk 的集中式连锁话吧方案]]></description>
			<content:encoded><![CDATA[<p>asterBilling 是对asterisk进行实时计费的软件，通过asterBilling，你可以很容易的基于asterisk建立集中管理分布运营的连连锁话。</p>
<p>asterBilling 集中式话吧方案的特性：</p>
<ul>
<li>代理商，话吧，客户 三级计费</li>
<li>全部功能基于web页面</li>
<li>高性能</li>
<li>适用于所有基于asterisk的系统</li>
</ul>
<p>在这里，我们简单介绍一下如何就asterisk和asterbilling建立一个集中式话吧。</p>
<p>1. 安装asterisk</p>
<p>2. 在asterisk中添加中继和拨号计划</p>
<p>编辑 /etc/asterisk/sip.conf ，在这里添加中继信息：</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterisk_trunk_setting.png"><img class="alignnone size-full wp-image-341" title="asterisk_trunk_setting" src="http://astercc.org/wp-content/uploads/2008/11/asterisk_trunk_setting.png" alt="" width="344" height="156" /></a></p>
<p>设置拨号计划，编辑 /etc/asterisk/extensions.conf 添加一个context</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterisk_extensions_setting.png"><img class="alignnone size-full wp-image-343" title="asterisk_extensions_setting" src="http://astercc.org/wp-content/uploads/2008/11/asterisk_extensions_setting.png" alt="" width="395" height="92" /></a></p>
<p>3. 安装asterBilling</p>
<p>4. 设置 asterbilling.conf.php</p>
<p>你需要设置asterbilling 配置文件适用你的服务器设置，编辑asterbilling目录中的asterbilling.conf.php，找到[sipbuddy]部分，修改&#8217;context＝from-booth&#8217;，此时由asterbilling生成的sip 分机会使用&#8217;from-booth&#8217;这条路由拨出。</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterbilling_conf_set_1.png"><img class="alignnone size-full wp-image-345" title="asterbilling_conf_set_1" src="http://astercc.org/wp-content/uploads/2008/11/asterbilling_conf_set_1.png" alt="" width="250" height="188" /></a></p>
<p>默认情况下，asterbilling 将生成的所有分机配置信息存入文件 “/etc/asterisk/sip_astercc”，你可以在配置文件中通过参数&#8217;sipfile&#8217;更改目标文件，如果你不希望用asterbilling生成sip 分机，则将其设置为空。</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterbilling_conf_set_2.png"><img class="alignnone size-full wp-image-346" title="asterbilling_conf_set_2" src="http://astercc.org/wp-content/uploads/2008/11/asterbilling_conf_set_2.png" alt="" width="663" height="72" /></a></p>
<p>另外要注意的是，如果你使用了asterbilling 生成sip分机，你需要将存储分机信息的文件包含在sip.conf中。</p>
<p>编辑 /etc/asterisk/sip.conf 添加：</p>
<p><em><strong>#include sip_astercc.conf</strong></em></p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterisk_include_setting.png"><img class="alignnone size-full wp-image-347" title="asterisk_include_setting" src="http://astercc.org/wp-content/uploads/2008/11/asterisk_include_setting.png" alt="" width="477" height="54" /></a></p>
<p>5. 设置代理商和话吧</p>
<p>6. 设置通话费率</p>
<p>7. 查看报告</p>
]]></content:encoded>
			<wfw:commentRss>http://cn.astercc.org/2008/11/21/asterbilling-asterisk-%e7%9a%84%e9%9b%86%e4%b8%ad%e5%bc%8f%e8%bf%9e%e9%94%81%e8%af%9d%e5%90%a7%e6%96%b9%e6%a1%88.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>你可以通过asterCC做些什么？</title>
		<link>http://cn.astercc.org/2008/11/18/%e4%bd%a0%e5%8f%af%e4%bb%a5%e9%80%9a%e8%bf%87astercc%e5%81%9a%e4%ba%9b%e4%bb%80%e4%b9%88%ef%bc%9f.html</link>
		<comments>http://cn.astercc.org/2008/11/18/%e4%bd%a0%e5%8f%af%e4%bb%a5%e9%80%9a%e8%bf%87astercc%e5%81%9a%e4%ba%9b%e4%bb%80%e4%b9%88%ef%bc%9f.html#comments</comments>
		<pubDate>Tue, 18 Nov 2008 01:40:31 +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>

		<guid isPermaLink="false">http://cn.astercc.org/?p=112</guid>
		<description><![CDATA[可以通过asterCC可以实现的功能]]></description>
			<content:encoded><![CDATA[<div class="entry">
<p>1. 与一个CRM系统集成应用，你可以开发出自己的客户呼叫中心系统，astercc时程可以从asterisk 中获得所有实时通话信息，它们包括但不限于：</p>
<p>src &#8211;&gt; 主叫号码<br />
dst &#8211;&gt; 被叫号码<br />
srcchan &#8211;&gt;  呼叫源通道<br />
dstchan  &#8211;&gt; 呼叫目标通道<br />
didnumber &#8211;&gt; 被叫直拨号码<br />
starttime &#8211;&gt; 开始呼叫的时间<br />
answertime &#8211;&gt;  接通的时间<br />
srcuid &#8211;&gt; 呼叫源唯一标识<br />
dstuid &#8211;&gt; 呼叫目标唯一标识<br />
disposition &#8211;&gt; 通话结果</p>
<p>当asterisk中有一个新的呼叫时，astercc 进程就会向数据库中的实时通话信息表(curcdr)插入一条记录，并且可以不断实时更新此通话的状态数据，当这个通话结束后，astercc进程将此记录从实时通话信息表中删除，并将详细通话信息插入历史通话记录表(mycdr)中。</p>
<p>下面的产品是基于astercc进程的呼叫中心系统</p>
<p>asterCRM</p>
<p>2. 为基于asterisk的系统做实时计费<br />
在一asterCC软件包中，有一个名为asterrc的程序，它可以根据不同的费率表计算通话费用，它支持&#8217;代理商&#8217;,'话吧&#8217;,'分机&#8217;三级计费，也支持预付费和后付费两种模式。</p>
<p>另一个名为astercclock的进程可以挂断系统内话费额度不足的通话。</p>
<p>下面这些产品都已经经过测试，可以很好的集成asterCC进行计费：</p>
<p>freepbx, elastix, magiclink, mvb2000</p>
<p>3. 应用于集中式话吧解决方案</p>
<p>asterCC 提供一个基于web的话吧用户界面，话吧拥有者可以通过页面设定自己的费率，可以看到话吧每一个终端话机的实时状态，包括被叫目标、通话时长、属性、费率等，也可以设定通话费用限制、锁定话机、点击挂断通话。在页面中还可以查看历史通话报告，收益报表等等，此外还支持回拨功能。如果你想要运营一个连锁话吧，你只需要给你的每个话吧(下级分销商)分配一个话吧管理账号，而话吧只需要能够通过网页访问asterCC系统就可以轻松开设新的话吧。</p>
<p>* 所有以上的应用方案，都不需要改变你原有的asterisk系统结构和设置。</p>
<p>4.应用于电话卡系统</p>
<p>asterCC中的agi脚本可以实现以下功能：验证系统用户、提示用户输入电话卡密码、验证通过后提示用户输入目标号码进行呼叫。如果额度不足，系统会自动挂断通话。</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cn.astercc.org/2008/11/18/%e4%bd%a0%e5%8f%af%e4%bb%a5%e9%80%9a%e8%bf%87astercc%e5%81%9a%e4%ba%9b%e4%bb%80%e4%b9%88%ef%bc%9f.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! -->
