<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Asterisk &#8211; CDR Logging in MySQL</title>
	<atom:link href="http://bahjons.com/stuff/asterisk-cdr-logging-in-mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://bahjons.com/stuff/asterisk-cdr-logging-in-mysql</link>
	<description></description>
	<lastBuildDate>Fri, 01 Jul 2011 03:16:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Asterisk &#8211; Getting Results from CDR Database! &#124; bahjons.com</title>
		<link>http://bahjons.com/stuff/asterisk-cdr-logging-in-mysql/comment-page-1#comment-159</link>
		<dc:creator>Asterisk &#8211; Getting Results from CDR Database! &#124; bahjons.com</dc:creator>
		<pubDate>Fri, 14 May 2010 17:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-cdr-logging-in-mysql/#comment-159</guid>
		<description>[...] in my previous article, I said I would provide some sample scripts to view information from our CDR database. My script is [...]</description>
		<content:encoded><![CDATA[<p>[...] in my previous article, I said I would provide some sample scripts to view information from our CDR database. My script is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Author</title>
		<link>http://bahjons.com/stuff/asterisk-cdr-logging-in-mysql/comment-page-1#comment-142</link>
		<dc:creator>Author</dc:creator>
		<pubDate>Mon, 09 Nov 2009 15:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-cdr-logging-in-mysql/#comment-142</guid>
		<description>Hi Mantas,

Make sure your connection details are correct in the cdr_mysql.conf? And make sure that your database user has permissions to access that database?
Let me know if you still have problems. Email me your server details and I can have a look: author (@) hostseries.com</description>
		<content:encoded><![CDATA[<p>Hi Mantas,</p>
<p>Make sure your connection details are correct in the cdr_mysql.conf? And make sure that your database user has permissions to access that database?<br />
Let me know if you still have problems. Email me your server details and I can have a look: author (@) hostseries.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mantas Gavenas</title>
		<link>http://bahjons.com/stuff/asterisk-cdr-logging-in-mysql/comment-page-1#comment-141</link>
		<dc:creator>Mantas Gavenas</dc:creator>
		<pubDate>Mon, 09 Nov 2009 14:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-cdr-logging-in-mysql/#comment-141</guid>
		<description>Hi,

Where could be the problem?

[Nov  5 17:56:36] ERROR[6054]: cdr_addon_mysql.c:160 mysql_log: cdr_mysql: cannot connect to database server localhost.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Where could be the problem?</p>
<p>[Nov  5 17:56:36] ERROR[6054]: cdr_addon_mysql.c:160 mysql_log: cdr_mysql: cannot connect to database server localhost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Author</title>
		<link>http://bahjons.com/stuff/asterisk-cdr-logging-in-mysql/comment-page-1#comment-140</link>
		<dc:creator>Author</dc:creator>
		<pubDate>Wed, 21 Oct 2009 16:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-cdr-logging-in-mysql/#comment-140</guid>
		<description>GF,

At the time that I wrote this article, those fields weren’t in the CDR. The Asterisk community was still discussing how they were going to adjust the CDR system. (Which I think they are still doing as well.)

But yes, you could use these fields. Having the duration and billsec really does it for me. But if you want to know when the call started, was answered, and was ended, you can add those columns as well.</description>
		<content:encoded><![CDATA[<p>GF,</p>
<p>At the time that I wrote this article, those fields weren’t in the CDR. The Asterisk community was still discussing how they were going to adjust the CDR system. (Which I think they are still doing as well.)</p>
<p>But yes, you could use these fields. Having the duration and billsec really does it for me. But if you want to know when the call started, was answered, and was ended, you can add those columns as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GF</title>
		<link>http://bahjons.com/stuff/asterisk-cdr-logging-in-mysql/comment-page-1#comment-139</link>
		<dc:creator>GF</dc:creator>
		<pubDate>Wed, 14 Oct 2009 02:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-cdr-logging-in-mysql/#comment-139</guid>
		<description>hi,
what about this fields : start, answer, end ?
do you don\&#039;t use anymore ?</description>
		<content:encoded><![CDATA[<p>hi,<br />
what about this fields : start, answer, end ?<br />
do you don\&#8217;t use anymore ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Author</title>
		<link>http://bahjons.com/stuff/asterisk-cdr-logging-in-mysql/comment-page-1#comment-138</link>
		<dc:creator>Author</dc:creator>
		<pubDate>Wed, 15 Apr 2009 17:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-cdr-logging-in-mysql/#comment-138</guid>
		<description>If you want to have userfield logged, you have to add the following within:
/usr/src/asterisk-addons/cdr/cdr_addon_mysql.c


#define MYSQL_LOGUSERFIELD</description>
		<content:encoded><![CDATA[<p>If you want to have userfield logged, you have to add the following within:<br />
/usr/src/asterisk-addons/cdr/cdr_addon_mysql.c</p>
<p>#define MYSQL_LOGUSERFIELD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unixvps</title>
		<link>http://bahjons.com/stuff/asterisk-cdr-logging-in-mysql/comment-page-1#comment-137</link>
		<dc:creator>unixvps</dc:creator>
		<pubDate>Fri, 09 Jan 2009 13:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-cdr-logging-in-mysql/#comment-137</guid>
		<description>Good article!
Very useful!
Tnx!</description>
		<content:encoded><![CDATA[<p>Good article!<br />
Very useful!<br />
Tnx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AHostedSeries &#187; Asterisk - Getting Results from CDR Database!</title>
		<link>http://bahjons.com/stuff/asterisk-cdr-logging-in-mysql/comment-page-1#comment-136</link>
		<dc:creator>AHostedSeries &#187; Asterisk - Getting Results from CDR Database!</dc:creator>
		<pubDate>Tue, 05 Feb 2008 13:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-cdr-logging-in-mysql/#comment-136</guid>
		<description>[...] in my previous article, I said I would provide some sample scripts to view information from our CDR database. My script is [...]</description>
		<content:encoded><![CDATA[<p>[...] in my previous article, I said I would provide some sample scripts to view information from our CDR database. My script is [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

