<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="GENERATOR" content="MSHTML 8.00.6001.18813">
<style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body ocsi="x">
<div dir="ltr"><font color="#000000" size="2" face="Tahoma">Anthony, I am embarassed to say that it's already&nbsp;documented in&nbsp;the mod_unimrcp wiki page now I come to look at it ... I can't understand how we didn't see that. Must try harder.</font></div>
<div dir="ltr"><font size="2" face="Tahoma"></font>&nbsp;</div>
<div dir="ltr"><font size="2" face="Tahoma">I have however added the mod_unimrcp page to the Modules page in the&nbsp;wiki - it wasn't there before, and I have marked the mod_openmrcp page as DEPRECATED. Hope that's ok. If you like we can put together something
 for the currently 'TBD' javascript section in the next few days.</font></div>
<div dir="ltr"><font size="2" face="Tahoma"></font>&nbsp;</div>
<div style="DIRECTION: ltr" id="divRpF214066">
<hr tabindex="-1">
<font size="2" face="Tahoma"><b>From:</b> freeswitch-users-bounces@lists.freeswitch.org [freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Anthony Minessale [anthony.minessale@gmail.com]<br>
<b>Sent:</b> 24 September 2009 20:01<br>
<b>To:</b> freeswitch-users@lists.freeswitch.org<br>
<b>Subject:</b> Re: [Freeswitch-users] ASR using mod_unimrcp, vlingo<br>
</font><br>
</div>
<div></div>
<div>if you find the time, can you add that to the wiki too?<br>
<br>
<br>
<div class="gmail_quote">On Thu, Sep 24, 2009 at 12:07 PM, Jim Page <span dir="ltr">
&lt;<a href="mailto:jim.page@redmatter.com">jim.page@redmatter.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div lang="EN-GB">
<div>
<p><span style="COLOR: rgb(31,73,125); FONT-SIZE: 11pt">Hi Arsen</span></p>
<p><span style="COLOR: rgb(31,73,125); FONT-SIZE: 11pt"></span>&nbsp;</p>
<p><span style="COLOR: rgb(31,73,125); FONT-SIZE: 11pt">Thanks for your message – it inspired us to do what we should have done in the first place, and look at the code. The problem we were having was related to grammar files not being available locally. Now
 we have discovered the “builtin:” keyword we are up and running </span><span style="FONT-FAMILY: Wingdings; COLOR: rgb(31,73,125); FONT-SIZE: 11pt">J</span><span style="COLOR: rgb(31,73,125); FONT-SIZE: 11pt"></span></p>
<p><span style="COLOR: rgb(31,73,125); FONT-SIZE: 11pt"></span>&nbsp;</p>
<p><span style="COLOR: rgb(31,73,125); FONT-SIZE: 11pt">Many thanks</span></p>
<p><span style="COLOR: rgb(31,73,125); FONT-SIZE: 11pt">Jim</span></p>
<p><span style="COLOR: rgb(31,73,125); FONT-SIZE: 11pt"></span>&nbsp;</p>
<div>
<div style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0cm; PADDING-LEFT: 0cm; PADDING-RIGHT: 0cm; BORDER-TOP: 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<p><b><span style="FONT-SIZE: 10pt" lang="EN-US">From:</span></b><span style="FONT-SIZE: 10pt" lang="EN-US">
<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>]
<b>On Behalf Of </b>Arsen Chaloyan<br>
<b>Sent:</b> 24 September 2009 18:24</p>
<div class="im"><br>
<b>To:</b> <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
</div>
<b>Subject:</b> Re: [Freeswitch-users] ASR using mod_unimrcp, vlingo</span>
<p></p>
</div>
</div>
<div>
<div></div>
<div class="h5">
<p>&nbsp;</p>
<div>
<div>
<p style="MARGIN-BOTTOM: 12pt"><span style="FONT-SIZE: 10pt">Hi Jim,<br>
<br>
&gt;From conceptual viewpoint, mod_unimrcp is just an alternate implementation of an abstract ASR/TTS interface FreeSWITCH provides.<br>
Therefore you can use it exactly the same way as other ASR/TTS modules.<br>
See scripts/javascript/ps_pizza.js in FS tree for a working example.<br>
<br>
The only thing you should know and change there is module name<br>
&lt; var asr = new SpeechDetect(session, &quot;pocketsphinx&quot;); <br>
&gt; var asr = new SpeechDetect(session, &quot;unimrcp&quot;);<br>
<br>
Typically you can specify any grammar your MRCP server supports.</span></p>
<div>
<div style="TEXT-ALIGN: center" align="center"><span style="FONT-SIZE: 10pt">
<hr align="center" size="1" width="100%">
</span></div>
<p><b><span style="FONT-SIZE: 10pt">From:</span></b><span style="FONT-SIZE: 10pt"> Jim Page &lt;<a href="mailto:jim.page@redmatter.com">jim.page@redmatter.com</a>&gt;<br>
<b>To:</b> &quot;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&quot; &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
<b>Sent:</b> Thursday, September 24, 2009 1:25:20 PM<br>
<b>Subject:</b> [Freeswitch-users] ASR using mod_unimrcp, vlingo<br>
</span><span style="FONT-SIZE: 10pt"><br>
Hi All<br>
<br>
Has anyone had any experience doing ASR with mod_unimrcp in javascript? In particular, how do you deal with grammars? A simple piece of demo code would be massively appreciated - the documentation on mod_unimrcp ASR javascript bindings is TBD, which I assume
 means 'to be documented' ... unless it means 'to be developed' ...<br>
<br>
Also is anyone aware of a vlingo integration for freeswitch?<br>
<br>
All the best<br>
Jim<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
Anthony Minessale II<br>
<br>
FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
<br>
AIM: anthm<br>
<a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
<br>
FreeSWITCH Developer Conference<br>
<a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf&#43;888@conference.freeswitch.org</a><br>
pstn:213-799-1400<br>
</div>
</body>
</html>