<?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"
	>
<channel>
	<title>Comments on: 101 Things You Can Do With Asterisk (and more)!</title>
	<atom:link href="http://blog.voipsupply.com/asterisk-news/101-things-you-can-do-with-asterisk/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.voipsupply.com/asterisk-news/101-things-you-can-do-with-asterisk</link>
	<description>Everything you need to know about VoIP</description>
	<pubDate>Fri, 21 Nov 2008 05:53:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Raj</title>
		<link>http://blog.voipsupply.com/asterisk-news/101-things-you-can-do-with-asterisk#comment-17992</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Tue, 30 Sep 2008 20:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.voipsupply.com/?p=652#comment-17992</guid>
		<description>Turn asterisk into Inventory Manager for any retail store or small stores. When the quantity of the goods reaches a threshold limit Asterisk system will wake and call the Store manager or Owner about the inventory status.</description>
		<content:encoded><![CDATA[<p>Turn asterisk into Inventory Manager for any retail store or small stores. When the quantity of the goods reaches a threshold limit Asterisk system will wake and call the Store manager or Owner about the inventory status.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Luis Carrillo</title>
		<link>http://blog.voipsupply.com/asterisk-news/101-things-you-can-do-with-asterisk#comment-10822</link>
		<dc:creator>Jose Luis Carrillo</dc:creator>
		<pubDate>Wed, 06 Aug 2008 03:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.voipsupply.com/?p=652#comment-10822</guid>
		<description>Asterisk can read our mail using Flite and MailCall and send it by fax to some one else with hylafax,  inform by SMS to that person that a fax or e mail as been send to him, all that we can do´it using voice commands with LumenVox. This way we can manage or office with a phone call while we are driving or traveling.</description>
		<content:encoded><![CDATA[<p>Asterisk can read our mail using Flite and MailCall and send it by fax to some one else with hylafax,  inform by SMS to that person that a fax or e mail as been send to him, all that we can do´it using voice commands with LumenVox. This way we can manage or office with a phone call while we are driving or traveling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey Ustinov</title>
		<link>http://blog.voipsupply.com/asterisk-news/101-things-you-can-do-with-asterisk#comment-10632</link>
		<dc:creator>Andrey Ustinov</dc:creator>
		<pubDate>Mon, 04 Aug 2008 15:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.voipsupply.com/?p=652#comment-10632</guid>
		<description>We would like to share with you one interesting model for the use of the PBX Asterisk. To be more precise, the main idea is to use the Asterisk as a platform for the development of telecommunication services. With its open source software and API, the Asterisk can bring the development of telecommunication services down to a simpler process of Web programming thus considerably lowering “the entrance barrier” for those involving in the programming of new services.
We propose to integrate a new component (proxy) into the Asterisk platform. The main functionality of the proxy is to translate telecommunication calls into HTTP requests to external web services. Telecommunication services are located separately from the PBX, while the information they receive from Asterisk is presented as a HTTP-request. Technically, HTTP GET/POST request is a request, in which external telecommunications service passed information about the subscriber's name - CallerIdName, caller’s number - CallerIdNumber and and called number - Extension. Upon receiving necessary parameters, such as (calling/called number) a web service produces and forwards its instructions to the proxy. The latter receives and translates them into Asterisk instructions. The development of such services under the architecture described above is similar to a conventional CGI-script, for which there is a plenty of programming tools. As a result a programmer doesn’t need to be familiar with the Asterisk API.</description>
		<content:encoded><![CDATA[<p>We would like to share with you one interesting model for the use of the PBX Asterisk. To be more precise, the main idea is to use the Asterisk as a platform for the development of telecommunication services. With its open source software and API, the Asterisk can bring the development of telecommunication services down to a simpler process of Web programming thus considerably lowering “the entrance barrier” for those involving in the programming of new services.<br />
We propose to integrate a new component (proxy) into the Asterisk platform. The main functionality of the proxy is to translate telecommunication calls into HTTP requests to external web services. Telecommunication services are located separately from the PBX, while the information they receive from Asterisk is presented as a HTTP-request. Technically, HTTP GET/POST request is a request, in which external telecommunications service passed information about the subscriber&#8217;s name - CallerIdName, caller’s number - CallerIdNumber and and called number - Extension. Upon receiving necessary parameters, such as (calling/called number) a web service produces and forwards its instructions to the proxy. The latter receives and translates them into Asterisk instructions. The development of such services under the architecture described above is similar to a conventional CGI-script, for which there is a plenty of programming tools. As a result a programmer doesn’t need to be familiar with the Asterisk API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik de wild</title>
		<link>http://blog.voipsupply.com/asterisk-news/101-things-you-can-do-with-asterisk#comment-7692</link>
		<dc:creator>erik de wild</dc:creator>
		<pubDate>Sun, 13 Jul 2008 21:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.voipsupply.com/?p=652#comment-7692</guid>
		<description>Three nifty features that, standing on the shoulders of giants, have been written by me.

Use gtalk or msn to set up conferene or send sms to large group  bij sending a line like:
call number1 number2 number3 number4 to meetmecall@gtalk.com or meetmecall@hotmail.com

Limit the number of tries to call to a number on the Asterisk server with a context in extensions.conf of just 25 lines of asterisk script. After trying the max times (f.i. 5 times within the last hour) the call is routed in a special way (Hangup() or Festival("don't call again we won't call you") )

The queue assistant saves you money an a lot of annoyence because of the lousy music on hold during log waiting times. Just send qa -your phone number- -number with the long queues lousy moh and long waiting times-   to meetmecall@gtalk.com and your phone wil ring when the other side has been anwered by a flesh and blood agent.</description>
		<content:encoded><![CDATA[<p>Three nifty features that, standing on the shoulders of giants, have been written by me.</p>
<p>Use gtalk or msn to set up conferene or send sms to large group  bij sending a line like:<br />
call number1 number2 number3 number4 to <a href="mailto:meetmecall@gtalk.com">meetmecall@gtalk.com</a> or <a href="mailto:meetmecall@hotmail.com">meetmecall@hotmail.com</a></p>
<p>Limit the number of tries to call to a number on the Asterisk server with a context in extensions.conf of just 25 lines of asterisk script. After trying the max times (f.i. 5 times within the last hour) the call is routed in a special way (Hangup() or Festival(&#8221;don&#8217;t call again we won&#8217;t call you&#8221;) )</p>
<p>The queue assistant saves you money an a lot of annoyence because of the lousy music on hold during log waiting times. Just send qa -your phone number- -number with the long queues lousy moh and long waiting times-   to <a href="mailto:meetmecall@gtalk.com">meetmecall@gtalk.com</a> and your phone wil ring when the other side has been anwered by a flesh and blood agent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Salunkhe</title>
		<link>http://blog.voipsupply.com/asterisk-news/101-things-you-can-do-with-asterisk#comment-6462</link>
		<dc:creator>Amit Salunkhe</dc:creator>
		<pubDate>Tue, 01 Jul 2008 06:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.voipsupply.com/?p=652#comment-6462</guid>
		<description>Hi
    All the guys who comment on this subject are really Great. all opnion shows As per requirements &#38; application we can use Asterisk. it means Asterisk useful as core or lead component of the system.
   combi or inconnected system can possible with Asterisk.

Amit</description>
		<content:encoded><![CDATA[<p>Hi<br />
    All the guys who comment on this subject are really Great. all opnion shows As per requirements &amp; application we can use Asterisk. it means Asterisk useful as core or lead component of the system.<br />
   combi or inconnected system can possible with Asterisk.</p>
<p>Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Svetlio</title>
		<link>http://blog.voipsupply.com/asterisk-news/101-things-you-can-do-with-asterisk#comment-6162</link>
		<dc:creator>Svetlio</dc:creator>
		<pubDate>Fri, 27 Jun 2008 11:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.voipsupply.com/?p=652#comment-6162</guid>
		<description>I  developed a billing system for prepaid cards with asterisk with many extras like: callerID recognizing, speed dialing, 2 languages (EN &#38; BG), info system, and many more. Probably the best feature of my instalation -  our customers can call to Google talk accounts. Also I have a GSM gateway based on extras in 1.6 beta version.</description>
		<content:encoded><![CDATA[<p>I  developed a billing system for prepaid cards with asterisk with many extras like: callerID recognizing, speed dialing, 2 languages (EN &amp; BG), info system, and many more. Probably the best feature of my instalation -  our customers can call to Google talk accounts. Also I have a GSM gateway based on extras in 1.6 beta version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Viola</title>
		<link>http://blog.voipsupply.com/asterisk-news/101-things-you-can-do-with-asterisk#comment-5832</link>
		<dc:creator>Diego Viola</dc:creator>
		<pubDate>Sun, 22 Jun 2008 22:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.voipsupply.com/?p=652#comment-5832</guid>
		<description>I successfully deployed my first Asterisk system to a company where I'm working now.

So it's paying my bills and the work I do is very fun :D

I can't wait for 1.6 with all the features it will bring to us, it will just make my work a lot more fun and it will improve the quality of my work as well, and the quality of this people's life's.

Asterisk rocks!</description>
		<content:encoded><![CDATA[<p>I successfully deployed my first Asterisk system to a company where I&#8217;m working now.</p>
<p>So it&#8217;s paying my bills and the work I do is very fun <img src='http://blog.voipsupply.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I can&#8217;t wait for 1.6 with all the features it will bring to us, it will just make my work a lot more fun and it will improve the quality of my work as well, and the quality of this people&#8217;s life&#8217;s.</p>
<p>Asterisk rocks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fortel</title>
		<link>http://blog.voipsupply.com/asterisk-news/101-things-you-can-do-with-asterisk#comment-5692</link>
		<dc:creator>Fortel</dc:creator>
		<pubDate>Fri, 20 Jun 2008 02:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.voipsupply.com/?p=652#comment-5692</guid>
		<description>We've set up Asterisk in apartment buildings, leveraging the economy of scale to provide VoIP to the residents.  ATAs are connected to * as extensions.  Each apartment has it's own DID, which is cheap! The apartment leasing offices are tied to the same system, and makes for easy communication- just dial 8 plus the apartment number to connect.  Late notices can be automated with TTS, etc.  Voice mail to email notification is a real perk to the tenants, etc...  It provides additional revenue streams to the building owners, while saving the tenants $.. Win win!</description>
		<content:encoded><![CDATA[<p>We&#8217;ve set up Asterisk in apartment buildings, leveraging the economy of scale to provide VoIP to the residents.  ATAs are connected to * as extensions.  Each apartment has it&#8217;s own DID, which is cheap! The apartment leasing offices are tied to the same system, and makes for easy communication- just dial 8 plus the apartment number to connect.  Late notices can be automated with TTS, etc.  Voice mail to email notification is a real perk to the tenants, etc&#8230;  It provides additional revenue streams to the building owners, while saving the tenants $.. Win win!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Keeme</title>
		<link>http://blog.voipsupply.com/asterisk-news/101-things-you-can-do-with-asterisk#comment-5652</link>
		<dc:creator>Jeff Keeme</dc:creator>
		<pubDate>Thu, 19 Jun 2008 16:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.voipsupply.com/?p=652#comment-5652</guid>
		<description>Asterisk has allowed me to start and have success in being an entrepreneur.</description>
		<content:encoded><![CDATA[<p>Asterisk has allowed me to start and have success in being an entrepreneur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Fisher</title>
		<link>http://blog.voipsupply.com/asterisk-news/101-things-you-can-do-with-asterisk#comment-5642</link>
		<dc:creator>Bart Fisher</dc:creator>
		<pubDate>Thu, 19 Jun 2008 15:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.voipsupply.com/?p=652#comment-5642</guid>
		<description>Drug Testing program

Were Callers are required to call the system to find out if they are randomly selected to report for drug testing. Provides detail logs of call in times and CallerID.</description>
		<content:encoded><![CDATA[<p>Drug Testing program</p>
<p>Were Callers are required to call the system to find out if they are randomly selected to report for drug testing. Provides detail logs of call in times and CallerID.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
