<?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; assterBilling</title>
	<atom:link href="http://cn.astercc.org/tag/assterbilling/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>如何配置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[asterCRM]]></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计一次费。 这里的号码前缀可以设置为&#8221;default&#8221;，如果被叫号码的前缀与你设置的任意一条费率都不匹配，则系统会使用“default”进行计费，你可以将这条用于内线间计费。 也经你注意到了，我们没有为这条费率选择代理商和分组，这意为着所有代理商和分组都将使用这条费率。 添加完所有费率后，你的配置工作就全部结束了，现在最好确定一下，你的astercc 进程是否已经正常启动了。 当一个分机用户想查看自己的话费记录，他可以通过asterBilling提供的用户登录界面进行查询， http://asterccserver/asterbilling/login.php 他需要用分机号码和你在asterBilling里为分机设置的密码进行登录。 登录后可以看到分机的通话记录及话费情况:]]></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>这里的号码前缀可以设置为&#8221;default&#8221;，如果被叫号码的前缀与你设置的任意一条费率都不匹配，则系统会使用“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>
	</channel>
</rss>
