[asterisk-speech-rec] Pizza Demo Problems

Brent Ropp brn6577 at saintjoe.edu
Mon Jun 11 06:37:43 MST 2007


> Hi,
>
> I have the identical problem as described in some March posts, the demo
> dies
> at the SpeechActivateGrammar:
>
>     -- Executing [s at pizza:3] SpeechCreate("IAX2/Whitephone-5", "") in new
> stack
>     -- Executing [s at pizza:4] Goto("IAX2/Whitephone-5",
> "order-pizza|s|1") in new stack
>     -- Goto (order-pizza,s,1)
>     -- Executing [s at order-pizza:1] Playback("IAX2/Whitephone-5",
> "GP-Greeting") in new stack
>     -- <IAX2/Whitephone-5> Playing 'GP-Greeting' (language 'en')
>     -- Executing [s at order-pizza:2] Set("IAX2/Whitephone-5",
> "THRESHOLD=500") in new stack
>     -- Executing [s at order-pizza:3] Goto("IAX2/Whitephone-5",
> "pizza-delivery|s|1") in new stack
>     -- Goto (pizza-delivery,s,1)
>     -- Executing [s at pizza-delivery:1]
> SpeechActivateGrammar("IAX2/Whitephone-5", "order") in new stack
>   == Spawn extension (pizza-delivery, s, 1) exited non-zero on
> 'IAX2/Whitephone-5'
>     -- Hungup 'IAX2/Whitephone-5'
>
> grammars are installed in /etc/asterisk/grammars
>
> However, unlike the first poster, I see this when trying to reload the
> module:
>
> zeeek*CLI> module load res_speech_lumenvox.so
> [Jun 11 15:24:06] WARNING[4188]: loader.c:362 load_dynamic_module:
> Error loading module 'res_speech_lumenvox.so': liblv_lvspeechport.so:
> cannot open shared object file: No such file or directory
> [Jun 11 15:24:06] WARNING[4188]: loader.c:614 load_resource: Module
> 'res_speech_lumenvox.so' could not be loaded.
> zeeek*CLI>
>
> I just got this installed today, Centos 5 asterisk 1.4.4. It looks
> like I missed a step in the install regarding libv_lvspeechport.so ?
>
> tia for any help on this.
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-speech-rec mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-speech-rec
>


It looks like your library files didn't get copied from
/opt/lumenvox/engine_<version number>/lib to /usr/lib

try a cp -prd /opt/lumenvox/engine_<version number>/lib /usr/lib

then reload the module

Brent



More information about the asterisk-speech-rec mailing list