So I found some off the problems, I still dont know why those "Options: ()" 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 class="MsoBodyText"><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 two entries:</p>
<p class="MsoBodyText"><span style="font-family: Courier;">uscities=/etc/asterisk/lumenvox/grammar/uscities.gram</span></p>
<p class="MsoBodyText"><span style="font-family: Courier;">yesno=/etc/asterisk/lumenvox/grammar/yesno.gram</span></p>
<p class="MsoBodyText">You will then need to copy the grammar files
appearing in your<span style="font-family: Courier;"> grammar/</span>directory to
the <span style="font-family: Courier;">/etc/asterisk/grammar </span>subdirectory.</p>
<p class="MsoNormal">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 class="MsoNormal">Therefore...<br></p><p class="MsoBodyText"><span style="font-family: Courier;">uscities=/etc/asterisk/grammar/uscities.gram</span></p>
<p class="MsoBodyText"><span style="font-family: Courier;">yesno=/etc/asterisk/grammar/yesno.gram</span></p><p class="MsoNormal"><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 :(<br><br>
<div class="gmail_quote">On Thu, Mar 20, 2008 at 6:01 PM, David Merel <<a href="mailto:david.merel@gmail.com">david.merel@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>So I have downloaded LiveWeather from Lumenvox website. I installed it as instructed but I am noticing some issues.</div>
<div> </div>
<div>First off, I know Lumenvox speech engine is working because currently its working with the Pizza demo.</div>
<div> </div>
<div>When I go into Asterisk -vrrr I can see the following when I execute the program</div>
<div> </div>
<div> -- Executing [123@from-internal:1] Answer("SIP/2000-08ac1c00", "") in new stack<br> -- Executing [123@from-internal:2] AGI("SIP/2000-08ac1c00", "agi://localhost:4574/weather.agi") in new stack<br>
-- AGI Script Executing Application: (SpeechCreate) Options: ()<br> -- AGI Script Executing Application: (SpeechActivateGrammar) Options: (uscities)<br> -- AGI Script Executing Application: (SpeechStart) Options: ()<br>
-- AGI Script Executing Application: (SpeechBackground) Options: (liveweather/voice_adrian_greeting)<br> -- AGI Script Executing Application: (SpeechStart) Options: ()<br> -- 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 "Options: ()" after it. Has anyone come accross this issue? I think I am supposed to be seeing the SIP Channel in these brackets. 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. Is it possible that Lumenvox has an older non working version of Adrian'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> </div>
<div><br> -- Executing [s@pizza:3] SpeechCreate("SIP/2000-08ac1c00", "") in new stack<br> -- Executing [s@pizza:4] Goto("SIP/2000-08ac1c00", "order-pizza|s|1") in new stack<br>
-- Goto (order-pizza,s,1)<br> -- Executing [s@order-pizza:1] Playback("SIP/2000-08ac1c00", "GP-Greeting") in new stack<br> -- <SIP/2000-08ac1c00> Playing 'GP-Greeting' (language 'en')<br>
-- Executing [s@order-pizza:2] Set("SIP/2000-08ac1c00", "THRESHOLD=500") in new stack<br> -- Executing [s@order-pizza:3] Goto("SIP/2000-08ac1c00", "pizza-delivery|s|1") in new stack<br>
-- Goto (pizza-delivery,s,1)<br> -- Executing [s@pizza-delivery:1] SpeechActivateGrammar("SIP/2000-08ac1c00","order") in new stack<br> -- Executing [s@pizza-delivery:2] SpeechStart("SIP/2000-08ac1c00", "") in new stack<br>
-- Executing [s@pizza-delivery:3] SpeechBackground("SIP/2000-08ac1c00", "GP-DeliveryorTakeout") in new stack<br></div>
<div>Anyways, any help would be greatly appreciated. Thank you</div>
</blockquote></div><br>