<?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; historycdr</title>
	<atom:link href="http://cn.astercc.org/tag/historycdr/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>为什么有些通话记录在asterBilling的通话记录页面中看不到</title>
		<link>http://cn.astercc.org/2008/12/14/%e4%b8%ba%e4%bb%80%e4%b9%88%e6%9c%89%e4%ba%9b%e9%80%9a%e8%af%9d%e8%ae%b0%e5%bd%95%e5%9c%a8asterbilling%e7%9a%84%e9%80%9a%e8%af%9d%e8%ae%b0%e5%bd%95%e9%a1%b5%e9%9d%a2%e4%b8%ad%e7%9c%8b%e4%b8%8d.html</link>
		<comments>http://cn.astercc.org/2008/12/14/%e4%b8%ba%e4%bb%80%e4%b9%88%e6%9c%89%e4%ba%9b%e9%80%9a%e8%af%9d%e8%ae%b0%e5%bd%95%e5%9c%a8asterbilling%e7%9a%84%e9%80%9a%e8%af%9d%e8%ae%b0%e5%bd%95%e9%a1%b5%e9%9d%a2%e4%b8%ad%e7%9c%8b%e4%b8%8d.html#comments</comments>
		<pubDate>Sun, 14 Dec 2008 14:49:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[使用技巧]]></category>
		<category><![CDATA[asterisk 计费]]></category>
		<category><![CDATA[asterisk丢失CDR记录]]></category>
		<category><![CDATA[historycdr]]></category>
		<category><![CDATA[mycdr]]></category>
		<category><![CDATA[通话记录]]></category>

		<guid isPermaLink="false">http://cn.astercc.org/?p=251</guid>
		<description><![CDATA[为什么有些通话记录在asterBilling的通话记录页面中看不到]]></description>
			<content:encoded><![CDATA[<div class="postContent">
<p>有些时候，当我们到通话记录页面中去查看代理商、话吧或分机的通话记录时，发现里面没有任何记录或是缺少了一些记录，但是检查数据库会发现，实际这些记录都是在&#8217;mycdr&#8217;表中存在的，但是为什么在astterBilling 界面中看不到呢？</p>
<p>原因 1: historyCdr 的问题</p>
<p>到asterBilling 主目录，检查你的 asterbilling.conf.php 配置文件中的‘useHistoryCdr’参数：</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/12/sc1.png"><img class="alignnone size-full wp-image-413" title="sc1" src="http://astercc.org/wp-content/uploads/2008/12/sc1.png" alt="sc1" width="433" height="110" /></a></p>
<p>默认设置为 “useHistoryCdr = 1″，所以asterbilling 通话记录页会到“historycdr” 表中获取数据,但是 astercc 过程只会将数据插入“mycdr”表中，直到对记录进行“checkout” 操作（分机窗口或报告中），记录才会被转移到“historycdr”表中, 所以如果你发现在通话记录页面中缺少数据，你可以将设置“useHistoryCdr = 0″ 或是记录进行“checkout”操作。</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/12/sc2.png"><img class="alignnone size-full wp-image-252" title="sc2" src="http://cn.astercc.org/wp-content/uploads/2008/12/sc2.png" alt="" width="405" height="337" /></a></p>
<p>Reason 2: 分机设置问题</p>
<p>虽然astercc进程会将所有通话记录插入到数据库中，但是不是所有的记录都会被计费，只有你在asterBiling中设置过的分机才会被计费。所以如果你看到数据表“mycdr”的记录中，字段 “resellerid” 和 “groupid” 是 -1的话，请在asterBilling中检查你的“分机”设置。</p>
<p><a href="http://cn.astercc.org/wp-content/uploads/2008/12/sc3.png"><img class="alignnone size-full wp-image-253" title="sc3" src="http://cn.astercc.org/wp-content/uploads/2008/12/sc3.png" alt="" width="500" height="155" /></a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cn.astercc.org/2008/12/14/%e4%b8%ba%e4%bb%80%e4%b9%88%e6%9c%89%e4%ba%9b%e9%80%9a%e8%af%9d%e8%ae%b0%e5%bd%95%e5%9c%a8asterbilling%e7%9a%84%e9%80%9a%e8%af%9d%e8%ae%b0%e5%bd%95%e9%a1%b5%e9%9d%a2%e4%b8%ad%e7%9c%8b%e4%b8%8d.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! -->
