<?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; auto attendant</title>
	<atom:link href="http://www.ivrsworld.com/tag/auto-attendant/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>Implementing simple Voice Mail System using analog CTI board</title>
		<link>http://www.ivrsworld.com/voice-mail/implementing-simple-voice-mail-system-using-analog-cti-board/</link>
		<comments>http://www.ivrsworld.com/voice-mail/implementing-simple-voice-mail-system-using-analog-cti-board/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 10:49:19 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[Voice Mail]]></category>
		<category><![CDATA[voice mail system]]></category>
		<category><![CDATA[analog CTI]]></category>
		<category><![CDATA[answering machine]]></category>
		<category><![CDATA[auto attendant]]></category>
		<category><![CDATA[auto dialer]]></category>
		<category><![CDATA[caller id]]></category>
		<category><![CDATA[cti board]]></category>
		<category><![CDATA[DTMF]]></category>
		<category><![CDATA[FFSK]]></category>
		<category><![CDATA[ivr]]></category>
		<category><![CDATA[predictve dialer]]></category>
		<category><![CDATA[UMS]]></category>
		<category><![CDATA[Unified Messaging Service]]></category>
		<category><![CDATA[unified messaging system]]></category>
		<category><![CDATA[vms]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=1040</guid>
		<description><![CDATA[Implementing traditional voice mail using analog CTI boards is quite tricky. If the switch of EPABX does not support certain features, than it is almost impossible to implement traditional voice mail system with traditional operation. The major issue is finding out information of caller ID. In a traditional voice mail system as I explained in [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Implementing traditional voice mail using analog CTI boards is quite tricky. If the switch of EPABX does not support certain features, than it is almost impossible to implement traditional voice mail system with traditional operation. The major issue is finding out information of caller ID.</p>
<p>In a traditional voice mail system as I explained in the previous post, <a href="http://www.ivrsworld.com/voice-mail/voice-mail-system-and-answering-machine/"> Voice Mail System and Answering Machine</a>, it becomes difficult to provide two caller ID to the voice mail system. For example, C is the extension line to which voice mail system connected. Now if A calls B, B does not pick up so needs to transfer the call to C. So now C needs both caller ID, A and B, in order to store voice mails of B from A.</p>
<p><strong>Voice Mail System using analog CTI board:</strong></p>
<p>  Voice mail systems are built in with EPABX or telephone exchanges. One can build a Voice Mail System using a simple 4-port analog CTI board and a PC. To build voice mail system, one will need the following hardware:-<br />
1. A PC with one PCI slot free to install the analog CTI board.<br />
2. Operating System to be installed on the PC as per driver availability for the CTI board. I think, only <a href="http://www.dialogic.com">Dialogic</a> provides driver for multiple or all operating systems for its CTI boards.<br />
<span id="more-1040"></span>3. A database. Microsoft Access is a good option for Windows based PC and smaller voice mail systems. For large voice mail systems, either MS SQL or Oracle is recommended.<br />
4. One 4 port CTI board<br />
5. Four telephone lines of extension lines of EPABX<br />
5. VMS software<br />
    VMS software is nothing but an <a href="http://www.ivrsworld.com">IVR application </a> which will record voice with caller ID and time stamp. And it will also playback the recorded voice messages as per owner or recipient of the voice mail messages over telephone. The recipient of the voice mail can also manage his messages like delete, purge etc.</p>
<p><strong>Now, how to solve the the caller ID problem ?</strong><br />
The simplest way is to program the EPABX such a way that, when B ( as per above scenario) dos not reply, call A should be forwarded to C with caller ID of both A and B clubbed together with # as separator between the two! But, does the EPABX support this kind of intelligent programming ? If it does not, than most probably, you can not implement a voice mail system using analog card. You will have to use a digital CTI board where you will get these information easily. SS7 is the best as you get maximum information about the call.</p>
<p>There are few work around. For example :-</p>
<p>1. To ask the caller enter his number using DTMF. It may be little difficult for the caller and time consuming, but it is good option.</p>
<p>2. Map every voice mail account to every port of the analog CTI board. For example, port 1 of the CTI board will record messages only for B as in example above. This will requre some programming in the EPABX, but this is workable solution. The only problem will be future increase of number of users! But if number of voice mail users is large, one should never opt for analog CTI board!</p>
<p>Actually, implementing voice mail system using CTI board and IVR software has many advantages over built in VMS in the EPABX. For example :-</p>
<p><strong>  1. Customisation </strong><br />
        Customization of voice mail system become much easier. New prompts, call flow of voice mail can be changed, upgraded much easier and quicker.</p>
<p><strong>  2. Many enhancements and features</strong><br />
     Many enhancements and features could be added to voice mail system. For example, as soon as a voice mail is received for particular VMS user, SMS alert can be sent to him. Email alert along with the voice message itself could be sent to him immediately. In fact, it can be integrated with outbound IVR System which will dial out to the voice mail user, play the mail, give options to reply! This kind of simple application was marketed in India as voice SMS quite successfully by many mobile operators!</p>
<p>   3. Stored voice mail can be hard by local LAN as well as remotely over telephone. Better MIS and usability can be increased.</p>
<p>   So, voice mail system with CTI board and smart IVR application can add many enhancements, killer features to any voice mail system. UMS ( Unified messaging system) is an example of such application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/voice-mail/implementing-simple-voice-mail-system-using-analog-cti-board/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Aculab offers boards and HMP software for IVR systems</title>
		<link>http://www.ivrsworld.com/general/aculab-offers-boards-and-hmp-software-for-ivr-systems/</link>
		<comments>http://www.ivrsworld.com/general/aculab-offers-boards-and-hmp-software-for-ivr-systems/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 15:50:53 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Aculab]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[asr]]></category>
		<category><![CDATA[auto attendant]]></category>
		<category><![CDATA[call progress]]></category>
		<category><![CDATA[CCXML]]></category>
		<category><![CDATA[contact centre]]></category>
		<category><![CDATA[e1]]></category>
		<category><![CDATA[fax]]></category>
		<category><![CDATA[HMP]]></category>
		<category><![CDATA[interactive voice response]]></category>
		<category><![CDATA[ivr]]></category>
		<category><![CDATA[IVR Applications]]></category>
		<category><![CDATA[IVR functionality]]></category>
		<category><![CDATA[IVR solutions]]></category>
		<category><![CDATA[IVR System]]></category>
		<category><![CDATA[media processing]]></category>
		<category><![CDATA[Mobile VAS]]></category>
		<category><![CDATA[self-service]]></category>
		<category><![CDATA[t1]]></category>
		<category><![CDATA[TEMs]]></category>
		<category><![CDATA[TTS]]></category>
		<category><![CDATA[VAS]]></category>
		<category><![CDATA[voice]]></category>
		<category><![CDATA[voice board]]></category>
		<category><![CDATA[voice portal]]></category>
		<category><![CDATA[VoiceXML interpreter]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=296</guid>
		<description><![CDATA[Without doubt, interactive voice response (IVR) has become the ubiquitous technology in telecommunications applications. IVR solutions have a myriad of uses that are mostly taken for granted, however, the essence of an IVR system is its ability to offer &#8216;self-service&#8217; for the user, thus it can help to reduce cost and improve the customer experience. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Without doubt, interactive voice response (IVR) has become the ubiquitous technology in telecommunications applications. IVR solutions have a myriad of uses that are mostly taken for granted, however, the essence of an IVR system is its ability to offer &#8216;self-service&#8217; for the user, thus it can help to reduce cost and improve the customer experience.</p>
<p>Since introducing the world&#8217;s first &#8216;all-in-one&#8217; voice board in 1998, <strong> Aculab</strong> has been setting the standard of enabling technology components – e.g., CTI cards – for IVR applications. Whatever your needs for advanced IVR functionality, Aculab has the media processing technology and APIs – voice, fax, call progress, etc. – to drive your success.</p>
<p>Beneficially, <strong> Aculab</strong> is able to offer a choice; from its range of IP-centric, DSP-based <strong> Prosody X boards</strong> to its host-based (SoftDSP or HMP) option, <strong> Prosody S</strong>. And you can use <strong> Prosody X </strong> for converged or mixed IP/TDM environments, where you still need E1 or T1 PSTN connectivity.</p>
<p>Additionally, <strong> Aculab\&#8217;s VoiceXML/CCXML interpreter set </strong> offers a powerful and scalable design option for platform vendors and service providers alike. It is the fastest, most cost-effective, high performance solution available today, which is an effective combination in any language.</p>
<p><span id="more-296"></span>IVR system features and capacities vary depending on the market segments they target. Small to medium enterprises (SMEs) may look to enhance their IP-PBX with an IVR-based auto-attendant using <strong> Prosody S</strong>, while larger companies will require a <strong> Prosody X </strong> board-based solution for a hybrid contact centre or voice portal, perhaps also using automatic speech recognition (ASR) and text-to-speech (TTS). Carriers and service providers need IVR to provide a wide range of subscriber messaging and large scale, hosted or VAS and mobile VAS service offerings. And, undoubtedly, TEMs (of all descriptions; Tier 1, Tier 2, etc.) and platform vendors supplying these user communities will also benefit from <strong> Aculab’s </strong> board and software options.</p>
<p><strong> Check out Aculab at </strong> <a href="http://www.aculab.com/solutions/IVR-solutions.asp " target="_blank">http://www.aculab.com/solutions/IVR-solutions.asp </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/general/aculab-offers-boards-and-hmp-software-for-ivr-systems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IVRS versus Auto attendant or Answering Machine</title>
		<link>http://www.ivrsworld.com/advanced-ivrs/ivrs-auto-attendant-answering-machine/</link>
		<comments>http://www.ivrsworld.com/advanced-ivrs/ivrs-auto-attendant-answering-machine/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 19:59:19 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[Advanced IVRS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Voice Mail]]></category>
		<category><![CDATA[answering machine]]></category>
		<category><![CDATA[auto attendant]]></category>
		<category><![CDATA[configurations]]></category>
		<category><![CDATA[CTI cards]]></category>
		<category><![CDATA[customisation]]></category>
		<category><![CDATA[EPABX]]></category>
		<category><![CDATA[IVR Application]]></category>
		<category><![CDATA[IVR Blog]]></category>
		<category><![CDATA[ivrs]]></category>
		<category><![CDATA[IVRS Blog]]></category>
		<category><![CDATA[telecom hardware]]></category>
		<category><![CDATA[vms]]></category>
		<category><![CDATA[voice mail system]]></category>
		<category><![CDATA[voice portal]]></category>
		<category><![CDATA[webage]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=210</guid>
		<description><![CDATA[Many people seem to confuse with IVRS and Auto-attendant and Answering Machine! Though  Auto attendant and Answering Machine may be compared, but comparing IVRS with either of them is comparing armored vehicle with F-117! ( Hope I have given the right analogy.:) ), they have similarities but they have major difference in usage, scale and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Many people seem to confuse with IVRS and Auto-attendant and Answering Machine!</p>
<p>Though  Auto attendant and Answering Machine may be compared, but comparing IVRS with either of them is comparing armored vehicle with F-117! ( Hope I have given the right analogy.:) ), they have similarities but they have major difference in usage, scale and features.</p>
<p>What is IVRS, to know one can read <a href="http://www.ivrsworld.com/2008/08/what-is-ivrs/">What is IVRS</a>, a previous article in this blog.  Or one can search in <a href="http://www.yahoo.com">Yahoo </a>or <a href="http://www.google.com">Google</a> or <a href="http://www.wikipedia.com">Wikipedia</a>. And here are few differences I am listing:-</p>
<p>1. Auto Attendant attends a call, and can transfer a call to extension as per caller dialing. IVRS can do all these too. But IVRS can retrieve data and playback information which Auto Attendant can not do! Answering Machine normally has one prompt which gets played after certain number of rings if the calls go unattended, and record a message from the caller. Also it plays back the recorded messages. These are the functons of Answering Machine.</p>
<p>2. IVRS is very smart and intelligent system while, Auto Attendant and Answering Machines can not be said to have any intelligence! They do few things as per pre-programmed! IVRS has vast applications! It has not applications in almost every industrial sectors including pharmaceutical  research activities too.</p>
<p><span id="more-210"></span>3. IVRS can work like an answering machine or auto attendant, but they can not work like an IVRS apart from the above tasks!</p>
<p>4. IVRS can work like a voice portal while no one can even imagine auto attendant or answering machine to work like voice portal.</p>
<p>[ad#image-large]</p>
<p>5. Auto Attendant and answering machine are low cost equipment, normally built in phone instrument or EPABX. While IVRS requires Server Class PCs to run, costly CTI cards and costly software engineers. Also IVRS can have few dedicated IVRS blogs, while I doubt if auto attendant or answering machine will have more than 2/3 pages in some websites. <img src='http://www.ivrsworld.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>6. Auto Attendant and Answering Machine has limited configurations and limited recording options, IVRS has almost unlimited applications and configurations!</p>
<p>I hope these six reasons should be enough to convince anyone the difference between IVRS, Auto Attendant and Answering Machine! There is a Voice mail System too which is a CTI application again, but a single function of storing recorded message! So, one can think of <a href="http://www.ivrsworld.com">Voice Mail System</a> (VMS) as a one kind of IVR Application .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/advanced-ivrs/ivrs-auto-attendant-answering-machine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

