<?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; Getting Results from CDR Database!</title>
	<atom:link href="http://bahjons.com/stuff/asterisk-getting-results-from-cdr-database/feed" rel="self" type="application/rss+xml" />
	<link>http://bahjons.com/stuff/asterisk-getting-results-from-cdr-database</link>
	<description></description>
	<lastBuildDate>Thu, 26 Aug 2010 17:09:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Alfred</title>
		<link>http://bahjons.com/stuff/asterisk-getting-results-from-cdr-database/comment-page-1#comment-234</link>
		<dc:creator>Alfred</dc:creator>
		<pubDate>Tue, 15 Jun 2010 18:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-getting-results-from-cdr-database/#comment-234</guid>
		<description>You are a very smart person!</description>
		<content:encoded><![CDATA[<p>You are a very smart person!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Author</title>
		<link>http://bahjons.com/stuff/asterisk-getting-results-from-cdr-database/comment-page-1#comment-147</link>
		<dc:creator>Author</dc:creator>
		<pubDate>Wed, 21 Oct 2009 16:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-getting-results-from-cdr-database/#comment-147</guid>
		<description>Kapila,

Unfortunately, I don’t know the AAH System that well. Maybe someone else can comment on this? Thanks!</description>
		<content:encoded><![CDATA[<p>Kapila,</p>
<p>Unfortunately, I don’t know the AAH System that well. Maybe someone else can comment on this? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Author</title>
		<link>http://bahjons.com/stuff/asterisk-getting-results-from-cdr-database/comment-page-1#comment-146</link>
		<dc:creator>Author</dc:creator>
		<pubDate>Wed, 21 Oct 2009 16:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-getting-results-from-cdr-database/#comment-146</guid>
		<description>Hi Kapila,

1) The version of CentOS that you use is entirely up to you. Your hardware can help you determine which version to use. If you are using 64bit hardware, for example, you might consider i686 version of CentOS. However, from my experience, Asterisk will periodically crash out on i686 version of CentOS. You can download the ISO from CentOS’s website: http://centos.org/
Use your fav. burning software to burn the image. Make sure it has the option to ‘burn a disc image’ or ‘burn an iso’…

2) At the time I wrote this article, I was using CentOS 4 because they had a server ISO, which had min. packages bundled within. However, I have since deployed several Asterisk boxes with CentOS 5.x and never had any problems.

3) Xlite uses SIP. So you are going to create your SIP ‘extensions’ in the sip.conf. Use those settings within Xlite, and the IP of your Asterisk server to connect. I don’t have an article written on how to do this just yet. But I’m sure you can find out how to write your sip.conf using the sample file, or on voip-info.org

Thanks for the questions. Let me know if you have any other questions.</description>
		<content:encoded><![CDATA[<p>Hi Kapila,</p>
<p>1) The version of CentOS that you use is entirely up to you. Your hardware can help you determine which version to use. If you are using 64bit hardware, for example, you might consider i686 version of CentOS. However, from my experience, Asterisk will periodically crash out on i686 version of CentOS. You can download the ISO from CentOS’s website: <a href="http://centos.org/" rel="nofollow">http://centos.org/</a><br />
Use your fav. burning software to burn the image. Make sure it has the option to ‘burn a disc image’ or ‘burn an iso’…</p>
<p>2) At the time I wrote this article, I was using CentOS 4 because they had a server ISO, which had min. packages bundled within. However, I have since deployed several Asterisk boxes with CentOS 5.x and never had any problems.</p>
<p>3) Xlite uses SIP. So you are going to create your SIP ‘extensions’ in the sip.conf. Use those settings within Xlite, and the IP of your Asterisk server to connect. I don’t have an article written on how to do this just yet. But I’m sure you can find out how to write your sip.conf using the sample file, or on voip-info.org</p>
<p>Thanks for the questions. Let me know if you have any other questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kapila</title>
		<link>http://bahjons.com/stuff/asterisk-getting-results-from-cdr-database/comment-page-1#comment-145</link>
		<dc:creator>Kapila</dc:creator>
		<pubDate>Wed, 19 Aug 2009 15:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-getting-results-from-cdr-database/#comment-145</guid>
		<description>please give help on following

(1)How to create extentions for soft phones like X-lite with your system

(2)where should I create following table

CREATE TABLE `cdr` (
`calldate` datetime NOT NULL default &#039;0000-00-00 00:00:00&#039;,
`clid` varchar(80) NOT NULL default &#039;&#039;,
`src` varchar(80) NOT NULL default &#039;&#039;,
`dst` varchar(80) NOT NULL default &#039;&#039;,
`dcontext` varchar(80) NOT NULL default &#039;&#039;,
`channel` varchar(80) NOT NULL default &#039;&#039;,
`dstchannel` varchar(80) NOT NULL default &#039;&#039;,
`lastapp` varchar(80) NOT NULL default &#039;&#039;,
`lastdata` varchar(80) NOT NULL default &#039;&#039;,
`duration` int(11) NOT NULL default &#039;0&#039;,
`billsec` int(11) NOT NULL default &#039;0&#039;,
`disposition` varchar(45) NOT NULL default &#039;&#039;,
`amaflags` int(11) NOT NULL default &#039;0&#039;,
`accountcode` varchar(20) NOT NULL default &#039;&#039;,
`userfield` varchar(255) NOT NULL default &#039;&#039;,
`uniqueid` varchar(100) NOT NULL default &#039;&#039;
);

ALTER TABLE `cdr` ADD INDEX ( `calldate` );
ALTER TABLE `cdr` ADD INDEX ( `dst` );
ALTER TABLE `cdr` ADD INDEX ( `accountcode` );

Now just reload Asterisk from the Asterisk Cli:

reload</description>
		<content:encoded><![CDATA[<p>please give help on following</p>
<p>(1)How to create extentions for soft phones like X-lite with your system</p>
<p>(2)where should I create following table</p>
<p>CREATE TABLE `cdr` (<br />
`calldate` datetime NOT NULL default &#8217;0000-00-00 00:00:00&#8242;,<br />
`clid` varchar(80) NOT NULL default &#8221;,<br />
`src` varchar(80) NOT NULL default &#8221;,<br />
`dst` varchar(80) NOT NULL default &#8221;,<br />
`dcontext` varchar(80) NOT NULL default &#8221;,<br />
`channel` varchar(80) NOT NULL default &#8221;,<br />
`dstchannel` varchar(80) NOT NULL default &#8221;,<br />
`lastapp` varchar(80) NOT NULL default &#8221;,<br />
`lastdata` varchar(80) NOT NULL default &#8221;,<br />
`duration` int(11) NOT NULL default &#8217;0&#8242;,<br />
`billsec` int(11) NOT NULL default &#8217;0&#8242;,<br />
`disposition` varchar(45) NOT NULL default &#8221;,<br />
`amaflags` int(11) NOT NULL default &#8217;0&#8242;,<br />
`accountcode` varchar(20) NOT NULL default &#8221;,<br />
`userfield` varchar(255) NOT NULL default &#8221;,<br />
`uniqueid` varchar(100) NOT NULL default &#8221;<br />
);</p>
<p>ALTER TABLE `cdr` ADD INDEX ( `calldate` );<br />
ALTER TABLE `cdr` ADD INDEX ( `dst` );<br />
ALTER TABLE `cdr` ADD INDEX ( `accountcode` );</p>
<p>Now just reload Asterisk from the Asterisk Cli:</p>
<p>reload</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kapila</title>
		<link>http://bahjons.com/stuff/asterisk-getting-results-from-cdr-database/comment-page-1#comment-144</link>
		<dc:creator>kapila</dc:creator>
		<pubDate>Tue, 18 Aug 2009 05:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-getting-results-from-cdr-database/#comment-144</guid>
		<description>(1) How to download and install Cent OS 4.0.is it alpha/i386/ia64 or what

(2)does your artical supports cent OS 5.1 or later

(3)How to setup soft phones(like X-lite) with this asterisk system I want know about creating extentions for soft phones as well

thanks

regards

kapila-from Srilanka</description>
		<content:encoded><![CDATA[<p>(1) How to download and install Cent OS 4.0.is it alpha/i386/ia64 or what</p>
<p>(2)does your artical supports cent OS 5.1 or later</p>
<p>(3)How to setup soft phones(like X-lite) with this asterisk system I want know about creating extentions for soft phones as well</p>
<p>thanks</p>
<p>regards</p>
<p>kapila-from Srilanka</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kapila</title>
		<link>http://bahjons.com/stuff/asterisk-getting-results-from-cdr-database/comment-page-1#comment-143</link>
		<dc:creator>Kapila</dc:creator>
		<pubDate>Thu, 13 Aug 2009 15:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://hostseries.com/asterisk-getting-results-from-cdr-database/#comment-143</guid>
		<description>This is very useful.But I run my asterisk@home in non GUI and I want access this AAH&#039;s CDR from other networked computer  and display the details there.What are the things I should change?in Config.php





Are there more additional changes</description>
		<content:encoded><![CDATA[<p>This is very useful.But I run my asterisk@home in non GUI and I want access this AAH&#8217;s CDR from other networked computer  and display the details there.What are the things I should change?in Config.php</p>
<p>Are there more additional changes</p>
]]></content:encoded>
	</item>
</channel>
</rss>
