<?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: Introducing Telephone Reminders for Asterisk 1.4 with Phone and Web Scheduling	</title>
	<atom:link href="https://nerdvittles.com/introducing-telephone-reminders-for-asterisk-14/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/introducing-telephone-reminders-for-asterisk-14/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Wed, 09 Dec 2015 13:05:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Matthew W		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-for-asterisk-14/comment-page-1/#comment-11253</link>

		<dc:creator><![CDATA[Matthew W]]></dc:creator>
		<pubDate>Fri, 04 Jun 2010 19:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=206#comment-11253</guid>

					<description><![CDATA[I can&#039;t find the specifics on the license for this software.  Is it under GPL, or other?  Is it prohibited from being used in commercial environment?  (I realize that there are modifications most likely needed to comply with new regulations and the latest version of asterisk)

&lt;i&gt;WM: Use it or modify it as you see fit. Just don&#039;t sell it.&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t find the specifics on the license for this software.  Is it under GPL, or other?  Is it prohibited from being used in commercial environment?  (I realize that there are modifications most likely needed to comply with new regulations and the latest version of asterisk)</p>
<p><i>WM: Use it or modify it as you see fit. Just don&#8217;t sell it.</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dave Burgess		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-for-asterisk-14/comment-page-1/#comment-3372</link>

		<dc:creator><![CDATA[Dave Burgess]]></dc:creator>
		<pubDate>Sat, 24 May 2008 17:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=206#comment-3372</guid>

					<description><![CDATA[Got the software working in Trixbox on the first try.  I had previously installed flite, so it was a seamless upgrade, after I modified the script to use flite instead of the default.]]></description>
			<content:encoded><![CDATA[<p>Got the software working in Trixbox on the first try.  I had previously installed flite, so it was a seamless upgrade, after I modified the script to use flite instead of the default.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric Weaver		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-for-asterisk-14/comment-page-1/#comment-3308</link>

		<dc:creator><![CDATA[Eric Weaver]]></dc:creator>
		<pubDate>Sat, 26 Apr 2008 03:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=206#comment-3308</guid>

					<description><![CDATA[Ward,

Here is an idea: How about if it could play a .wav file such as reveille in the mornings?

You are probably already working on it....]]></description>
			<content:encoded><![CDATA[<p>Ward,</p>
<p>Here is an idea: How about if it could play a .wav file such as reveille in the mornings?</p>
<p>You are probably already working on it&#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rafael Cortes		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-for-asterisk-14/comment-page-1/#comment-3217</link>

		<dc:creator><![CDATA[Rafael Cortes]]></dc:creator>
		<pubDate>Sun, 23 Mar 2008 19:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=206#comment-3217</guid>

					<description><![CDATA[Suggestion, if you use PIN SETS you may change the 3rd line in: 
exten =&gt; 123,1,Answer
exten =&gt; 123,2,Wait(1)
exten =&gt; 123,3,Authenticate(12345678)
exten =&gt; 123,4,Goto(reminder,s,1)

for: exten =&gt; 123,3,Macro(pinsets,1,0)

You may substitute the one after &#039;(pinsets,1&#039; with the number of the pinset you want to use.]]></description>
			<content:encoded><![CDATA[<p>Suggestion, if you use PIN SETS you may change the 3rd line in:<br />
exten => 123,1,Answer<br />
exten => 123,2,Wait(1)<br />
exten => 123,3,Authenticate(12345678)<br />
exten => 123,4,Goto(reminder,s,1)</p>
<p>for: exten => 123,3,Macro(pinsets,1,0)</p>
<p>You may substitute the one after &#8216;(pinsets,1&#8217; with the number of the pinset you want to use.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rafael Cortes		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-for-asterisk-14/comment-page-1/#comment-3199</link>

		<dc:creator><![CDATA[Rafael Cortes]]></dc:creator>
		<pubDate>Wed, 12 Mar 2008 20:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=206#comment-3199</guid>

					<description><![CDATA[Ward, this works great in PiaF, obviously, but I have yet to try it on our old box, does it work with Asterisk 1.2.26???

Thanks as usual for everything!

&lt;i&gt;[WM: Depends how old... more recent versions of Asterisk 1.2 should support all the commands reliably. Only one way to find out.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Ward, this works great in PiaF, obviously, but I have yet to try it on our old box, does it work with Asterisk 1.2.26???</p>
<p>Thanks as usual for everything!</p>
<p><i>[WM: Depends how old&#8230; more recent versions of Asterisk 1.2 should support all the commands reliably. Only one way to find out.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rob		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-for-asterisk-14/comment-page-1/#comment-3171</link>

		<dc:creator><![CDATA[Rob]]></dc:creator>
		<pubDate>Thu, 28 Feb 2008 21:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=206#comment-3171</guid>

					<description><![CDATA[Great job. Had it up and going in 22 seconds. Will you be adding telleyapper in the same manner.

&lt;i&gt;[WM: You bet.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Great job. Had it up and going in 22 seconds. Will you be adding telleyapper in the same manner.</p>
<p><i>[WM: You bet.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom Schmitt		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-for-asterisk-14/comment-page-1/#comment-3169</link>

		<dc:creator><![CDATA[Tom Schmitt]]></dc:creator>
		<pubDate>Tue, 26 Feb 2008 16:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=206#comment-3169</guid>

					<description><![CDATA[Thanks Ward, the new feature works just fine!
Have fun in the class.
Tom Schmitt (TomS)]]></description>
			<content:encoded><![CDATA[<p>Thanks Ward, the new feature works just fine!<br />
Have fun in the class.<br />
Tom Schmitt (TomS)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ward		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-for-asterisk-14/comment-page-1/#comment-3165</link>

		<dc:creator><![CDATA[ward]]></dc:creator>
		<pubDate>Mon, 25 Feb 2008 18:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=206#comment-3165</guid>

					<description><![CDATA[For some terrific embellishments, read what the &lt;a href=&quot;http://pbxinaflash.com/forum/showthread.php?t=478&amp;page=7&quot;&gt;PBX in a Flash Users Community&lt;/a&gt; has come up with.]]></description>
			<content:encoded><![CDATA[<p>For some terrific embellishments, read what the <a href="http://pbxinaflash.com/forum/showthread.php?t=478&#038;page=7">PBX in a Flash Users Community</a> has come up with.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom Schmitt		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-for-asterisk-14/comment-page-1/#comment-3164</link>

		<dc:creator><![CDATA[Tom Schmitt]]></dc:creator>
		<pubDate>Mon, 25 Feb 2008 18:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=206#comment-3164</guid>

					<description><![CDATA[Installed and worked the first time!
Thanks Ward wish I could be at the class.
Would it be possible to add the &#039;date &amp; time&#039; on the webpage?

&lt;i&gt;[WM: Good idea. In fact, we added the current date and time the default date and time setting when you start up the web app in ver. 4.0.2. Just backup and then replace the files in /var/www/html/reminders with the unzipped contents of &lt;a href=&quot;http://bestof.nerdvittles.com/applications/reminders4/reminders-4.0.2.zip&quot;&gt;this file&lt;/a&gt;.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Installed and worked the first time!<br />
Thanks Ward wish I could be at the class.<br />
Would it be possible to add the &#8216;date &#038; time&#8217; on the webpage?</p>
<p><i>[WM: Good idea. In fact, we added the current date and time the default date and time setting when you start up the web app in ver. 4.0.2. Just backup and then replace the files in /var/www/html/reminders with the unzipped contents of <a href="http://bestof.nerdvittles.com/applications/reminders4/reminders-4.0.2.zip">this file</a>.]</i></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
