<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>GRMTECH Blog</title>
	
	<link>http://www.grmtech.com/blog</link>
	<description>Innovative Minds at Work</description>
	<lastBuildDate>Thu, 08 Oct 2009 23:48:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Grmtech" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="grmtech" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><image><link>http://www.grmtech.com/blog/</link><url>http://feeds.feedburner.com/~fc/Grmtech?bg=99CCFF&amp;amp;fg=444444&amp;amp;anim=0</url><title>GRMTECH BLOG</title></image><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">Grmtech</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Sysadmin Department At A Glance</title>
		<link>http://www.grmtech.com/blog/sysadmin-department-at-a-glance/</link>
		<comments>http://www.grmtech.com/blog/sysadmin-department-at-a-glance/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 23:31:11 +0000</pubDate>
		<dc:creator>Raja Gupta</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.grmtech.com/blog/?p=1013</guid>
		<description><![CDATA[Introducing&#8230;
The new monitoring system in the Sys Admin Department. Four consecutive monitors with the advance monitoring tools are fully loaded to provide the best monitoring service to the tech team. The monitoring system includes-
1. Smokeping Network Analyzer tool that monitors the VOIP Phones, Workstations, Network Switches and the Internet Sharing Servers and represent the analysis [...]]]></description>
			<content:encoded><![CDATA[
<a href='http://www.grmtech.com/blog/sysadmin-department-at-a-glance/img_3904/' title='The new sysadmin monitoring system 1'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/10/img_3904-150x150.jpg" class="attachment-thumbnail" alt="" title="The new sysadmin monitoring system 1" /></a>
<a href='http://www.grmtech.com/blog/sysadmin-department-at-a-glance/img_3909/' title='img_3909'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/10/img_3909-150x150.jpg" class="attachment-thumbnail" alt="" title="img_3909" /></a>

<p>Introducing&#8230;</p>
<p>The new monitoring system in the Sys Admin Department. Four consecutive monitors with the advance monitoring tools are fully loaded to provide the best monitoring service to the tech team. The monitoring system includes-</p>
<p>1. Smokeping Network Analyzer tool that monitors the VOIP Phones, Workstations, Network Switches and the Internet Sharing Servers and represent the analysis graph.</p>
<p>2. Realtime monitoring graph that reflects the internet connectivity and consumption of all the ISS.</p>
<p>3. Realtime Call Monitor that shows the number of incoming live calls along with the Agent as well as Group Statistics and</p>
<p>4.  Finally the Zabbix  Monitor that   keeps an eye at the whole galaxy of servers and websites of our company all the time and informs the current status of the clients connected to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grmtech.com/blog/sysadmin-department-at-a-glance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually start asterisk using asterisk user</title>
		<link>http://www.grmtech.com/blog/manually-start-asterisk-using-asterisk-user/</link>
		<comments>http://www.grmtech.com/blog/manually-start-asterisk-using-asterisk-user/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 12:35:09 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[asterisk]]></category>

		<guid isPermaLink="false">http://www.grmtech.com/blog/?p=1004</guid>
		<description><![CDATA[Generally we configure asterisk to auto run on system start up. There may be situations when we may be required to run asterisk manually like when asterisk is overloaded or when asterisk is down for some maintenance. 
If so happens, always start asterisk from asterisk user:-

#su asterisk
#asterisk 
We should not use any custom user and [...]]]></description>
			<content:encoded><![CDATA[<p>Generally we configure asterisk to auto run on system start up. There may be situations when we may be required to run asterisk manually like when asterisk is overloaded or when asterisk is down for some maintenance. </p>
<p>If so happens, always start asterisk from asterisk user:-</p>
<p><code><br />
#su asterisk<br />
#asterisk </code></p>
<p>We should not use any custom user and of course not &#8220;root&#8221; user. If we start asterisk as any non-asterisk user, various functionalities may be affected like our custom applications may not get permissions to execute asteisk cli commands. </p>
<p>For ex. If we run asterisk as root, then php apps running via apache, when execute asterisk cli commands, get following error:-<br />
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)</p>
<p>Run this command<br />
<code>#ls -l /var/run/asterisk/asterisk.ctl<br />
srwxr-xr-x 1 root root 0 Aug  3 04:55 /var/run/asterisk/asterisk.ctl</code></p>
<p>As shown in the above result, non root users have no write permission.</p>
<p>Hence stop the asterisk using following command:-<br />
<code>#asterisk -rx "stop gracefully"</code><br />
When asterisk will stop, use above mentioned process of starting asterisk as asterisk user.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grmtech.com/blog/manually-start-asterisk-using-asterisk-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto update call recording settings to all extensions in asterisk-freepbx</title>
		<link>http://www.grmtech.com/blog/auto-update-call-recording-settings-to-all-extensions-in-asterisk-freepbx/</link>
		<comments>http://www.grmtech.com/blog/auto-update-call-recording-settings-to-all-extensions-in-asterisk-freepbx/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 11:47:47 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[call recording]]></category>
		<category><![CDATA[freepbx]]></category>

		<guid isPermaLink="false">http://www.grmtech.com/blog/?p=989</guid>
		<description><![CDATA[I have 150 extensions in my asterisk-freepbx setup, which are broadly divided into following two classes :-

 Record Incoming Call On Demand. Record Outgoing Call On Demand
Extensions in this class:  8001, 8002, 8003, 8004, 8005 (total 5 in number)
Record All Incoming Call. Record All Outgoing Call
Extensions in this class:  9001, 9002, &#8230; , 9145 (total [...]]]></description>
			<content:encoded><![CDATA[<p>I have 150 extensions in my asterisk-freepbx setup, which are broadly divided into following two classes :-</p>
<ol>
<li> <strong>Record Incoming Call On Demand. Record Outgoing Call On Demand</strong><br />
Extensions in this class:  8001, 8002, 8003, 8004, 8005 (total 5 in number)</li>
<li><strong>Record All Incoming Call. Record All Outgoing Call</strong><br />
Extensions in this class:  9001, 9002, &#8230; , 9145 (total 145 in number)</li>
</ol>
<p>To avoid manual configuration of each extension, I had taken following steps:-</p>
<ol>
<li> Execute following queries on asterisk database (mysql):<br /><code>UPDATE asterisk.users SET recording='out=Adhoc|in=Adhoc' WHERE extension IN (8001, 8002, 8003, 8004, 8005)<br />
UPDATE asterisk.users SET recording='out=Always|in=Always' WHERE extension &gt;= 9001 AND extension &lt;= 9145</code></p>
<p>The above queries updates the recording setting for extensions in database. The effect for extension 8001 may be seen at http://Your-Asterisk-Freepbx-Server-Domain-Name/admin/config.php?type=setup&amp;display=extensions&amp;extdisplay=8001</li>
<li>Open each extension page and press the submit button. Finally click &#8220;Apply Configuration Changes&#8221; so that the changes may be propagated in running asterisk server </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.grmtech.com/blog/auto-update-call-recording-settings-to-all-extensions-in-asterisk-freepbx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GRMTECH’s 7th Foundation Day</title>
		<link>http://www.grmtech.com/blog/grmtech-7th-foundation-day/</link>
		<comments>http://www.grmtech.com/blog/grmtech-7th-foundation-day/#comments</comments>
		<pubDate>Wed, 20 May 2009 04:57:10 +0000</pubDate>
		<dc:creator>smita</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.grmtech.com/blog/?p=970</guid>
		<description><![CDATA[We celebrated our 7th Foundation day today. We played some fun games and it was a real eventful evening.






Cake
7th Foundation Day Canvas








]]></description>
			<content:encoded><![CDATA[<p>We celebrated our 7th Foundation day today. We played some fun games and it was a real eventful evening.</p>
<table width="100%" border="0">
<tr>
<td><a href="http://www.grmtech.com/blog/wp-content/uploads/2009/05/picture-002.jpg"><img src="http://www.grmtech.com/blog/wp-content/uploads/2009/05/picture-002.jpg" height="170" width="270"/></a></td>
<td><a href="http://www.grmtech.com/blog/wp-content/uploads/2009/05/grmtech-canvas.gif"><img src="http://www.grmtech.com/blog/wp-content/uploads/2009/05/grmtech-canvas.gif"  height="170" width="270"/></a></td>
<tr>
<tr>
<td>Cake</td>
<td>7th Foundation Day Canvas</td>
<tr>
<tr>
<td><a href="http://www.grmtech.com/blog/wp-content/uploads/2009/05/picture-008.jpg"><img src="http://www.grmtech.com/blog/wp-content/uploads/2009/05/picture-008.jpg"  height="170" width="270"/></a></td>
<td><a href="http://www.grmtech.com/blog/wp-content/uploads/2009/05/picture-006.jpg"><img src="http://www.grmtech.com/blog/wp-content/uploads/2009/05/picture-006.jpg"  height="170" width="270"/></a></td>
<tr>
</table>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/nVq9qWmM8Go&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nVq9qWmM8Go&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/h-4-42JkxNI&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/h-4-42JkxNI&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grmtech.com/blog/grmtech-7th-foundation-day/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Kaizen at work at co.grmtech</title>
		<link>http://www.grmtech.com/blog/kaizen-at-work-at-cogrmtech/</link>
		<comments>http://www.grmtech.com/blog/kaizen-at-work-at-cogrmtech/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 04:46:12 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.grmtech.com/blog/?p=884</guid>
		<description><![CDATA[At the datacenter the &#8220;IP KVM Virtual USB drive&#8221; wire was black and so were the power cables going into each of the servers.
We replaced the black wire with a red wire.
Now when we call remote hands to put the red wire labeled &#8220;IP KVM Virtual USB drive&#8221; to the USB port on one of [...]]]></description>
			<content:encoded><![CDATA[
<a href='http://www.grmtech.com/blog/kaizen-at-work-at-cogrmtech/picture-042/' title='picture-042'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/03/picture-042-150x150.jpg" class="attachment-thumbnail" alt="" title="picture-042" /></a>
<a href='http://www.grmtech.com/blog/kaizen-at-work-at-cogrmtech/picture-045/' title='picture-045'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/03/picture-045-150x150.jpg" class="attachment-thumbnail" alt="" title="picture-045" /></a>

<p>At the datacenter the &#8220;IP KVM Virtual USB drive&#8221; wire was black and so were the power cables going into each of the servers.</p>
<p>We replaced the black wire with a red wire.</p>
<p>Now when we call remote hands to put the red wire labeled &#8220;IP KVM Virtual USB drive&#8221; to the USB port on one of the servers it would be so much easier,</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grmtech.com/blog/kaizen-at-work-at-cogrmtech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better cable organization at ao.grmtech workstations</title>
		<link>http://www.grmtech.com/blog/better-cable-organization-at-aogrmtech-workstations/</link>
		<comments>http://www.grmtech.com/blog/better-cable-organization-at-aogrmtech-workstations/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 18:53:57 +0000</pubDate>
		<dc:creator>Raja Gupta</dc:creator>
				<category><![CDATA[GRMTECH]]></category>

		<guid isPermaLink="false">http://www.grmtech.com/blog/?p=736</guid>
		<description><![CDATA[&#160;
&#160;
&#160;
The cables have been organized using &#8220;Velcro tie wrap&#8221; to avoid tampering of the cables accidentally.
]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

<a href='http://www.grmtech.com/blog/better-cable-organization-at-aogrmtech-workstations/img_0108/' title='ws 5'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/03/img_0108-150x150.jpg" class="attachment-thumbnail" alt="ws 5" title="ws 5" /></a>
<a href='http://www.grmtech.com/blog/better-cable-organization-at-aogrmtech-workstations/picture-0011-2/' title='ws 19'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/03/picture-0011-150x150.jpg" class="attachment-thumbnail" alt="ws 19" title="ws 19" /></a>
<a href='http://www.grmtech.com/blog/better-cable-organization-at-aogrmtech-workstations/picture-002-2/' title='ws 20'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/03/picture-002-150x150.jpg" class="attachment-thumbnail" alt="ws 20" title="ws 20" /></a>
<a href='http://www.grmtech.com/blog/better-cable-organization-at-aogrmtech-workstations/picture/' title='ws 31'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/03/picture-150x150.jpg" class="attachment-thumbnail" alt="ws 31" title="ws 31" /></a>
<a href='http://www.grmtech.com/blog/better-cable-organization-at-aogrmtech-workstations/picture1/' title='ws 60'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/03/picture1-150x150.jpg" class="attachment-thumbnail" alt="ws 60" title="ws 60" /></a>

<p style="text-align: left;">The cables have been organized using &#8220;Velcro tie wrap&#8221; to avoid tampering of the cables accidentally.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grmtech.com/blog/better-cable-organization-at-aogrmtech-workstations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real time network bandwidth monitoring at grmtech</title>
		<link>http://www.grmtech.com/blog/real-time-network-bandwidth-monitoring-at-grmtech/</link>
		<comments>http://www.grmtech.com/blog/real-time-network-bandwidth-monitoring-at-grmtech/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 10:10:33 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.grmtech.com/blog/?p=715</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.grmtech.com/blog/wp-content/uploads/2009/02/realtimenetworkgraph.jpg"><img class="alignnone size-large wp-image-716" title="realtimenetworkgraph" src="http://www.grmtech.com/blog/wp-content/uploads/2009/02/realtimenetworkgraph-1024x640.jpg" alt="realtimenetworkgraph" width="630" height="630" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grmtech.com/blog/real-time-network-bandwidth-monitoring-at-grmtech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New server in Chicago for the east coast traffic</title>
		<link>http://www.grmtech.com/blog/new-server-in-chicago-for-the-east-coast-traffic/</link>
		<comments>http://www.grmtech.com/blog/new-server-in-chicago-for-the-east-coast-traffic/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 18:47:21 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.grmtech.com/blog/?p=704</guid>
		<description><![CDATA[On this server the operating system is installed on the 8GB compact flash card. So that the 10 hard drives of 1 TB each can be dedicated just to store the data in Raid1 and LVM on top of it.
Some of the things we are doing to install the OS on the flash card:
1. /var [...]]]></description>
			<content:encoded><![CDATA[
<a href='http://www.grmtech.com/blog/new-server-in-chicago-for-the-east-coast-traffic/serverfromthefront/' title='serverfromthefront'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/02/serverfromthefront-150x150.jpg" class="attachment-thumbnail" alt="" title="serverfromthefront" /></a>
<a href='http://www.grmtech.com/blog/new-server-in-chicago-for-the-east-coast-traffic/serverfromtheback/' title='serverfromtheback'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/02/serverfromtheback-150x150.jpg" class="attachment-thumbnail" alt="" title="serverfromtheback" /></a>
<a href='http://www.grmtech.com/blog/new-server-in-chicago-for-the-east-coast-traffic/flashcardfortheos/' title='flashcardfortheos'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/02/flashcardfortheos-150x150.jpg" class="attachment-thumbnail" alt="" title="flashcardfortheos" /></a>
<a href='http://www.grmtech.com/blog/new-server-in-chicago-for-the-east-coast-traffic/flashcardfortheos2/' title='flashcardfortheos2'><img width="150" height="150" src="http://www.grmtech.com/blog/wp-content/uploads/2009/02/flashcardfortheos2-150x150.jpg" class="attachment-thumbnail" alt="" title="flashcardfortheos2" /></a>

<p>On this server the operating system is installed on the 8GB compact flash card. So that the 10 hard drives of 1 TB each can be dedicated just to store the data in Raid1 and LVM on top of it.</p>
<p>Some of the things we are doing to install the OS on the flash card:<br />
1. /var will be on the hard disk.<br />
2. noatime for each of the partitions mounted on the flash card.</p>
<p>This article helped us quite a lot in optimizing our OS installation for the flash card:<br />
<a href="http://deepgeek.us/running-linux-of-compact-flash">http://deepgeek.us/running-linux-of-compact-flash</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grmtech.com/blog/new-server-in-chicago-for-the-east-coast-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If only I was given the right to lead this place then this place would run so much better</title>
		<link>http://www.grmtech.com/blog/if-only-i-was-given-the-right-to-lead-this-place-then-this-place-would-run-so-much-better/</link>
		<comments>http://www.grmtech.com/blog/if-only-i-was-given-the-right-to-lead-this-place-then-this-place-would-run-so-much-better/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 17:02:40 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.grmtech.com/blog/?p=700</guid>
		<description><![CDATA[Its surprising how many of us think this.
This is a must read for all grmtech colleagues:
http://www.fonality.com/blog/leadership-never-given-its-taken
]]></description>
			<content:encoded><![CDATA[<p>Its surprising how many of us think this.</p>
<p>This is a must read for all grmtech colleagues:</p>
<p><a href="http://www.fonality.com/blog/leadership-never-given-its-taken">http://www.fonality.com/blog/leadership-never-given-its-taken</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grmtech.com/blog/if-only-i-was-given-the-right-to-lead-this-place-then-this-place-would-run-so-much-better/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open display station at ao.grmtech</title>
		<link>http://www.grmtech.com/blog/display-station/</link>
		<comments>http://www.grmtech.com/blog/display-station/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 07:18:48 +0000</pubDate>
		<dc:creator>prabhat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.grmtech.com/blog/?p=686</guid>
		<description />
			<content:encoded><![CDATA[<p><img src="http://www.grmtech.com/blog/wp-content/uploads/2009/02/1displaystation-300x225.jpg" alt="1displaystation" width="300" height="225" class="aligncenter size-medium wp-image-683" /><img src="http://www.grmtech.com/blog/wp-content/uploads/2009/02/a1displaystation-300x225.jpg" alt="a1displaystation" width="280" height="225" class="size-medium wp-image-684" />[caption id="attachment_685" align="alignright" width="280" ]<img src="http://www.grmtech.com/blog/wp-content/uploads/2009/02/b1displaystation-300x225.jpg" alt="b1displaystation" width="300" height="225" class="size-medium wp-image-685" />[/caption]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grmtech.com/blog/display-station/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
