<?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>IVR World &#187; inbound IVR</title>
	<atom:link href="http://www.ivrsworld.com/tag/inbound-ivr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ivrsworld.com</link>
	<description>IVR, Interactive Voice Response System, CTI Applications</description>
	<lastBuildDate>Fri, 10 Feb 2012 09:25:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Automated Call Back Service and How to Implement it – II</title>
		<link>http://www.ivrsworld.com/call-back-service/automated-call-back-service-and-how-to-implement-it-ii/</link>
		<comments>http://www.ivrsworld.com/call-back-service/automated-call-back-service-and-how-to-implement-it-ii/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 05:27:29 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[Call Back Service]]></category>
		<category><![CDATA[ACB Application]]></category>
		<category><![CDATA[analog cti board]]></category>
		<category><![CDATA[caller id]]></category>
		<category><![CDATA[digital cti board]]></category>
		<category><![CDATA[inbound IVR]]></category>
		<category><![CDATA[ivr]]></category>
		<category><![CDATA[outbound ivr]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=1903</guid>
		<description><![CDATA[In the last post, I had posted about Call Back services ( both automated and manual). While both Automated Call Back as well as Manual Call back services have different usage, I would like to post how one can implement this kind of service using any CTI board. While Analog CTI boards can also be [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In the last post, I had posted about <a href="http://www.ivrsworld.com/call-back-service/automated-call-back-service-and-how-to-implement-it-i/" title="Call Back Service">Call Back services</a> ( both automated and manual). While both Automated Call Back as well as Manual Call back services have different usage, I would like to post how one can implement this kind of service using any CTI board. While Analog CTI boards can also be used to implement automated call back services, I recommend everyone to use a digital CTI board. Mainly because of various problems of detecting Caller ID using a Analog CTI boards!</p>
<p>The easiest way to implement automated Call Back service is to use both incoming IVR as well as outgoing IVR. Incoming IVR will &#8216;sense&#8217; the incoming call, then retrieve the Caller ID and disconnect it. While outbound IVR will read the Caller ID and dial out!</p>
<p>So this is the simple procedure of operating principle of automated call back service! </p>
<p><strong>Detailed Systems:-</strong><br />
<span id="more-1903"></span><br />
<strong>Here are suggested hardware:-</strong><br />
1. 30 Port Digital CTI board ( Dialogic D300, Donjin DN300 or Synway SHD 1 E1 Digital Multimedia Board or similar board from CTI manufacturers).<br />
2. One Server Class PC. It should normally be tower type so that it can house the CTI board.<br />
3. One Database Server, a separate server class PC or one may decide to install Database Server in the #2 Machine itself.<br />
4. PRI Connection from a Telecom operator like Airtel, Reliance etc. ( in India).<br />
5. Optional internet connectivity with global IP. This is required if one intends to accept call back requests from websites!</p>
<p>And then the Automated Call Back Application! </p>
<p><strong>Here is the theory of operation :-</strong></p>
<p>1. Two processes will run concurrently, one to detect and process any incoming call and the other to make pending outgoing calls ( outbound IVR)!</p>
<p>2. As soon as the Automated Call Back ( ACB ) Application sense an incoming call, it will detect the Caller ID and store them in a &#8220;Spooler&#8221; Table in the database with time stamp ( or any other related information) with a reset flag. After that, it will disconnect the call. </p>
<p>3. Outbound IVR process will keep checking the &#8220;Spooler Table&#8221; ( periodically, say every second) for any entry with reset flag. If it gets any, it reads that entry and makes the outgoing call and set the flag. </p>
<p>4. In order to accept call back request from websites, web visitor will submit a form with phone number, which will be stored in the same &#8220;Spooler Table&#8221; as in #2 above so that Outbound IVR can dial out and complete the call back service!</p>
<p>5. Once the call is connected, outbound IVR can either transfer the call to a human agent or implement any IVR call flow! </p>
<p><strong>Few enhancements:-</strong><br />
1. If the incoming call is disconnected just after getting the caller ID, and then if the number is dialed back within 2/3 seconds, this could be almost thought as &#8220;<a href="http://www.ivrsworld.com/industry-news/how-to-get-toll-free-number-in-india/" title="Toll Free Number">Toll Free Number</a>&#8221; as the caller does not get charged! More intelligence could be implemented like first time callers will get to hear a message that his call would be disconnected and would get an incoming call! </p>
<p>2. SMS could be integrated with Call Back services informing the caller with expected time of call back if its a mobile number. </p>
<p>Many industries need call back services. Hospitality industries, Insurance, Retail Marketing are few industries which require call back services. This service can also be provided as a hosted service. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/call-back-service/automated-call-back-service-and-how-to-implement-it-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IVR for social cause</title>
		<link>http://www.ivrsworld.com/ivr-news/ivr-for-social-cause/</link>
		<comments>http://www.ivrsworld.com/ivr-news/ivr-for-social-cause/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 04:32:35 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[IVR News]]></category>
		<category><![CDATA[Centre For People's Forestry]]></category>
		<category><![CDATA[Complaint IVR]]></category>
		<category><![CDATA[CPF]]></category>
		<category><![CDATA[inbound IVR]]></category>
		<category><![CDATA[outbound ivr]]></category>
		<category><![CDATA[Tribal]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=1789</guid>
		<description><![CDATA[Interactive Voice Response (IVR) is being used in many fields, and it has also been used in social sectors too. One such example was surveying Mid Day meal scheme in India&#8217;s populous state Uttar Pradesh. Apart from this, there have also been usage of IVR in mass awareness campaign about various government schemes, services. These [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Interactive Voice Response (IVR) is being used in many fields, and it has also been used in social sectors too. One such example was surveying <a href="http://www.ivrsworld.com/ivr-applications/outbound-ivr-for-monitoring-mid-day-meal-scheme-in-india/">Mid Day meal scheme</a> in India&#8217;s populous state Uttar Pradesh. Apart from this, there have also been usage of IVR in mass awareness campaign about various government schemes, services.</p>
<div id="attachment_1794" class="wp-caption aligncenter" style="width: 466px">
	<a href="http://www.ivrsworld.com/wp-content/uploads/ngo-ivr.png"><img src="http://www.ivrsworld.com/wp-content/uploads/ngo-ivr.png" alt="" title="ngo-ivr" width="466" height="300" class="size-full wp-image-1794" /></a>
	<p class="wp-caption-text">IVR in Grivance Redressal by NGOs</p>
</div>
<p>These services were normally alert type service where outbound IVR is used which dials out phone numbers and plays a recorded message. Centre for People&#8217;s Forestry, an NGO ( Non Government Organisation), based in Secundrabad, Andhra Pradesh in India has started an inbound IVR where tribal people in central India living in forest areas can lodge a complaint or message by calling the IVR number!<br />
<span id="more-1789"></span><br />
This is a simple inbound IVR which they are hosting with <a href="http://www.nts-world.com">Niche Tech Services Private Limited</a>, an established IVR hosting service provider in India. </p>
<p>Here, any one can dial the IVR number which prompts in four languages, Odiya, Telegu, Hindi and English. And this IVR is mainly aimed at Telegu and Odiya speaking tribes in central India. These tribes have been living in this forested central areas for centuries before these forests became &#8216;reserved forests&#8217;. Some time they face hardships and Centre for People&#8217;s Forestry has been working to address their grievances. In order to get news about their grievances, CPF has set up this inbound IVR.</p>
<p><strong>Steps to use this IVR :-<br />
</strong><br />
1. Anyone will dial the IVR, he would be asked to choose his language.<br />
2. Once the language is chosen, she is asked to speak her grievance and disconnect.<br />
3. The recorded voice is then immediately emailed to concerned CPF ( Centre For Poeple&#8217;s Forestry) as well as an SMS alert is sent.<br />
4. CPF personals can also visit website provided by Niche Tech Services (P) Ltd to listen to this message online as well as other call logs.</p>
<p>CPF personal then can call up the phone number who recorded the message, verify the complaint and take up the issue with state authorities for remedial actions!</p>
<p>Advantage of this IVR is lodging a complaint in his/her own voice by just making a call. Lodging a complaint by phone from distance is easy and less intimidating, specially for illiterate tribes. </p>
<p>CPF now gets any complaints instantly and serve people better with timely intervention. This may increase faith in them by poor tribal people. </p>
<p>This kind of simple complaint lodging inbound IVR could also be used by CVC ( Central Vigilance Commission) India, Women Police Stations, Help Centres, Trauma centres etc. to help victims. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/ivr-news/ivr-for-social-cause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smart use of IVR based Missed Call : Phone verification</title>
		<link>http://www.ivrsworld.com/ivr-software/smart-use-of-ivr-based-missed-call-phone-verification/</link>
		<comments>http://www.ivrsworld.com/ivr-software/smart-use-of-ivr-based-missed-call-phone-verification/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 04:19:15 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[IVR Software]]></category>
		<category><![CDATA[hosted ivr]]></category>
		<category><![CDATA[Hosted IVR Service]]></category>
		<category><![CDATA[Hosted Phone Verification]]></category>
		<category><![CDATA[inbound IVR]]></category>
		<category><![CDATA[ivr]]></category>
		<category><![CDATA[outbound ivr]]></category>
		<category><![CDATA[Phone Verificaion]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=1730</guid>
		<description><![CDATA[What is Phone verification ? Phone verification can be called verification of a phone number entered in a form ( both online form or offline paper form ) either it is a valid phone number or not. Here, validity of the phone number does not mean only about the numbers entered numeric, length of digits [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>What is Phone verification ?<br />
</strong><br />
Phone verification can be called verification of a phone number entered in a form ( both online form or offline paper form ) either it is a valid phone number or not. Here, validity of the phone number does not mean only about the numbers entered numeric, length of digits entered sufficient ( which can be verified by smart software though), but the phone number works! It mean, the number has to ring when dialed from another phone number. Also it has to match the owner of the phone number with the name entered in the form! </p>
<p>So, most of the time the only way to verify the number is to manually dial and speak to the person. </p>
<p><strong>Why Phone verification is required ?<br />
</strong></p>
<p>Phone verification is required for many services for obvious reasons to authenticate credential of a person. Credit card, Banking, ID proof etc. are few examples where phone verification is a must. </p>
<p>A verified phone may also  reduce many unproductive calls by any tele-caller. </p>
<p><span id="more-1730"></span><strong>How Missed Call and IVR can be used ?<br />
</strong></p>
<p>A missed call is a call when it is not picked by the caller. Now that missed call may happen when called party does not pick the call even when ringing is over, or when called party disconnects call after one or few rings. Depending on the type of missed call, few messages are exchanged between called party and the caller. In India as well as other countries too, missed call is widely used by people! </p>
<p>&#8220;Missed Call&#8221; are also known as &#8216;drop call&#8217; in USA, &#8216;prank call&#8217; in United Kingdom and Australia, beep in Africa etc. </p>
<p>The same &#8220;Missed Call&#8221; can also be used to verify a phone number automatically using the following method :-</p>
<p>1. When a person enters a phone number in any online registration form, he is given a phone number to dial from the phone number she entered in the form within a given time say next 20 mins. The pop up clearly mentions that as soon the phone rings, it will be disconnected just after capturing the Called ID and the call will not be charged!</p>
<p>2. The person calls the number. The IVR receiving the call will capture the Caller ID and match it with the number entered in the online form. If it matches, the phone number will be verified and the registration would be accepted. </p>
<p>3. The IVR can now make an outbound call to inform that the registration is accepted and now he can proceed with his registration or any other purpose of the online form submission. </p>
<p>Any PRI connection in India is normally given 100 numbers in continuity. So, these 100 numbers could be used in random to get missed calls from different users in order to increase secrecy as well as security. </p>
<p>So, missed call with an intelligent IVR system could be used as completely automated phone number verification service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/ivr-software/smart-use-of-ivr-based-missed-call-phone-verification/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How political parties can use inbound IVR</title>
		<link>http://www.ivrsworld.com/ivr-tips/how-political-parties-can-use-inbound-ivr/</link>
		<comments>http://www.ivrsworld.com/ivr-tips/how-political-parties-can-use-inbound-ivr/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 12:15:39 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[ivr tips]]></category>
		<category><![CDATA[bulk voice call]]></category>
		<category><![CDATA[bulk voice calling]]></category>
		<category><![CDATA[bulk voice message]]></category>
		<category><![CDATA[inbound IVR]]></category>
		<category><![CDATA[ivr campaign]]></category>
		<category><![CDATA[ivr poll]]></category>
		<category><![CDATA[ivr survey]]></category>
		<category><![CDATA[outbound ivr]]></category>
		<category><![CDATA[Registration]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=1726</guid>
		<description><![CDATA[Presently, outbound IVR ( Interactive Voice response) System is widely used in India as well as around the world by candidates in any democratic election in order to reach their electorate in the form of bulk voice call or broadcasting voice messages. In India, many political parties deploy Bulk Voice service during election campaign asking [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Presently, outbound IVR ( Interactive Voice response) System is widely used in India as well as around the world by candidates in any democratic election in order to reach their electorate in the form of <a href="http://www.ivrsworld.com/hosted-ivr/bulk-voice-calling/">bulk voice call </a>or broadcasting voice messages. In India, many political parties deploy Bulk Voice service during election campaign asking people to vote for their candidates. </p>
<p>But instead of using IVR only to broadcast voice message, political parties can also use inbound IVR in various ways to connect with their electorate regularly, instead of reaching out only during election. Now a days, even in India, many political parties are using websites to register members online, collect donations along with informing achievements their party agenda, achievements, leaders etc. </p>
<p><span id="more-1726"></span><strong>How inbound IVR can be used ?</strong></p>
<p>Political parties can use inbound IVR for few specific ways. Some of them are :-</p>
<p><strong>1. Register New members with phone numbers</strong></p>
<p>Inbound IVR can be used to register new members with verified phone number. The phone number detected by Caller ID can be used as a verified phone number by the new registrant which is better than online web based registration where fraudulent registration may require manual verification.  For more about <a href="http://www.ivrsworld.com/ivr-applications/ivr-for-registration-process/">IVR registration process</a>, one may click the link.</p>
<p><strong>2. Providing Information about the political party</strong></p>
<p>Caller to the IVR number of the political party may be provided with options to listen to election manifesto, vision documents, party constitution as well as latest news about the party. It can be IVR portal to provide any kind of party information in voice format to any one having a telephone or mobile connection. </p>
<p>Apart from normal news, IVR could also be used to provide clarification to any controversial news about the party so that their is no confusion on the controversial topic in the electorate. This will increase confidence in the party as well as remove any malicious rumour. </p>
<p><strong>3. Listen to speeches by key party leaders</strong></p>
<p>Some important speeches delivered by the party leaders, be it in the parliament/senate or in an electoral meeting, could be provided in the inbound IVR for listening by party supporters as well as any citizen. This will help connect to more and more people. </p>
<p>Recorded voice by party leaders could also be accessed by party workers for specific information from time to time. </p>
<p><strong>4. Complaint Registration and Complaint Status.</strong></p>
<p>Another important use of Inbound IVR is to record complaints, grievances by the electorate against party candidate or any other. This will make the party more and more transparent, democratic. Complaints can also be treated as feedback to the political party. Elected representatives from constituencies may have dedicated IVR number or menu for lodging any grievances. This can make party more popular among voters. </p>
<p><strong>5. Conducting Polls/Surveys </strong></p>
<p>Inbound IVR can also be used to conduct surveys/polls about any policy among its supporters. This kind of <a href="http://www.ivrsworld.com/ivr-applications/ivr-survey-interesting-ivr-application/">IVR survey</a> or poll can also be used to allow electorate to choose their candidate for particular constituency. Mechanism like one Caller ID being allowed to vote only once could be implemented in order to prevent fraudulent voting.</p>
<p>This kind of anonymous voting/survey encourage grass root level party workers as well as general citizens to voice their opinions which may help party to choose right policy, right candidates!</p>
<p>Apart from listed above, I think inbound IVR could be used many ways by Political parties. So, most probably, it is time Political parties start using IVE beyond <a href="http://www.ivrsworld.com/hosted-ivr/bulk-voice-calling/">bulk voice messaging</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/ivr-tips/how-political-parties-can-use-inbound-ivr/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How stock broking companies can use IVR</title>
		<link>http://www.ivrsworld.com/ivr-software/how-stock-broking-companies-can-use-ivr/</link>
		<comments>http://www.ivrsworld.com/ivr-software/how-stock-broking-companies-can-use-ivr/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 15:16:29 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[IVR Software]]></category>
		<category><![CDATA[inbound IVR]]></category>
		<category><![CDATA[ivr]]></category>
		<category><![CDATA[IVR in Sharemarket]]></category>
		<category><![CDATA[ivr tips]]></category>
		<category><![CDATA[outbound ivr]]></category>
		<category><![CDATA[Share market]]></category>
		<category><![CDATA[Sock Exchange]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=1722</guid>
		<description><![CDATA[Timely information and timely action can earn a lot for any stock trading company or may lose for the lack of it! With advent of online share trading systems where anyone an buy/sell shares online using a PC with internet connection, lot of automation has taken place increasing profitability to any share trading companies. Presently, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Timely information and timely action can earn a lot for any stock trading company or may lose for the lack of it! With advent of online share trading systems where anyone an buy/sell shares online using a PC with internet connection, lot of automation has taken place increasing profitability to any share trading companies. </p>
<p>Presently, many share trading companies maintains dedicated call center to serve their clients where many  of the incoming calls are just to check their portfolio positions for the day! Also SMS ( Short Messaging Service) is being used to update both share trading tips as well as portfolio status to registered numbers. </p>
<p>IVR ( Interactive Voice Response) System can be used to perform regular enquiries like portfolio status, stock market update etc. which will free up human agent in call center for other tasks to assist actual stock trading assistance to callers.<br />
<span id="more-1722"></span><br />
Both Inbound IVR and outbound IVR can be deployed by any share trading company to automate timely information update to its clients as well as provide their portfolio status on demand.</p>
<p><strong>1. Inbound IVR<br />
</strong><br />
  Inbound IVR, where caller will make a call to the IVR number, can be used to provide the following updated and rea-ltime information :-</p>
<p>a. Portfolio Status<br />
     A quick information about the current portfolio status is what everyone wants to know at the end of the day or weekly to help plan then about buying or selling shares or doing other stock trading. Getting updates on IVR is much easier and its available on any phone both land-line and mobile. </p>
<p> b. Quick Stock updates<br />
   A caller can also hear latest stock exchange index, top performing companies, top loss making shares etc. </p>
<p> c. Call transfer to human agents<br />
    IVR can provide option to transfer the call to human agent intelligently like while announcing the top earning shares so that it may persuade them to do any transaction. </p>
<p><strong>2. Outbound IVR<br />
</strong><br />
  Outbound IVR can be used same wa as inbound IVR as described above,e except that the all would be initiated by IVR to the client.<br />
  The only difference is, the outbound call can be triggered when some important announcement or alert ha to be sent to the client. Some sudden fluctuation of share price owned by the client may trigger a call to him informing about the fluctuation and then IVR can immediately transfer the call to human agent for further assistance. </p>
<p>  Voice call alert are more reliable as it can be ascertain either the call was received by the called party or not in time. In SMS alert or EMail alert, the client may not open the SMS or email in time which may cause him to miss the important update. </p>
<p>Outbound IVR is also useful to provide clients with timely stock tips which are very urgent in nature. </p>
<p>So, if you are in share trading business and if you are not using IVR, then most probably you are going to lose out to your competitor who is using IVR! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/ivr-software/how-stock-broking-companies-can-use-ivr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Few widely used IVR system in India</title>
		<link>http://www.ivrsworld.com/ivr-applications/few-widely-used-ivr-system-in-india/</link>
		<comments>http://www.ivrsworld.com/ivr-applications/few-widely-used-ivr-system-in-india/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 06:04:57 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[IVR Applications]]></category>
		<category><![CDATA[automated IVR]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[contact center]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[inbound IVR]]></category>
		<category><![CDATA[ivr as vas]]></category>
		<category><![CDATA[ivr in India]]></category>
		<category><![CDATA[outbound ivr]]></category>
		<category><![CDATA[self help IVR]]></category>
		<category><![CDATA[toll free number]]></category>
		<category><![CDATA[voice portal]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=1409</guid>
		<description><![CDATA[The usage of IVR is growing in India. IVR has been used for long time in India like any other country in the world. These IVR systems were majorly used as train status information, flight status information and other few complaint lodging/booking system. And at that time ( before 1997), India had very low telecom [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The usage of IVR is growing in India. IVR has been used for long time in India like any other country in the world. These IVR systems were majorly used  as train status information, flight status information and other few complaint lodging/booking system. And at that time ( before 1997), India had very  low telecom density. After telecom boom in 1999, telecom density in India has grown to over 44% by 2010. Until recently, India was adding almost 10m telephone ( both land line and mobile) users per month.</p>
<p> Usage of IVR has also seen growth int the same period. Also, IVR systems are being used in many new areas increasingly. In my opinion, there are four major areas where IVR is being increasingly used in India :-</p>
<p>1. IVR as Value Added Service<br />
2. IVR in Call Center/Contact Center<br />
3. IVR in payment gateways<br />
4. IVR for traditional usage like complaint management, Railway enquiry etc.</p>
<p><span id="more-1409"></span><strong>1. IVR for value added service </strong></p>
<p>   After mobile boom in India, SMS based VAS services saw phenomenal growth. At the same time, voice portals have also entered into the area with premium charging per minute. CRBT service can also be termed as IVR system which has become major revenue earner for mobile companies in India.<br />
   Recently, IVR is also being used as voice blasting services for product and service promotions, election campaigning, or any telephonic remainder service. Even IVR based click to call service has also started in India.  I think, this is one type of IVR which has huge potential for growth in India.</p>
<p><strong>2. IVR in Call Center/Contact Center</strong></p>
<p>   With India&#8217;s large English speaking population, BPO industry flourished after 2000 and many call centers have sprung up. With these call center, the use of outbound dialer or predictive dialer grew. Inbound IVR has been increasingly used in call center to screening the caller, providing mundane and regular information to the callers.  Though call centers in India have not started very intelligent IVR yet which could be used for complete automated self service complaint management systems or any other self-help automated system.<br />
   Lately, people have been trying to integrate IVR with existing CRM software or bundle IVR with newer version of CRM software.</p>
<p><strong>3. IVR in payment gateways</strong></p>
<p>   With major international and private banks opening shops in India, IVR has found usage in payment gateways as well as banks as Phone banking service.<br />
   IVR is also being used in payment gateways for credit card transaction using telephone. This kind of IVR needs to be PCI compliant and there have been many vendor which have developed PCI compliant IVR software. With low penetration of internet, but very high penetration of mobile phone and telephone, this type of IVR may grow healthily in recent time.</p>
<p><strong>4. IVR for traditional usage like complaint management, Railway enquiry etc.</strong><br />
  Indian Railways and BSNL (Bharat Sanchar Nigam Limited) has been oldest users of IVR in India. Indian Railways has installed many IVR systems ate individual busy stations for providing Train status information, Ticket Reservation status enquiry etc.<br />
  BSNL has been using IVR for fault and complaint booking. Apart from these two, many PSUs have been using Voice Mail systems in their PABXs.<br />
  Airlines have also been using inbound IVR for updating flight status information.</p>
<p>Apart from these, IVR in clinical trial has not really picked up here in India which is one of the most widely use area in other parts of the world. But there are many interesting IVR usage in India and we can be sure that some innovative IVR application will be developed by some company to exploit its huge number of telephone users!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/ivr-applications/few-widely-used-ivr-system-in-india/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>IVR Market to reach $514 million by 2013</title>
		<link>http://www.ivrsworld.com/ivr-news/ivr-market-to-reach-514-million-by-2013/</link>
		<comments>http://www.ivrsworld.com/ivr-news/ivr-market-to-reach-514-million-by-2013/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 05:08:14 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[IVR News]]></category>
		<category><![CDATA[ivrs news]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[Call Center Software]]></category>
		<category><![CDATA[contact center]]></category>
		<category><![CDATA[Contact center application]]></category>
		<category><![CDATA[cti]]></category>
		<category><![CDATA[inbound IVR]]></category>
		<category><![CDATA[Inbound IVR application]]></category>
		<category><![CDATA[IVR Application]]></category>
		<category><![CDATA[IVR Industry News]]></category>
		<category><![CDATA[IVR Market]]></category>
		<category><![CDATA[IVR Software]]></category>
		<category><![CDATA[ivrs]]></category>
		<category><![CDATA[outbound ivr]]></category>
		<category><![CDATA[Self Service IVR]]></category>
		<category><![CDATA[Service Service IVR system]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Telecom Web]]></category>
		<category><![CDATA[Voice XML]]></category>
		<category><![CDATA[VOIP]]></category>
		<category><![CDATA[vxml]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=463</guid>
		<description><![CDATA[I had posted a report few weeks back about IVR market growing to $2.7 billion by 2011 provided by DMG Consulting LLC, and today I had come across another press release while Googling, which says IVR market will grow to $514million from present estimate of $431million this year, as per T3i Group LLC, which &#8220;provides [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I had posted a report few weeks back about<a href="http://www.ivrsworld.com/breaking-news/ivr-interactive-voice-response-market-to-grow-to-27-billion-by-2011/"> IVR market growing to $2.7 billion by 2011</a> provided by DMG Consulting LLC, and today I had come across another press release while Googling, which says IVR market will grow to $514million from present estimate of $431million this year, as per T3i Group LLC, which &#8220;provides market research, data, analysis, and consulting and advisory services to the telecommunications industry.&#8221;<br />
<strong><br />
Few Key findings of the report says :</strong><br />
1. 95% of IVR shipped would be supporting VXML from recent less than 75%.<br />
2. Top three IVR systems are<br />
    a. Inbound Call handling for contact centers<br />
    b. Inbound IVR self service transactions<br />
    c. Outbound IVR for alerts like appointment confirmations, payment collection remainder.<br />
3. Inbound IVR will see decrease by 10% by 2013.<br />
4. Outbound IVR will grow by 12% yearly.<br />
5. Analog CTI boards are decreasing and DTMF based menu in IVR application are also on the decline. Speech enabled menu is growing and will be have 2:1 advantage over DTMF.<br />
<span id="more-463"></span><br />
Complete Press release, Please visit : <a href="http://telecomweb.com/aboutus/pressreleases/262963.html">http://telecomweb.com/aboutus/pressreleases/262963.html </a></p>
<p><strong>About T3i Group LLC</strong></p>
<p>T3i Group LLC provides market research, data, analysis, and consulting and advisory services to the telecommunications industry. It has clients in 46 countries and conducts its business through four operating units: InfoTrack publishes reports that analyze shipment, revenue, market share and other pertinent data of importance to telecommunications equipment manufacturers; TelecomTactics maintains a database of the features and functionality of major telephony systems; Tarifica maintains a database of pricing-related information covering 400 telecommunications carriers operating in 130 countries; and TelecomWeb (<a href="http://www.t3igroup.com">www.t3igroup.com</a>) serves as T3i Group’s primary delivery mechanism for distributing its reports, analyses and data to subscribers.</p>
<p>T3i Group LLC is headquartered in Parsippany, N.J., with additional offices in New York City; London, England; and Cherry Hill, N.J.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/ivr-news/ivr-market-to-reach-514-million-by-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

