[asterisk-speech-rec] LiveWeather issue with Lumenvox issue

David Merel david.merel at gmail.com
Thu Mar 20 17:01:16 CDT 2008


So I have downloaded LiveWeather from Lumenvox website.  I installed it as
instructed but I am noticing some issues.

First off, I know Lumenvox speech engine is working because currently its
working with the Pizza demo.

When I go into Asterisk -vrrr I can see the following when I execute the
program

    -- Executing [123 at from-internal:1] Answer("SIP/2000-08ac1c00", "") in
new stack
    -- Executing [123 at from-internal:2] AGI("SIP/2000-08ac1c00",
"agi://localhost:4574/weather.agi") in new stack
    -- AGI Script Executing Application: (SpeechCreate) Options: ()
    -- AGI Script Executing Application: (SpeechActivateGrammar) Options:
(uscities)
    -- AGI Script Executing Application: (SpeechStart) Options: ()
    -- AGI Script Executing Application: (SpeechBackground) Options:
(liveweather/voice_adrian_greeting)
    -- AGI Script Executing Application: (SpeechStart) Options: ()
    -- AGI Script Executing Application: (SpeechBackground) Options:
(liveweather/voice_adrian_didntgetthat)
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.


    -- Executing [s at pizza:3] SpeechCreate("SIP/2000-08ac1c00", "") in new
stack
    -- Executing [s at pizza:4] Goto("SIP/2000-08ac1c00", "order-pizza|s|1") in
new stack
    -- Goto (order-pizza,s,1)
    -- Executing [s at order-pizza:1] Playback("SIP/2000-08ac1c00",
"GP-Greeting") in new stack
    -- <SIP/2000-08ac1c00> Playing 'GP-Greeting' (language 'en')
    -- Executing [s at order-pizza:2] Set("SIP/2000-08ac1c00", "THRESHOLD=500")
in new stack
    -- Executing [s at order-pizza:3] Goto("SIP/2000-08ac1c00",
"pizza-delivery|s|1") in new stack
    -- Goto (pizza-delivery,s,1)
    -- Executing [s at pizza-delivery:1]
SpeechActivateGrammar("SIP/2000-08ac1c00","order") in new stack
    -- Executing [s at pizza-delivery:2] SpeechStart("SIP/2000-08ac1c00", "")
in new stack
    -- Executing [s at pizza-delivery:3] SpeechBackground("SIP/2000-08ac1c00",
"GP-DeliveryorTakeout") in new stack
Anyways, any help would be greatly appreciated. Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-speech-rec/attachments/20080320/e9b8a292/attachment.htm 


More information about the asterisk-speech-rec mailing list