<?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: Controlling applications with Asterisk</title>
	<atom:link href="http://blog.jamesforman.co.nz/2009/01/controlling-applications-with-asterisk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jamesforman.co.nz/2009/01/controlling-applications-with-asterisk/</link>
	<description>Because I can</description>
	<lastBuildDate>Fri, 21 Aug 2009 23:26:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ashutosh</title>
		<link>http://blog.jamesforman.co.nz/2009/01/controlling-applications-with-asterisk/comment-page-1/#comment-2654</link>
		<dc:creator>ashutosh</dc:creator>
		<pubDate>Sun, 04 Jan 2009 12:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jamesforman.co.nz/2009/01/controlling-applications-with-asterisk/#comment-2654</guid>
		<description>Also,you could shorten the path from php-&gt;vbs-&gt;vlc by using direct telnet connection from php to vlc interface. VLC does provide a telnet to operate it.
More from 
http://www.videolan.org/doc/streaming-howto/en/ch05.html

http://forum.videolan.org/viewtopic.php?f=11&amp;t=28777

http://juliensimon.blogspot.com/2008/12/howto-setting-up-vod-server-with-vlc.html</description>
		<content:encoded><![CDATA[<p>Also,you could shorten the path from php-&gt;vbs-&gt;vlc by using direct telnet connection from php to vlc interface. VLC does provide a telnet to operate it.<br />
More from<br />
<a href="http://www.videolan.org/doc/streaming-howto/en/ch05.html" rel="nofollow">http://www.videolan.org/doc/streaming-howto/en/ch05.html</a></p>
<p><a href="http://forum.videolan.org/viewtopic.php?f=11&amp;t=28777" rel="nofollow">http://forum.videolan.org/viewtopic.php?f=11&amp;t=28777</a></p>
<p><a href="http://juliensimon.blogspot.com/2008/12/howto-setting-up-vod-server-with-vlc.html" rel="nofollow">http://juliensimon.blogspot.com/2008/12/howto-setting-up-vod-server-with-vlc.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashutosh</title>
		<link>http://blog.jamesforman.co.nz/2009/01/controlling-applications-with-asterisk/comment-page-1/#comment-2653</link>
		<dc:creator>ashutosh</dc:creator>
		<pubDate>Sun, 04 Jan 2009 12:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jamesforman.co.nz/2009/01/controlling-applications-with-asterisk/#comment-2653</guid>
		<description>nice stuff indeed!!

Though you could rewrite/ptimize and make all .php file into a single one file. So, i would convert your dialplan to

exten =&gt; _258.,1,System(wget http://display/start.php?action=${EXTEN:4})

so, it will call
http://display/start.php?action=1 when dialled 2581, and so on
http://display/start.php?action=2 when dialled 2582

Your php file action.php will be like

</description>
		<content:encoded><![CDATA[<p>nice stuff indeed!!</p>
<p>Though you could rewrite/ptimize and make all .php file into a single one file. So, i would convert your dialplan to</p>
<p>exten =&gt; _258.,1,System(wget <a href="http://display/start.php?action=$" rel="nofollow">http://display/start.php?action=$</a>{EXTEN:4})</p>
<p>so, it will call<br />
<a href="http://display/start.php?action=1" rel="nofollow">http://display/start.php?action=1</a> when dialled 2581, and so on<br />
<a href="http://display/start.php?action=2" rel="nofollow">http://display/start.php?action=2</a> when dialled 2582</p>
<p>Your php file action.php will be like</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Graves</title>
		<link>http://blog.jamesforman.co.nz/2009/01/controlling-applications-with-asterisk/comment-page-1/#comment-2651</link>
		<dc:creator>Michael Graves</dc:creator>
		<pubDate>Sun, 04 Jan 2009 02:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jamesforman.co.nz/2009/01/controlling-applications-with-asterisk/#comment-2651</guid>
		<description>James,

This is very good. I had considered something similar to effect Asterisk based control of my homes X-10 automation modules. I was going to use an approach like yours but leverage xsend.exe on the web server PC to send predefined commands to turn on/off specific modules.

This would give me IVR based control to start. But then I&#039;d craft a simple web site to effect control from the micro-browser on my Polycom IP650 phones.

My project has been delayed due to a decision to switch to a z-wave base home automation that&#039;s more reliable than the old X-10 stuff.</description>
		<content:encoded><![CDATA[<p>James,</p>
<p>This is very good. I had considered something similar to effect Asterisk based control of my homes X-10 automation modules. I was going to use an approach like yours but leverage xsend.exe on the web server PC to send predefined commands to turn on/off specific modules.</p>
<p>This would give me IVR based control to start. But then I&#8217;d craft a simple web site to effect control from the micro-browser on my Polycom IP650 phones.</p>
<p>My project has been delayed due to a decision to switch to a z-wave base home automation that&#8217;s more reliable than the old X-10 stuff.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
