<?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; tone dialing</title>
	<atom:link href="http://www.ivrsworld.com/tag/tone-dialing/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>Automatic Speech Recognition in voice portal</title>
		<link>http://www.ivrsworld.com/automatic-speech-recognition/speech-recognition-in-voice-portal/</link>
		<comments>http://www.ivrsworld.com/automatic-speech-recognition/speech-recognition-in-voice-portal/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 09:27:09 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[Automatic Speech Recognition]]></category>
		<category><![CDATA[Speech Recognition]]></category>
		<category><![CDATA[voice portal]]></category>
		<category><![CDATA[asr]]></category>
		<category><![CDATA[DTMF]]></category>
		<category><![CDATA[dtmf dialing]]></category>
		<category><![CDATA[Indian Telecom]]></category>
		<category><![CDATA[ivr]]></category>
		<category><![CDATA[mrcp]]></category>
		<category><![CDATA[Pulse dialing]]></category>
		<category><![CDATA[speech enabled IVR menu]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[Telecom]]></category>
		<category><![CDATA[Telecom news India]]></category>
		<category><![CDATA[tone dialing]]></category>
		<category><![CDATA[touch tone]]></category>
		<category><![CDATA[voice recognition]]></category>
		<category><![CDATA[Voice VAS]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=1056</guid>
		<description><![CDATA[What is speech recognition or automatic speech recognition ? Automatic speech recognition can be defined as a process by which spoken words are converted to text. Many people may confuse with voice recognition as speech recognition. Voice recognition is recognising the speaker of the voice, while automatic speech recognition recognise the words spoken. While speech [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>What is speech recognition or automatic speech recognition ?</strong><br />
      Automatic speech recognition can be defined as a process by which spoken words are converted to text. Many people may confuse with voice recognition as speech recognition. Voice recognition is recognising the speaker of the voice, while automatic speech recognition recognise the words spoken. While speech recognition is mainly used for menu selection, voice recognition is used for checking authorised user.</p>
<p><strong>How automatic speech recognition can be used in voice portal ?</strong><br />
   Voice portal is a large IVR application which provides many value added services to the voice portal user. Normally, voice portals are operated by telecom operators to provide information of their services, activating deactivating services, utility services like matrimonial, job search, listening to music and download, jokes etc. Since voice portals have large information to be provided to a caller, it needs to give out a long list of options. But the DTMF digits or touch tones on a mobile phone or telephone instrument is limited. So automatic speech recognition is used as an alternative to touch tone or DTMF input for selecting a menu option in the voice portal or IVR.</p>
<p><strong>Advantages of Automatic Speech Recognition over DTMF in Voice Portal: </strong><br />
  1. Caller can choose a menu option quickly without having to listen to boring long list of menus. IVR can become truly interactive with its caller using same human voice.<br />
 <span id="more-1056"></span> 2. Using an IVR was always a problem as one he has to remove it from his ear to look at the keypad and press a key. This can be again quite irritating for a voice portal user. Implementation of ASR completely remove this problem.<br />
  3. Change of menu or introduction of new options a menu, or shuffling of options in a menu becomes easier as menu options are the words most commonly used by everybody for a particular option. Using a touchtone or DTMF menu, any option was assigned to a DTMF key or a number. With ASR, it is assigned to the word itself.<br />
  4. Not many people are aware of # and * keys as they are hardly used in normal operation while IVR seems to use them for some options for very long menus. ASR does not face this kind of problem.</p>
<p>So, one may find it very useful in a developer point of view to use ASR in voice portal as it gives more flexibility for designing menu and presentation of data. But as user point of view it may not that user friendly as touch tone. This mainly due to lack of 100% accuracy in recognising the word spoken by the caller. Wrong detection of words by ASR may result in very awkward menu options and information fetching. One way of tackling this problem is to confirm a user of his chosen option in the menu with a YES or NO for every menu option. But it would be too irritating for a user! A voice portal is normally a premium service where irritating caller is the biggest crime one can commit!</p>
<p><strong>Problems of Speech recognition<br />
</strong>1. Accuracy of recognition<br />
   Accuracy of recognition can be thought as converting words spoken by a user accurately to ts corresponding text.<br />
   As per information available ( by Googling and visiting ASR engine provider websites), almost all ASR engine has high accuracy for detecting two words, YES and NO. Apart from them, other words like numbers, date of births etc. has lower accuracy in recognising. For example, accuracy of recognition of numbers 1,2,3 etc vary from 87 to 91% depending on ASR engine. Accuracy of recognising other natural English language is fare much worse! As per report, recognising departments in company is maximum 85%!<br />
  Though accuracy can be improved by training of ASR, but it is not practical at all and does not serve a voice portal.</p>
<p><strong>2. Different accent<br />
</strong>  Using ASR in a big country where people speak different languages or same language with different accents,speech recognition accuracy is bound to fare worse.</p>
<p><strong>3. Confirming YES/NO again and again is irritating<br />
</strong> People may design IVR very intelligently to confirm for any doubtful word recognition by YES or NO, but it is still irritating for many people and it slows down the time for fetching an information. In a voice portal where caller pays by minute of usage, it may not work in the interest of voice portal users.</p>
<p>Still, automatic speech recognition (ASR) is  used widely in voice portal now a days and here are the few services in voice portal where ASR may work well :-</p>
<p>1. Contests<br />
2. Classifieds<br />
3. City wise weather information</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/automatic-speech-recognition/speech-recognition-in-voice-portal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DTMF and Pulse Dialing</title>
		<link>http://www.ivrsworld.com/abc-of-ivrs/dtmf-and-pulse-dialing/</link>
		<comments>http://www.ivrsworld.com/abc-of-ivrs/dtmf-and-pulse-dialing/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 13:27:47 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[ABC of IVRS]]></category>
		<category><![CDATA[CTI News]]></category>
		<category><![CDATA[dialogic]]></category>
		<category><![CDATA[break]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[DTMF]]></category>
		<category><![CDATA[ivr dtmf key]]></category>
		<category><![CDATA[ivr key]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[OFF HOOK]]></category>
		<category><![CDATA[ON HOOK]]></category>
		<category><![CDATA[pulse]]></category>
		<category><![CDATA[Pulse dialing]]></category>
		<category><![CDATA[tone]]></category>
		<category><![CDATA[tone dialing]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=129</guid>
		<description><![CDATA[I had promised before that I would write about DTMF and pulse dialing in future. Finally I have decided to write about them! This article may be ignored by IVR professionals as they must be quite bored with these two terminologies! But many users who have to listen to announcements like &#8220;If you are in [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I had promised before that I would write about DTMF and pulse dialing in future. Finally I have decided to write about them!</p>
<p>This article may be ignored by IVR professionals as they must be quite bored with these two terminologies! But many users who have to listen to announcements like &#8220;If you are in pulse mode, then please come to Tone mode by pressing # ( Hash), thank you&#8221;, for them it might be useful!</p>
<p>Many telephone Instruments/Telephone Handsets has a button on either bottom-side of it or side of it which says P And T on either side. It means Pulse or Tone. Depending on the position of that button, your telephone instrument will generate either pulses or DTMF tones on pressing a key on the keypad.</p>
<p><span id="more-129"></span></p>
<p>DTMF stands for Dual Tone Multiple Frequency.  It esentially used to depict the 4X4 Matrix keypad used for Telephone Keypad. 1,2,3,4,5,6,7,8,9,*,0,#,A,B,C,D. Many telephone instruments don&#8217;t have A B C D keys! DTMF constitutes two frequencies which are combined together for denoting a DTMF digit.</p>
<p><strong>Here is the table :</strong></p>
<p><!--[endif]--></p>
<table class="MsoTableGrid" style="border: medium none; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border: 1pt solid windowtext; padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">1209 Hz</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">1336 Hz</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">1477Hz</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.6pt;" width="118" valign="top">
<p class="MsoNormal">1633Hz</p>
</td>
</tr>
<tr>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">697Hz</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">1</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">2</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">3</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.6pt;" width="118" valign="top">
<p class="MsoNormal">A</p>
</td>
</tr>
<tr>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">770Hz</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">4</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">5</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">6</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.6pt;" width="118" valign="top">
<p class="MsoNormal">B</p>
</td>
</tr>
<tr>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">852Hz</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">7</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">8</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">9</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.6pt;" width="118" valign="top">
<p class="MsoNormal">C</p>
</td>
</tr>
<tr>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">941Hz</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">*</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">0</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.55pt;" width="118" valign="top">
<p class="MsoNormal">#</p>
</td>
<td style="padding: 0in 5.4pt; width: 88.6pt;" width="118" valign="top">
<p class="MsoNormal">D</p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal">
<p class="MsoNormal">This tables shows that:</p>
<p class="MsoNormal">When you press Key 1, it generates two frequencies, 1209Hz and 697Hz.  Now, lets unsrstand the telephone operation</p>
<p class="MsoNormal">It has two state or situation</p>
<p class="MsoNormal"><strong>Connecting state</strong> : Here you lift the phone, hear the dial tone, and press the number you want to dial. And wait for either ring back tone or some busy tone! This state can be called connecting state. In this state, when you press the keys, these keys ( the two frequencies ) are transmitted to the exchange. Exchnage in turns try to connect to the number you have dialed.</p>
<p>[ad#large-ad]</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal"><strong>Connected State</strong> : In this state, call is connected and you are talking to your friends ( girfriends), relatives, business contacts or IVRS! Now if you press a key, it will still produce the same two frequencies and it will be heard by you as well as the person at other end which can be IVRS too! That is how DTMF is used for selectiing various options in IVRS! The tone duration has minimum period to detect and I think its 40ms ON and 80ms OFF. it means it has to generate the tones for minimum period of 40ms for the other end to detect and minimum 80ms of gap for the next DTMF tone!</p>
<p class="MsoNormal"><strong> TIP : </strong>If you a smart person, you can use the above information this way!</p>
<p class="MsoNormal">Suppose you have a landline phone in your house. And your father has put a lock on the keypads so that you can not make any outgoing calls! But you can still make outgoing calls! All you have to do is, using your mobile phone, press the keys of the number you want to call, and then record those tones! ( How do you do it, I wont tell!) Just record those tones, lift the handset, play the recorded tones in front of the mouthpiece of handset and wow, you made a call to that number! I hope I wont be sued for this piece of information!</p>
<p class="MsoNormal">
<p class="MsoNormal">If the Telephone handset is in Pulse Mode, then when you press a key, it will connect / disconnect corresponding to the number of the key! Suppose, you press a 1, it will disconnect once and then connect again! You can think this as <strong>ON HOOK</strong> and <strong>OFF HOOK</strong>! This cycle is for certain duration and the duration is standardized. Its called <strong>Break</strong> and <strong>Connect</strong> too.</p>
<p class="MsoNormal">In connected state too, you can press keys in pulse dialing! It will produce some sound which corresponds to some frequency only! And if IVR can detect that frequency, IVR can detect pulse dialing too in connection state and IVR will stop asking you to come to Tone mode! But most IVR Systems dont support this!</p>
<p class="MsoNormal">Last information : <strong>Mobile Phones dont have Pulse dialing option. </strong></p>
<p class="MsoNormal">
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/abc-of-ivrs/dtmf-and-pulse-dialing/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

