<?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>Save Lono</title>
	<atom:link href="http://www.savelono.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.savelono.com</link>
	<description>Linux Stuff,  IT News, and Open Source Software</description>
	<lastBuildDate>Tue, 04 Dec 2012 21:21:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Agent Auto log-off script for Asterisk</title>
		<link>http://www.savelono.com/scripts/2246.html</link>
		<comments>http://www.savelono.com/scripts/2246.html#comments</comments>
		<pubDate>Thu, 28 Jun 2012 23:43:36 +0000</pubDate>
		<dc:creator>mattb</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[log off script]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.savelono.com/?p=2246</guid>
		<description><![CDATA[Many times an Agent will forget to logoff. This can cause call routing, payroll, and queue statistic problems with Asterisk. With a handy BASH script it is easy to log all the agents out the queues automatically. Below is the shell script and an example of the crontab entry for execution at 6:00 PM every [...]]]></description>
		<wfw:commentRss>http://www.savelono.com/scripts/2246.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ping Test script</title>
		<link>http://www.savelono.com/linux/ping-test-script.html</link>
		<comments>http://www.savelono.com/linux/ping-test-script.html#comments</comments>
		<pubDate>Mon, 25 Jun 2012 18:15:31 +0000</pubDate>
		<dc:creator>mattb</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Asterisk  Post]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[nohup]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[SIP]]></category>

		<guid isPermaLink="false">http://www.savelono.com/?p=2237</guid>
		<description><![CDATA[The script below records a ping results every 3 seconds to /var/log/ping.log.  I created this script to detemine if my NIC is losing conectivity with switch at the same time as Asterisk SIP peers are lagging out.  Enjoy! ping-test.sh: eample using 'nohup' to run in background: &#160;]]></description>
		<wfw:commentRss>http://www.savelono.com/linux/ping-test-script.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Start Cinnamon desktop from Run Level Three on Fedora 16</title>
		<link>http://www.savelono.com/linux/how-to-start-cinnamon-desktop-from-run-level-three-on-fedora-16.html</link>
		<comments>http://www.savelono.com/linux/how-to-start-cinnamon-desktop-from-run-level-three-on-fedora-16.html#comments</comments>
		<pubDate>Thu, 22 Mar 2012 07:44:04 +0000</pubDate>
		<dc:creator>mattb</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Cinnamon]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Fedora 16]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[GNOME 3]]></category>
		<category><![CDATA[run level 3]]></category>
		<category><![CDATA[startx]]></category>
		<category><![CDATA[xinitrc]]></category>

		<guid isPermaLink="false">http://www.savelono.com/?p=2202</guid>
		<description><![CDATA[The default UI on Gnome 3 is Bad.  Everyone knows it.  I&#8217;ve been running Fedora 14 for what seems like years, hoping that one day the Gnome development team pulls their heads out of their collective asses and restores a simple, low impact interface.  Instead, as of Fedora 16,  I still see these gigantic window title bars, [...]]]></description>
		<wfw:commentRss>http://www.savelono.com/linux/how-to-start-cinnamon-desktop-from-run-level-three-on-fedora-16.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 14 PHP daemon error</title>
		<link>http://www.savelono.com/linux/uncategorized/fedora-14-php-daemon-error.html</link>
		<comments>http://www.savelono.com/linux/uncategorized/fedora-14-php-daemon-error.html#comments</comments>
		<pubDate>Sat, 04 Feb 2012 22:42:26 +0000</pubDate>
		<dc:creator>mattb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.savelono.com/?p=2188</guid>
		<description><![CDATA[I&#8217;m using PHP to create a daemon(system process) that listens for request to dial outbound calls from a Asterisk based dialer.  Before I even got started I got the following error: Many websites suggest recompiling PHP or installing &#8216;php-posix&#8217;, which isn&#8217;t in the Fedora repo. After some searching I found that &#8216;php-posix&#8217; is part of [...]]]></description>
		<wfw:commentRss>http://www.savelono.com/linux/uncategorized/fedora-14-php-daemon-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk: Holiday Macro</title>
		<link>http://www.savelono.com/asterisk/asterisk-holiday-macro.html</link>
		<comments>http://www.savelono.com/asterisk/asterisk-holiday-macro.html#comments</comments>
		<pubDate>Fri, 09 Dec 2011 08:22:52 +0000</pubDate>
		<dc:creator>mattb</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[extensions.conf]]></category>
		<category><![CDATA[holiday check]]></category>
		<category><![CDATA[holiday message]]></category>
		<category><![CDATA[macro]]></category>

		<guid isPermaLink="false">http://www.savelono.com/?p=2173</guid>
		<description><![CDATA[Below is an example of a macro that checks to see if the &#8216;holiday&#8217; menu is enabled.  I also added extension 2970, a &#8216;one touch&#8217; utility to enable/disable the holiday macro.  Remember to create a &#8216;holiday_disabled.wav&#8217; that literally says, &#8220;Holiday menu disabled&#8221;.  To rercord a message simply disable and enable the utility again.  Enjoy! &#160; [...]]]></description>
		<wfw:commentRss>http://www.savelono.com/asterisk/asterisk-holiday-macro.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fox News commentator contends Anonymous is, &#8220;major organizers of the Occupy Wall Street protests&#8221;</title>
		<link>http://www.savelono.com/news/fox-news-commentator-contends-anonymous-major-organizers-of-the-occupy-wall-street-protests.html</link>
		<comments>http://www.savelono.com/news/fox-news-commentator-contends-anonymous-major-organizers-of-the-occupy-wall-street-protests.html#comments</comments>
		<pubDate>Wed, 09 Nov 2011 23:35:24 +0000</pubDate>
		<dc:creator>mattb</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[cost of living increases]]></category>
		<category><![CDATA[fox news]]></category>
		<category><![CDATA[foxnews com]]></category>
		<category><![CDATA[gainor]]></category>
		<category><![CDATA[joe public]]></category>
		<category><![CDATA[Occupy Wallstreet]]></category>

		<guid isPermaLink="false">http://www.savelono.com/?p=2160</guid>
		<description><![CDATA[I know Fox News says and writes some nutty stuff, but this article I read  today takes the cake.  Contributer Dan Gainor writes about the poor defensless police of America being cyber bullied by &#8216;liberal protesters&#8217;. http://www.foxnews.com/opinion/2011/11/04/wheres-outrage-over-occupy-protesters-high-tech-intimidation-police/?intcmp=obnetwork He blames Anonmous(the online hacktivist group) for largely being responsible for the &#8216;Occupy Wallstreet&#8217; movement. What?  Are you [...]]]></description>
		<wfw:commentRss>http://www.savelono.com/news/fox-news-commentator-contends-anonymous-major-organizers-of-the-occupy-wall-street-protests.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk: How to setup Agent Status on Polycom Idle Display</title>
		<link>http://www.savelono.com/scripts/asterisk-how-to-setup-agent-status-on-polycom-idle-display.html</link>
		<comments>http://www.savelono.com/scripts/asterisk-how-to-setup-agent-status-on-polycom-idle-display.html#comments</comments>
		<pubDate>Thu, 03 Nov 2011 08:53:13 +0000</pubDate>
		<dc:creator>mattb</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[AddQueueMember]]></category>
		<category><![CDATA[idle display]]></category>
		<category><![CDATA[Polycom]]></category>
		<category><![CDATA[Queue]]></category>

		<guid isPermaLink="false">http://www.savelono.com/?p=2085</guid>
		<description><![CDATA[&#160; This tutorial describes how to configure the idle display screens on Polycom phones to subscribe to a XHTML file that reads their Agent status from Asterisk.  When the phone is not in active use it displays the web page. My tutorial has three components.  A specific Polycom option(found in sip.cfg) added to the configuration [...]]]></description>
		<wfw:commentRss>http://www.savelono.com/scripts/asterisk-how-to-setup-agent-status-on-polycom-idle-display.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk: How to Install Queuemetrics and Qloader</title>
		<link>http://www.savelono.com/linux/asterisk-post/asterisk-how-to-install-queuemetrics-and-qloader.html</link>
		<comments>http://www.savelono.com/linux/asterisk-post/asterisk-how-to-install-queuemetrics-and-qloader.html#comments</comments>
		<pubDate>Mon, 17 Oct 2011 01:08:34 +0000</pubDate>
		<dc:creator>mattb</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Asterisk  Post]]></category>
		<category><![CDATA[call center software]]></category>
		<category><![CDATA[Qloader]]></category>
		<category><![CDATA[qloaderd]]></category>
		<category><![CDATA[queuemetrics]]></category>

		<guid isPermaLink="false">http://www.savelono.com/?p=2019</guid>
		<description><![CDATA[Queuemetrics is by far the best Call Center software Linux.  My only complaint might be that Java is huge resource hog when it parses the Asterisk. &#8216;/var/log/asterisk/queue_log&#8217;.  Luckily Loway provides an excellent PERL script called Qloader. Today we will walk through installing Queuemeteics,MySQL,and Qloader daemon. My installation instructions are basically a quick rundown of the excellent infomation [...]]]></description>
		<wfw:commentRss>http://www.savelono.com/linux/asterisk-post/asterisk-how-to-install-queuemetrics-and-qloader.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AT&amp;T takes Billions from US Tax Payers while Imposing Download Caps</title>
		<link>http://www.savelono.com/linux/uncategorized/att-takes-billions-from-us-tax-payers-while-imposing-download-caps.html</link>
		<comments>http://www.savelono.com/linux/uncategorized/att-takes-billions-from-us-tax-payers-while-imposing-download-caps.html#comments</comments>
		<pubDate>Mon, 18 Jul 2011 01:18:26 +0000</pubDate>
		<dc:creator>mattb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[american tax payer]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[MPAA]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[universal service fund]]></category>

		<guid isPermaLink="false">http://www.savelono.com/?p=1999</guid>
		<description><![CDATA[For AT&#38;T it&#8217;s another day, another dollar&#8230;  or rather billions of dollars. Your&#8217;s, collected from taxes and deficit spending.  I read a article on cnet about AT&#38;T&#8217;s justification of &#8216;download usage caps&#8217;.  AT&#38;T General Counsel Wayne Watts reasoned the need for caps like this,  &#8220;It is hardly surprising that the general counsel of Netflix, a company [...]]]></description>
		<wfw:commentRss>http://www.savelono.com/linux/uncategorized/att-takes-billions-from-us-tax-payers-while-imposing-download-caps.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH script to logout Dynamic Agents</title>
		<link>http://www.savelono.com/linux/bash-script-to-logout-dynamic-agents.html</link>
		<comments>http://www.savelono.com/linux/bash-script-to-logout-dynamic-agents.html#comments</comments>
		<pubDate>Sun, 03 Jul 2011 10:49:19 +0000</pubDate>
		<dc:creator>mattb</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Asterisk  Post]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[agent-auto-loggof.script]]></category>
		<category><![CDATA[auto login]]></category>
		<category><![CDATA[auto logoff]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Dynamic Agent]]></category>

		<guid isPermaLink="false">http://www.savelono.com/?p=1980</guid>
		<description><![CDATA[This is a simple script for logging out Dynamic Agents in Asterisk.  The most common use would be to logout Agents automatically each day in case they forget or are on PAUSE.  Edit the &#8220;LOGGEDIN&#8221; variable below to match the correct length of digits.  By default it is three,  &#8217;SIP/&#8230;&#8217;. You can add as many or [...]]]></description>
		<wfw:commentRss>http://www.savelono.com/linux/bash-script-to-logout-dynamic-agents.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
