<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Save Lono</title>
	<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>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />

	<item>
		<title>Agent Auto log-off script for Asterisk</title>
		<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>
		<link>http://www.savelono.com/scripts/2246.html</link>
			</item>
	<item>
		<title>Ping Test script</title>
		<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>
		<link>http://www.savelono.com/linux/ping-test-script.html</link>
			</item>
	<item>
		<title>How to Start Cinnamon desktop from Run Level Three on Fedora 16</title>
		<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>
		<link>http://www.savelono.com/linux/how-to-start-cinnamon-desktop-from-run-level-three-on-fedora-16.html</link>
			</item>
	<item>
		<title>Fedora 14 PHP daemon error</title>
		<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>
		<link>http://www.savelono.com/linux/uncategorized/fedora-14-php-daemon-error.html</link>
			</item>
	<item>
		<title>Asterisk: Holiday Macro</title>
		<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>
		<link>http://www.savelono.com/asterisk/asterisk-holiday-macro.html</link>
			</item>
	<item>
		<title>Fox News commentator contends Anonymous is, &#8220;major organizers of the Occupy Wall Street protests&#8221;</title>
		<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>
		<link>http://www.savelono.com/news/fox-news-commentator-contends-anonymous-major-organizers-of-the-occupy-wall-street-protests.html</link>
			</item>
	<item>
		<title>Asterisk: How to setup Agent Status on Polycom Idle Display</title>
		<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>
		<link>http://www.savelono.com/scripts/asterisk-how-to-setup-agent-status-on-polycom-idle-display.html</link>
			</item>
	<item>
		<title>Asterisk: How to Install Queuemetrics and Qloader</title>
		<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>
		<link>http://www.savelono.com/linux/asterisk-post/asterisk-how-to-install-queuemetrics-and-qloader.html</link>
			</item>
	<item>
		<title>AT&amp;T takes Billions from US Tax Payers while Imposing Download Caps</title>
		<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>
		<link>http://www.savelono.com/linux/uncategorized/att-takes-billions-from-us-tax-payers-while-imposing-download-caps.html</link>
			</item>
	<item>
		<title>BASH script to logout Dynamic Agents</title>
		<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>
		<link>http://www.savelono.com/linux/bash-script-to-logout-dynamic-agents.html</link>
			</item>
</channel>
</rss>
