<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-AU link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Yes, that would be a great help if you could release your code. Thanks<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] <b>On Behalf Of </b>envelopes envelopes<br><b>Sent:</b> Thursday, 8 September 2011 11:18 AM<br><b>To:</b> FreeSWITCH Users Help<br><b>Subject:</b> Re: [Freeswitch-users] FreeSWITCH, Nuance, ASR: IVR Integration<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><p>Do you mind open source it? Thanks.<o:p></o:p></p><div><p class=MsoNormal>On Sep 7, 2011 1:02 PM, "Christopher Rienzo" <<a href="mailto:cmrienzo@gmail.com">cmrienzo@gmail.com</a>> wrote:<br>> Yes, this discussion is about doing ASR with Nuance MRCP. The FreeSWITCH<br>> core does not care about which ASR engine is used, so these solutions are<br>> already pretty generic. However, the inputs and outputs are dependent on<br>> which ASR engine is used. Nuance MRCP will use SRGS for grammar definition<br>> and NLSML for the response.<br>> <br>> <br>> On Wed, Sep 7, 2011 at 2:37 PM, envelopes envelopes <<a href="mailto:sunwood360@gmail.com">sunwood360@gmail.com</a>>wrote:<br>> <br>>> Does your app support MRCP protocol? That would make it more generic.<br>>> On Sep 7, 2011 10:33 AM, "Christopher Rienzo" <<a href="mailto:cmrienzo@gmail.com">cmrienzo@gmail.com</a>> wrote:<br>>> > There's not really an easy way to do this out of the box. The FS core<br>>> > provides all the low-level functions necessary for doing ASR, but nothing<br>>> > higher level for interpreting results, handling barge-in, starting<br>>> > input-timers, etc.<br>>> ><br>>> > I solved this issue with a custom dialplan APP. I know of another other<br>>> dev<br>>> > that used event socket and the playback/detect_speech dialplan APPs.<br>>> > Looking at the scripts/javascript/js_modules/SpeechTools.jm source, you<br>>> can<br>>> > see that anthm solved it a different way.<br>>> ><br>>> ><br>>> ><br>>> > On Mon, Sep 5, 2011 at 3:02 AM, Glen Ganderton <<br>>> > <a href="mailto:Glen.Ganderton@premier.com.au">Glen.Ganderton@premier.com.au</a>> wrote:<br>>> ><br>>> >> Hi Guys, ****<br>>> >><br>>> >> ** **<br>>> >><br>>> >> What i am trying to do is configure an IVR using freeswitch and Nuance<br>>> >> 5.1.5 to perform speech recognition. I have installed the latest****<br>>> >><br>>> >> release of freeswitch on my CentOS system, I have also enabled and<br>>> >> configured the unimrcp module. I could find lots of information to****<br>>> >><br>>> >> configure the unimrcp module but there is no documentation on how to<br>>> create<br>>> >> IVR menu's using this module with Nuance. I have used the ****<br>>> >><br>>> >> demo pizza IVR with the pocketsphinx module and I keep getting refered<br>>> to<br>>> >> this but it's no help as I want to use Nuance for ASR. Any****<br>>> >><br>>> >> help on how to configure this would be great, specifically:****<br>>> >><br>>> >> ** **<br>>> >><br>>> >> * How to I call the IVR script from the dialplan****<br>>> >><br>>> >> * What language/s can I code the IVR in and can you please provide a<br>>> basic<br>>> >> sample of how this is done with Nuance.****<br>>> >><br>>> >> ** **<br>>> >><br>>> >> Thank you in advance****<br>>> >><br>>> >> ** **<br>>> >><br>>> >> --Glen****<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">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>> >> UNSUBSCRIBE:<br>>> <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>> >> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>> >><br>>> >><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">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>><br>>><o:p></o:p></p></div></div></body></html>