<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 21 January 2014 02:53, Matthew Jordan <span dir="ltr"><<a href="mailto:mjordan@digium.com" target="_blank">mjordan@digium.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">On Mon, Jan 20, 2014 at 10:17 PM, Matthew Jordan <<a href="mailto:mjordan@digium.com">mjordan@digium.com</a>> wrote:<br>

> On Mon, Jan 13, 2014 at 9:12 AM, Ben Langfeld <<a href="mailto:ben@langfeld.me">ben@langfeld.me</a>> wrote:<br>
<br>
</div><snip><br>
<div class="im"><br>
> 2) I do have some questions about the necessity of res_speech_dtmf.<br>
> res_speech typically acts as the 'generic' speech API for Asterisk -<br>
> that is, it is 1/2 of a shim that sits between Asterisk and a speech<br>
> engine. The other half translates the generic function calls into the<br>
> specific library calls, and vice versa.<br>
><br>
> In the case of DTMF, ast_speech_dtmf will already be called when a<br>
> DTMF frame is received in a speech-enabled application/API. If the<br>
> grammar loaded by ast_speech_grammar_load/ast_speech_grammar_activate<br>
> supports DTMF, it should work.<br>
><br>
> I would suspect what needs to be written is a res_speech_cspeech -<br>
> that is, an adapter from res_speech to Chris's cspeech library. Such a<br>
> shim would provide an implementation of the ast_speech_engine virtual<br>
> table in speech.h, and register itself with res_speech via<br>
> ast_speech_register.<br>
><br>
> If my thoughts are wrong on this - or there's a reason why an<br>
> alternative implementation of res_speech is needed for DTMF - please<br>
> let me know.<br>
><br>
> Either way, if you'd like, I can help put together such a module that<br>
> will bridge between Asterisk and cspeech.<br>
><br>
<br>
</div>Disregard this point - what you are writing *is* the correct thing,<br>
that is, the shim that sits between res_speech and cspeech. I think<br>
the name just threw me for a bit. </blockquote><div><br></div><div>Happy to use some other name. The logic here was that it was to be the core/default DTMF recognizer for res_speech.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
That, and I probably shouldn't look<br>
at unfamiliar code past 10.<br>
<br>
As a follow up question: how do you envision res_speech_dtmf - which<br>
will convert an Asterisk DTMF frame into an appropriate<br>
SSML/SRGS/NLSML representation - working with another speech engine?<br>
Does it have value as a stand-alone piece of functionality?<br></blockquote><div><br></div><div>The idea is that it'll be a full recognizer implementation. It would be the default engine registered with res_speech in the absence of any other external implementation (eg UniMRCP). An application would either invoke the default recognizer, or some other (eg UniMRCP), and the two would not necessarily have any interaction at all.</div>
<div><br></div><div>I also envision that this recognizer would be implemented as a UniMRCP Server plugin so that it is available more widely.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Regardless, I'd be happy to assist with the Asterisk module development.<br></blockquote><div><br></div><div>Excellent! Right now I'm waiting on news from Chris that he is done with his current work on cspeech (<a href="https://github.com/crienzo/cspeech/commits/master">https://github.com/crienzo/cspeech/commits/master</a>).</div>
<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class=""><div class="h5"><br>
<br>
--<br>
Matthew Jordan<br>
Digium, Inc. | Engineering Manager<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a><br>
<br>
_______________________________________________<br>
asterisk-app-dev mailing list<br>
<a href="mailto:asterisk-app-dev@lists.digium.com">asterisk-app-dev@lists.digium.com</a><br>
<a href="http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev" target="_blank">http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev</a><br>
</div></div></blockquote></div><br></div></div>