Hi Brent,<div><br></div><div>Thanks for the help.</div><div><br></div><div>I am working to achieve the middle solution.</div><div><br></div><div>The scenario that i am trying to achieve :</div><div><br></div><div>Customer calls in the tollfree number:</div>
<div>Enter the ID and press&quot;#&quot;</div><div>Pwd: #</div><div>Press * to begin dictate,4 to pause and 2 to start again.</div><div>PRess * to end and start new</div><div><br></div><div>Upto this has been achieved using Dictate Application.</div>
<div><br></div><div>Now the file is saved in .raw format and when converted to .wav format doesnt give quality output and just makes loud noise.</div><div><br></div><div>Moreover i want to get a jobid  at the end of the dictation.Also want to provide pause,rewind and fastforward to it.I want to give some tags to file when it is stored like authid,name,time.</div>
<div><br></div><div>Thanks for all the suggestions you are going to give.</div><div><br></div><div>Regards,</div><div>Amit<br><br><div class="gmail_quote">On Thu, Feb 26, 2009 at 9:53 PM, Brent Davidson <span dir="ltr">&lt;<a href="mailto:brent@texascountrytitle.com">brent@texascountrytitle.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="Wj3C7c"><br>
<br>
amit mehta wrote:<br>
&gt; Hello Members,<br>
&gt;<br>
&gt; Sorry for hijacking the earlier thread and asking the question last time.<br>
&gt;<br>
&gt; Is anyone aware about a solution to call incoming number and dictate<br>
&gt; the  files by using Dictate feature of Asterisk used for Medical<br>
&gt; Transcription industry.<br>
&gt;<br>
&gt; Thanks &amp; Regards,<br>
&gt; Amit Mehta<br>
</div></div>I&#39;m not quite sure exactly what you&#39;re asking, so I&#39;ll cover what I see<br>
as answers to three possible scenarios.<br>
<br>
If all you want to do is read out the contents of text files, then look<br>
at the Cepstral text to speech engine.  It would be fairly simple to<br>
build a script that parsed a list of files, read some form of numeric<br>
identifier to the user that allowed them to select a file to be read,<br>
then the file is sent to the Cepstral (app_swift) module and the<br>
contents of the file are read back to the user.  You would probably need<br>
to implement some sort of pause, go back 1 sentence, go back one<br>
paragraph, etc controls as well.<br>
<br>
If you&#39;re looking for a way for a user to call in and record a voice<br>
file that will be later transcribed, that is probably easier than the<br>
reading a text file back.  Just set up a macro that prompts for the<br>
callers ID, Patient ID, or whatever info you need using the &quot;Read&quot;<br>
function, then use the &quot;Record&quot; function to record the fileand save it<br>
with the previously gathered info in the filename (easiest solution) or<br>
store the recording and all the other info in a database (A bit more<br>
complicated).<br>
<br>
If you&#39;re looking for a way to allow a caller to read some information<br>
and have the system save that as a text file, then you&#39;ll need to talk<br>
to someone with more knowledge than me.  Speech recognition isn&#39;t very<br>
easy right now.<br>
<br>
Best of luck,<br>
-Brent<br>
<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br></div>