<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech aspirant - The ultimate technology Blog &#187; callme architecture</title>
	<atom:link href="http://www.techaspirant.com/tag/callme-architecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>My thoughts and finding in brief...arunrajr</description>
	<lastBuildDate>Wed, 18 Aug 2010 07:52:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Asterisk Callme Architecture with PHP AGI</title>
		<link>http://www.techaspirant.com/asterisk-callme-architecture/</link>
		<comments>http://www.techaspirant.com/asterisk-callme-architecture/#comments</comments>
		<pubDate>Tue, 12 May 2009 04:17:54 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[callme architecture]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=240</guid>
		<description><![CDATA[Extensions Configuration extensions.conf [callme] exten =&#62; s,1,AGI(callme.php&#124;${CNUM}) CNUM is the variable passed to callme AGI Script Callme.php Agi Script #!/usr/bin/php /** * Author Arun Raj R * @package phpAGI_for Call me * @version 1.0 */ set_time_limit(30); require_once(&#8220;phpagi/phpagi.php&#8221;); $agi = new AGI(); $agi-&#62;answer(); $result=$agi-&#62;stream_file(&#8220;welcome_to_call_me&#8221;); $cid = $argv[1]; $agi-&#62;exec(&#8220;Dial Zap/g0/&#8221;.$cid, null); ?&#62; PHP File to run callme [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/asterisk-callme-architecture/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
