<?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: Asterisk Wake Up call application</title>
	<atom:link href="http://www.wains.be/index.php/2010/02/02/asterisk-wake-up-call-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wains.be/index.php/2010/02/02/asterisk-wake-up-call-application/</link>
	<description>Linux, Open Source, VoIP and other stuff</description>
	<lastBuildDate>Fri, 03 Sep 2010 21:27:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sébastien Wains</title>
		<link>http://www.wains.be/index.php/2010/02/02/asterisk-wake-up-call-application/#comment-87720</link>
		<dc:creator>Sébastien Wains</dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.wains.be/?p=977#comment-87720</guid>
		<description>Hi Marcel, thanks for your input.

1. By definition, Asterisk dialplan is ugly :-)
2. When &quot;coding&quot;, I usually only comment the &quot;what&quot;, not the &quot;how&quot;. I don&#039;t need to explain &quot;this is a condition&quot; right ? Anyone used to asterisk dialplans would figure this one out in under 2 minutes. Even if the code and logic are bad. 
3. I&#039;m just sharing what works for me. I&#039;ve found other solutions here and there but none were fitting my needs (and working out of the box). This is why I shared. Try it for yourself, copy &amp; paste the code, it&#039;ll work out of the box.
4. Yeah I could use an AGI or whatever script.. AGI would require to load res_agi.so, a 64 KB module plus the AGI script, compared to this 1.9KB code...
5. So I&#039;m gonna leave it to the experts, is calling an external script (and potentially an external parser) more efficient than using pure dialplan commands and functions ?

Cheers
Seb</description>
		<content:encoded><![CDATA[<p>Hi Marcel, thanks for your input.</p>
<p>1. By definition, Asterisk dialplan is ugly <img src='http://www.wains.be/wp-content/plugins/tango/face-smile.png' alt=':-)' class='wp-smiley' /><br />
2. When &#8220;coding&#8221;, I usually only comment the &#8220;what&#8221;, not the &#8220;how&#8221;. I don&#8217;t need to explain &#8220;this is a condition&#8221; right ? Anyone used to asterisk dialplans would figure this one out in under 2 minutes. Even if the code and logic are bad.<br />
3. I&#8217;m just sharing what works for me. I&#8217;ve found other solutions here and there but none were fitting my needs (and working out of the box). This is why I shared. Try it for yourself, copy &#038; paste the code, it&#8217;ll work out of the box.<br />
4. Yeah I could use an AGI or whatever script.. AGI would require to load res_agi.so, a 64 KB module plus the AGI script, compared to this 1.9KB code&#8230;<br />
5. So I&#8217;m gonna leave it to the experts, is calling an external script (and potentially an external parser) more efficient than using pure dialplan commands and functions ?</p>
<p>Cheers<br />
Seb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Adminblogger</title>
		<link>http://www.wains.be/index.php/2010/02/02/asterisk-wake-up-call-application/#comment-87719</link>
		<dc:creator>The Adminblogger</dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.wains.be/?p=977#comment-87719</guid>
		<description>Hi,

why not call an external script that does the setup of the call file instead of writing this pice of ugly (unreadable) code?

Kinda obscure code nobody can really read and understand, no comments etc :-)

i would rather call a script that does the voodoo and keep my config file small.

Just my 2 cents.

Marcel.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>why not call an external script that does the setup of the call file instead of writing this pice of ugly (unreadable) code?</p>
<p>Kinda obscure code nobody can really read and understand, no comments etc <img src='http://www.wains.be/wp-content/plugins/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>i would rather call a script that does the voodoo and keep my config file small.</p>
<p>Just my 2 cents.</p>
<p>Marcel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
