<?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 3.0: The Free Asterisk Telephone Reminder System	</title>
	<atom:link href="https://nerdvittles.com/introducing-telephone-reminders-30-the-free-asterisk-telephone-reminder-system/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/introducing-telephone-reminders-30-the-free-asterisk-telephone-reminder-system/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Thu, 02 Jun 2011 13:53:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: ramakrishna		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-30-the-free-asterisk-telephone-reminder-system/comment-page-1/#comment-3034</link>

		<dc:creator><![CDATA[ramakrishna]]></dc:creator>
		<pubDate>Tue, 18 Dec 2007 09:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=180#comment-3034</guid>

					<description><![CDATA[Installed and configured Telephone Reminders 3.0 works fine for the same day but when it test it for weekdays by changing the sytem time it only changes filenames of .call and .gsm file at midnight but not the actual code inside the .call file..can anyone please help me out.

&lt;i&gt;[WM: All Asterisk cares about is the time stamp. Nothing inside the .call file should need to be changed. A new version 4.0 to support Asterisk 1.4 and PBX in a Flash should be released shortly.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Installed and configured Telephone Reminders 3.0 works fine for the same day but when it test it for weekdays by changing the sytem time it only changes filenames of .call and .gsm file at midnight but not the actual code inside the .call file..can anyone please help me out.</p>
<p><i>[WM: All Asterisk cares about is the time stamp. Nothing inside the .call file should need to be changed. A new version 4.0 to support Asterisk 1.4 and PBX in a Flash should be released shortly.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jmattwood		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-30-the-free-asterisk-telephone-reminder-system/comment-page-1/#comment-2820</link>

		<dc:creator><![CDATA[jmattwood]]></dc:creator>
		<pubDate>Mon, 13 Aug 2007 17:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=180#comment-2820</guid>

					<description><![CDATA[Been using your applications for ages &amp; this is one I had working on a previous incarnation of aah 2.7.

I&#039;ve had to do a re-install of aah2.7 &amp; have installed the Reminders v3, however, although any reminders scheduled for today work, future ones always fail. 

The call files for Future Reminders stay in /var/spool/asterisk/reminders and never get executed.

I have double checked the cron tab &amp; all the permissions. Where can I look now?

Thanks for your efforts, btw.

&lt;i&gt;[WM: You may need to go back to the earlier release. Just search for the old article.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Been using your applications for ages &#038; this is one I had working on a previous incarnation of aah 2.7.</p>
<p>I&#8217;ve had to do a re-install of aah2.7 &#038; have installed the Reminders v3, however, although any reminders scheduled for today work, future ones always fail. </p>
<p>The call files for Future Reminders stay in /var/spool/asterisk/reminders and never get executed.</p>
<p>I have double checked the cron tab &#038; all the permissions. Where can I look now?</p>
<p>Thanks for your efforts, btw.</p>
<p><i>[WM: You may need to go back to the earlier release. Just search for the old article.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JD Austin		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-30-the-free-asterisk-telephone-reminder-system/comment-page-1/#comment-2696</link>

		<dc:creator><![CDATA[JD Austin]]></dc:creator>
		<pubDate>Tue, 05 Jun 2007 22:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=180#comment-2696</guid>

					<description><![CDATA[Very nice Job!
I was actually going to create something like this based on the TeleYapper.  The only thing that would make it better would to be to give it a web interface to schedule reminders with existing recordings. Thank you for giving great examples to follow!
]]></description>
			<content:encoded><![CDATA[<p>Very nice Job!<br />
I was actually going to create something like this based on the TeleYapper.  The only thing that would make it better would to be to give it a web interface to schedule reminders with existing recordings. Thank you for giving great examples to follow!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Troy Carpenter		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-30-the-free-asterisk-telephone-reminder-system/comment-page-1/#comment-2695</link>

		<dc:creator><![CDATA[Troy Carpenter]]></dc:creator>
		<pubDate>Tue, 05 Jun 2007 14:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=180#comment-2695</guid>

					<description><![CDATA[I found it advantageous to use the callerID string with the local truck as well.  That way I can customize the caller name and number the way I want, and my outbound route takes care of overriding the callerID string for external calls.

That involved commenting lines 242 and 245.  Then I can set the caller ID like this:

$callerid = &quot;&quot;Reminder&quot;  &#060;*63&#062;&quot; ;]]></description>
			<content:encoded><![CDATA[<p>I found it advantageous to use the callerID string with the local truck as well.  That way I can customize the caller name and number the way I want, and my outbound route takes care of overriding the callerID string for external calls.</p>
<p>That involved commenting lines 242 and 245.  Then I can set the caller ID like this:</p>
<p>$callerid = ""Reminder"  &lt;*63&gt;" ;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sergio Cury		</title>
		<link>https://nerdvittles.com/introducing-telephone-reminders-30-the-free-asterisk-telephone-reminder-system/comment-page-1/#comment-2693</link>

		<dc:creator><![CDATA[Sergio Cury]]></dc:creator>
		<pubDate>Sun, 03 Jun 2007 01:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=180#comment-2693</guid>

					<description><![CDATA[As usual, all great stuff. One suggestion I have is integration with SugarCRM. I know is HARD work, but this way we could use it to contact customers in a doctor&#039;s office to remind them of appointments, or a roofer confirming an appointment over the phone, which the customer could confirm pressing one, something like that. All from inside SugarCRM. It&#039;s just an opinion. Don&#039;t kill me for that.....But it would be great.

&lt;i&gt;[WM: Great suggestion. All it takes is time... lots of it. Mucking around in other folks&#039; code is P-A-I-N-F-U-L.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>As usual, all great stuff. One suggestion I have is integration with SugarCRM. I know is HARD work, but this way we could use it to contact customers in a doctor&#8217;s office to remind them of appointments, or a roofer confirming an appointment over the phone, which the customer could confirm pressing one, something like that. All from inside SugarCRM. It&#8217;s just an opinion. Don&#8217;t kill me for that&#8230;..But it would be great.</p>
<p><i>[WM: Great suggestion. All it takes is time&#8230; lots of it. Mucking around in other folks&#8217; code is P-A-I-N-F-U-L.]</i></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
