<div dir="ltr"><br><div class="gmail_quote">2008/10/10 Steve Mathers <span dir="ltr">&lt;<a href="mailto:Steve.Mathers@prosodiecrm.com">Steve.Mathers@prosodiecrm.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">












<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">Can we see the extensions code? </span></font></p></div></div></blockquote><div><br>The extension is the same are avaiable on pizza-demo<br>
<br>[Lumenvox]<br>exten =&gt; 9999,1,Goto(pizza,s,1)<br>[pizza]<br>exten =&gt; s,1,Answer<br>exten =&gt; s,2,Wait(1)<br>exten =&gt; s,3,SpeechCreate<br>exten =&gt; s,4,Goto(order-pizza,s,1)<br><br>[order-pizza]<br>exten =&gt; s,1,Playback(GP-Greeting)<br>
;The THRESHOLD is a value compared to the<br>;SPEECH_SCORE(x), which is the confidence score<br>;returned by the Speech Engine.<br>exten =&gt; s,2,Set(THRESHOLD=500)<br>exten =&gt; s,3,Goto(pizza-delivery,s,1)<br><br>;This context will get whether the caller<br>
;requests delivery or takeout<br>[pizza-delivery]<br>exten =&gt; s,1,SpeechActivateGrammar(order)<br>exten =&gt; s,2,SpeechStart<br>exten =&gt; s,3,SpeechBackground(GP-DeliveryorTakeout|15)<br>;If there are no results (no input) then we re-prompt them.<br>
exten =&gt; s,4,GotoIf($[&quot;${SPEECH(results)}&quot; = &quot;0&quot;]?5:7)<br>exten =&gt; s,5,Playback(GP-NoDeliveryorTake-out)<br>exten =&gt; s,6,Goto(2)<br>exten =&gt; s,7,Set(TEXT=${SPEECH_TEXT(0)})<br>;If the confidence score is below the threshold then we confirm the intent<br>
;of the spoken phrase.<br>exten =&gt; s,8,Gotoif($[ &quot;${SPEECH_SCORE(0)}&quot; &gt; &quot;${THRESHOLD}&quot; ]?12:9)<br>exten =&gt; s,9,Macro(speech-confirm,${SPEECH_TEXT(0)})<br>exten =&gt; s,10,GotoIf($[&quot;${CONFIRM}&quot; = &quot;no&quot;]?3:11)<br>
exten =&gt; s,11,Noop(speech_score=${SPEECH_SCORE(0)})<br><br>.... <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-US">
<div><p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;"></span></font></p>

<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">&nbsp;</span></font></p>

<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;"><a href="http://www.asterisk.org/doxygen/1.4/AstSpeech.html" target="_blank">http://www.asterisk.org/doxygen/1.4/AstSpeech.html</a></span></font></p>


<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">&nbsp;</span></font></p>

<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">this link will help you with the speech
functions.</span></font></p></div></div></blockquote><div>I&#39;m newbie on speech engine and i will use the demo to test if is speech is running correctly.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US"><div><p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;"></span></font></p>

<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">&nbsp;</span></font></p>

<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">Also I don't see any errors in ur logs u posted…so does
the application/asterisk freeze? </span></font></p></div></div></blockquote><div><br>No the aplication only wait for voice,.. <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US"><div><p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">Does asterisk need to be restarted?</span></font></p></div></div>
</blockquote><div>No <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-US"><div><p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;"> License
server running? </span></font></p></div></div></blockquote><div>Off course<br><br>ps ax|grep lv<br>15525 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ssl&nbsp;&nbsp;&nbsp; 0:19 lv_sre_server -console<br>15610 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ssl&nbsp;&nbsp;&nbsp; 0:00 lv_license_server -console<br>22281 pts/4&nbsp;&nbsp;&nbsp; R+&nbsp;&nbsp;&nbsp;&nbsp; 0:00 grep lv<br>
&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-US"><div><p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">Also what versions of asterisk, </span></font></p>
</div></div></blockquote><div>Asterisk <a href="http://1.4.20.1">1.4.20.1</a><br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-US">
<div><p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">lumenvox,</span></font></p></div></div></blockquote><div>v oip*CLI&gt; lumenvox show version<br>Lumenvox connector version: 22</div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-US"><div><p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;"> and OS are you using?</span></font></p>
</div></div></blockquote><div><br>centos , with trixbox<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-US">
<div><p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;"></span></font></p>

<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">&nbsp;</span></font></p>

<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">All the asterisk logs are in
/var/log/asterisk…</span></font></p></div></div></blockquote><div><br>I know asterisk logs , and have read all possible. Lumenvox have /var/log/lumenvox directory and too logs files, exist an specific for debug??<br><br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-US"><div><p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;"></span></font></p>


<p><font color="navy" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">&nbsp;</span></font></p>

<div>

<div style="text-align: center;" align="center"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">

<hr align="center" size="2" width="100%">

</span></font></div>

<p><b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma;">
<a href="mailto:asterisk-speech-rec-bounces@lists.digium.com" target="_blank">asterisk-speech-rec-bounces@lists.digium.com</a>
[mailto:<a href="mailto:asterisk-speech-rec-bounces@lists.digium.com" target="_blank">asterisk-speech-rec-bounces@lists.digium.com</a>] <b><span style="font-weight: bold;">On Behalf Of </span></b>Giancarlo Rubio<br>
<b><span style="font-weight: bold;">Sent:</span></b> Friday, October 10, 2008
12:13 PM<div class="Ih2E3d"><br>
<b><span style="font-weight: bold;">To:</span></b>
<a href="mailto:asterisk-speech-rec@lists.digium.com" target="_blank">asterisk-speech-rec@lists.digium.com</a><br>
<b><span style="font-weight: bold;">Subject:</span></b> [asterisk-speech-rec]
Help With Lumenvox</div></span></font></p>

</div>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;">&nbsp;</span></font></p>

<div>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;">Hi,<div><div></div><div class="Wj3C7c"><br>
<br>
I have bought an lumenvox speech engine and have sucessfull setup the license
manager.<br>
I will try to test the speech with pizza-demo. After setup pizza-demo, copying
all the extension, sounds and agi (with permissions) i called to the extension.
The applications always stop in speechbackground,<br>
<br>
[Oct 10 15:07:06]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [9999@Lumenvox:1]
Goto(&quot;SIP/9010-0a19e620&quot;, &quot;pizza|s|1&quot;) in new stack<br>
[Oct 10 15:07:06]&nbsp;&nbsp;&nbsp;&nbsp; -- Goto (pizza,s,1)<br>
[Oct 10 15:07:06]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@pizza:1]
Answer(&quot;SIP/9010-0a19e620&quot;, &quot;&quot;) in new stack<br>
[Oct 10 15:07:06]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@pizza:2]
Wait(&quot;SIP/9010-0a19e620&quot;, &quot;1&quot;) in new stack<br>
[Oct 10 15:07:07]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@pizza:3]
SpeechCreate(&quot;SIP/9010-0a19e620&quot;, &quot;&quot;) in new stack<br>
[Oct 10 15:07:07]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@pizza:4]
Goto(&quot;SIP/9010-0a19e620&quot;, &quot;order-pizza|s|1&quot;) in new stack<br>
[Oct 10 15:07:07]&nbsp;&nbsp;&nbsp;&nbsp; -- Goto (order-pizza,s,1)<br>
[Oct 10 15:07:07]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@order-pizza:1]
Playback(&quot;SIP/9010-0a19e620&quot;, &quot;GP-Greeting&quot;) in new stack<br>
[Oct 10 15:07:07]&nbsp;&nbsp;&nbsp;&nbsp; -- &lt;SIP/9010-0a19e620&gt; Playing
&#39;GP-Greeting&#39; (language &#39;en&#39;)<br>
[Oct 10 15:07:09]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@order-pizza:2]
Set(&quot;SIP/9010-0a19e620&quot;, &quot;THRESHOLD=500&quot;) in new stack<br>
[Oct 10 15:07:09]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@order-pizza:3]
Goto(&quot;SIP/9010-0a19e620&quot;, &quot;pizza-delivery|s|1&quot;) in new
stack<br>
[Oct 10 15:07:09]&nbsp;&nbsp;&nbsp;&nbsp; -- Goto (pizza-delivery,s,1)<br>
[Oct 10 15:07:09]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@pizza-delivery:1]
SpeechActivateGrammar(&quot;SIP/9010-0a19e620&quot;, &quot;order&quot;) in new
stack<br>
[Oct 10 15:07:09]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@pizza-delivery:2]
SpeechStart(&quot;SIP/9010-0a19e620&quot;, &quot;&quot;) in new stack<br>
[Oct 10 15:07:09]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@pizza-delivery:3]
SpeechBackground(&quot;SIP/9010-0a19e620&quot;,
&quot;GP-DeliveryorTakeout&quot;) in<br>
<br>
<br>
How can i solve this?? logs?? What logs?? How to debug this??<br>
<br>
<br>
#######<br>
voip*CLI&gt; lumenvox show grammars<br>
Filename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Load Result<br>
/etc/asterisk/grammars/yesno.gram&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
yes_no&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Success<br>
/etc/asterisk/grammars/pizza.gram&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
pizza&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Success<br>
/etc/asterisk/grammars/order.gram&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
order&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Success<br>
/etc/asterisk/grammars/crust.gram&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
crust&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Success<br>
/etc/asterisk/grammars/size.gram&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Success<br>
/etc/asterisk/grammars/specialityorcustom.gram&nbsp;&nbsp;&nbsp;&nbsp;
specialityorcustom&nbsp;&nbsp; Success<br>
/etc/asterisk/grammars/speciality.gram&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
speciality&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Success<br>
/etc/asterisk/grammars/arso.gram&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
arso&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Success<br>
voip*CLI&gt;<br>
###<br>
voip*CLI&gt; lumenvox show version<br>
Lumenvox connector version: 22<br>
###<br>
<br>
module show like lumenvox<br>
Module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Use Count<br>
res_speech_lumenvox.so&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lumenvox
Speech
Recognition&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1<br>
1 modules loaded<br>
<br>
Thank&#39;s<br>
<br>
<br>
<br>
<br clear="all">
<br>
-- <br>
Giancarlo Rubio</div></div></span></font></p>

</div>

</div>

</div>


<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-speech-rec mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-speech-rec" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-speech-rec</a><br></blockquote></div><br><br clear="all"><br>-- <br>Giancarlo Rubio<br>

</div>