<div>LOL, I guess I will be solving this issue myself :) So I found the last remaining issue, after this I got LiveWeather to work, I still dont know why the output shows that strange &quot;Options: ()&quot; being empty, but it works</div>

<div>&nbsp;</div>
<div><br>So here are the remaining issues.&nbsp; The following unlike the last post are not errors but things to watch out for</div>
<div><br>So lets look at yesno=/etc/asterisk/grammar/yesno.gram</div>
<div>&nbsp;</div>
<div>Some additional things to note</div>
<div>&nbsp;</div>
<div>1. yesno is not yes_no which many people see by default in there lumenvox.conf or something that has already come using other demos or apps like pizza demo, this above line needs to STILL be added.</div>
<div>2. grammar, at least for trixbox users is actually grammars with a &quot;S&quot;, so be sure that your folder path matches exactly with the folder&#39;s spelling</div>
<div>&nbsp;</div>
<div>In my case I needed to make further corrections where the end result was </div>
<div>uscities=/etc/asterisk/grammars/uscities.gram<br>yesno=/etc/asterisk/grammars/yesno.gram &lt;- and inserting this in addition to the already existing yes_no=/etc/asterisk/grammars/yesno.gram</div>
<div>&nbsp;</div>
<div>after that all works.&nbsp; I hope everyone finds this useful</div>
<div>&nbsp;</div>
<div><br>&nbsp;</div>
<div class="gmail_quote">On Thu, Mar 20, 2008 at 7:29 PM, David Merel &lt;<a href="mailto:david.merel@gmail.com">david.merel@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">So I found some off the problems, I still dont know why those &quot;Options: ()&quot; pop up, however I was able to find a FLAW in the instructions that perhaps Lumenvox or whoever should correct so we dont all run into the same mistake when we follow instructions line by line<br>
<br>Basically..... If you read the setup instructions you will find the following<br>
<p><b>2. Install the LumenVox Grammar. </b>To install the grammar, you must edit your <span style="FONT-FAMILY: Courier">lumenvox.conf</span> file in your <span style="FONT-FAMILY: Courier">/etc/asterisk</span> directory and add the following&nbsp; two entries:</p>

<p><span style="FONT-FAMILY: Courier">uscities=/etc/asterisk/lumenvox/grammar/uscities.gram</span></p>
<p><span style="FONT-FAMILY: Courier">yesno=/etc/asterisk/lumenvox/grammar/yesno.gram</span></p>
<p>You will&nbsp; then need to copy the grammar files appearing in your<span style="FONT-FAMILY: Courier"> grammar/</span>directory to the&nbsp; <span style="FONT-FAMILY: Courier">/etc/asterisk/grammar </span>subdirectory.</p>
<p>However if you copy everything to /etc/asterisk/grammar directory then how can you put into lumenvox.conf file the directory of /etc/asterisk/lumenvox/grammar/ - this does not exist, /etc/asterisk/grammar is what should be edited in the two entries above</p>
<br>
<p>Therefore...<br></p>
<p><span style="FONT-FAMILY: Courier">uscities=/etc/asterisk/grammar/uscities.gram</span></p>
<p><span style="FONT-FAMILY: Courier">yesno=/etc/asterisk/grammar/yesno.gram</span></p>
<p><br></p>But a NEW problem now appears, now it understands what I say, speaking city or digits of my ZIP but keeps asking me to confirm YES or NO and for some reason this does not seem to recognize my response, so close :( 
<div>
<div></div>
<div class="Wj3C7c"><br><br>
<div class="gmail_quote">On Thu, Mar 20, 2008 at 6:01 PM, David Merel &lt;<a href="mailto:david.merel@gmail.com" target="_blank">david.merel@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div>So I have downloaded LiveWeather from Lumenvox website.&nbsp; I installed it as instructed but I am noticing some issues.</div>
<div>&nbsp;</div>
<div>First off, I know Lumenvox speech engine is working because currently its working with the Pizza demo.</div>
<div>&nbsp;</div>
<div>When I go into Asterisk -vrrr I can see the following when I execute the program</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; -- Executing [123@from-internal:1] Answer(&quot;SIP/2000-08ac1c00&quot;, &quot;&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [123@from-internal:2] AGI(&quot;SIP/2000-08ac1c00&quot;, &quot;agi://localhost:4574/weather.agi&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- AGI Script Executing Application: (SpeechCreate) Options: ()<br>&nbsp;&nbsp;&nbsp; -- AGI Script Executing Application: (SpeechActivateGrammar) Options: (uscities)<br>&nbsp;&nbsp;&nbsp; -- AGI Script Executing Application: (SpeechStart) Options: ()<br>
&nbsp;&nbsp;&nbsp; -- AGI Script Executing Application: (SpeechBackground) Options: (liveweather/voice_adrian_greeting)<br>&nbsp;&nbsp;&nbsp; -- AGI Script Executing Application: (SpeechStart) Options: ()<br>&nbsp;&nbsp;&nbsp; -- AGI Script Executing Application: (SpeechBackground) Options: (liveweather/voice_adrian_didntgetthat)<br>
</div>
<div>The interesting thing is that I can see that SpeechCreate, SpeechActivateGrammar, and SpeechStart all have &quot;Options: ()&quot; after it.&nbsp; Has anyone come accross this issue?&nbsp; I think I am supposed to be seeing the SIP Channel in these brackets.&nbsp; For example the following code is what I would see in the Pizza Demo, you will notice that each of these functions seem to have SIP/XXXX as the options.&nbsp; Is it possible that Lumenvox has an older non working version of Adrian&#39;s LiveWeather application where somewhere in the code something isnt executing or passing variables correctly? I clearly see a difference between the two apps, if anyone has a working copy perhaps we can compare certain parts of the code.</div>

<div>&nbsp;</div>
<div><br>&nbsp;&nbsp;&nbsp; -- Executing [s@pizza:3] SpeechCreate(&quot;SIP/2000-08ac1c00&quot;, &quot;&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [s@pizza:4] Goto(&quot;SIP/2000-08ac1c00&quot;, &quot;order-pizza|s|1&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Goto (order-pizza,s,1)<br>&nbsp;&nbsp;&nbsp; -- Executing [s@order-pizza:1] Playback(&quot;SIP/2000-08ac1c00&quot;, &quot;GP-Greeting&quot;)&nbsp;in new stack<br>&nbsp;&nbsp;&nbsp; -- &lt;SIP/2000-08ac1c00&gt; Playing &#39;GP-Greeting&#39; (language &#39;en&#39;)<br>
&nbsp;&nbsp;&nbsp; -- Executing [s@order-pizza:2] Set(&quot;SIP/2000-08ac1c00&quot;, &quot;THRESHOLD=500&quot;) in&nbsp;new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [s@order-pizza:3] Goto(&quot;SIP/2000-08ac1c00&quot;, &quot;pizza-delivery|s|1&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Goto (pizza-delivery,s,1)<br>&nbsp;&nbsp;&nbsp; -- Executing [s@pizza-delivery:1] SpeechActivateGrammar(&quot;SIP/2000-08ac1c00&quot;,&quot;order&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [s@pizza-delivery:2] SpeechStart(&quot;SIP/2000-08ac1c00&quot;, &quot;&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing [s@pizza-delivery:3] SpeechBackground(&quot;SIP/2000-08ac1c00&quot;, &quot;GP-DeliveryorTakeout&quot;) in new stack<br></div>
<div>Anyways, any help would be greatly appreciated. Thank you</div></blockquote></div><br></div></div></blockquote></div><br>