<div dir="ltr">Code is from sample Grammar provided by Wiki, not my original code...</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 10, 2017 at 12:32 AM, Артур <span dir="ltr"><<a href="mailto:findmeinwland@gmail.com" target="_blank">findmeinwland@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">But it's a syntax error, no? I think you need to verify your code<br>
<br>
<br>
10.01.2017 13:26, Gonzalo Gasca Meza пишет:<br>
<div class="HOEnZb"><div class="h5">> Hi all,<br>
><br>
> I'm trying to install Speech Recognition engine.<br>
><br>
> Version: FreeSWITCH (Version 1.6.13 -21-e755b43 64bit)<br>
><br>
> Following this example:<br>
><br>
> <a href="https://wiki.freeswitch.org/wiki/Mod_pocketsphinx" rel="noreferrer" target="_blank">https://wiki.freeswitch.org/<wbr>wiki/Mod_pocketsphinx</a><br>
><br>
> <include><br>
> <extension name="pizza_demo"><br>
> <condition field="destination_number" expression="^(pizza|74992)$"/><br>
> <condition field="${module_exists(mod_v8)<wbr>}" expression="true"/><br>
> <condition field="${module_exists(mod_<wbr>pocketsphinx)}"<br>
> expression="true"><br>
> <action application="javascript" data="ps_pizza.js"/><br>
> </condition><br>
> </extension><br>
> </include><br>
><br>
> I'm replacing mod_spidermonkey with mod_v8 based on this document and<br>
> when I call this number I get:<br>
><br>
> EXECUTE sofia/external/<a href="mailto:14088053951@104.236.190.206">14088053951@<wbr>104.236.190.206</a><br>
> javascript(ps_pizza.js)<br>
> 2017-01-10 03:04:39.099748 [ERR] SpeechTools.jm:191 Exception:<br>
> SyntaxError: Unexpected identifier (near: " if<br>
> (result.interpretation.@<wbr>confidence >= grammar_object.min_score) {")<br>
><br>
> If I change: result.interpretation.@<wbr>confidence to<br>
> result.interpretation.['@<wbr>confidence']<br>
><br>
> EXECUTE sofia/external/<a href="mailto:14088053951@104.236.190.206">14088053951@<wbr>104.236.190.206</a><br>
> export(RFC2822_DATE=Tue, 10 Jan 2017 03:13:10 -0500)<br>
> 2017-01-10 03:13:10.139816 [DEBUG] switch_channel.c:1296 EXPORT<br>
> (export_vars) [RFC2822_DATE]=[Tue, 10 Jan 2017 03:13:10 -0500]<br>
> EXECUTE sofia/external/<a href="mailto:14088053951@104.236.190.206">14088053951@<wbr>104.236.190.206</a><br>
> javascript(ps_pizza.js)<br>
> 2017-01-10 03:13:10.159763 [ERR] SpeechTools.jm:191 Exception:<br>
> SyntaxError: Unexpected string (near: " if<br>
> (result.interpretation.['@<wbr>confidence'] >= grammar_object.min_score) {")<br>
><br>
> SpeechTools.jm from:<br>
> <a href="https://raw.githubusercontent.com/lordnull/FreeSWITCH/master/scripts/javascript/js_modules/SpeechTools.jm" rel="noreferrer" target="_blank">https://raw.githubusercontent.<wbr>com/lordnull/FreeSWITCH/<wbr>master/scripts/javascript/js_<wbr>modules/SpeechTools.jm</a><br>
><br>
> Similar discussion:<br>
> <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2014-June/105818.html" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>pipermail/freeswitch-users/<wbr>2014-June/105818.html</a><br>
><br>
> Any pointers?<br>
> I get the mod_v8 module compiled from Freeswitch using this:<br>
> <a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_v8" rel="noreferrer" target="_blank">https://freeswitch.org/<wbr>confluence/display/FREESWITCH/<wbr>mod_v8</a><br>
><br>
> Thanks<br>
><br>
><br>
><br>
><br>
> ______________________________<wbr>______________________________<wbr>_____________<br>
> Professional FreeSWITCH Consulting Services:<br>
> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
> <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
> <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a></div></div></blockquote></div><br></div>