[asterisk-speech-rec] Re: Lumenvox issue: abort when loading res_speech_lumenvox

Tom [toms400] toms400 at gmail.com
Mon Oct 9 08:52:12 MST 2006


Josh,
Thanks.

Added lumenvox.sh (chmod +x) to /etc/asterisk/startup.d with the
following (pulled from root's .bashrc):

export LVBIN=/opt/lumenvox/engine_7.0/bin
export LVLIB=/opt/lumenvox/engine_7.0/lib
export LVINCLUDE=/opt/lumenvox/engine_7.0/include
export LVLANG=/opt/lumenvox/engine_7.0/Lang
export LVRESPONSE=/opt/lumenvox/engine_7.0/Lang
export LD_LIBRARY_PATH=$LVLIB:$LD_LIBRARY_PATH
export LD_RUN_PATH=$LVLIB:$LD_RUN_PATH

and everything works.


Nice job on the implementation.

On 10/9/06, Joshua Colp <jcolp at digium.com> wrote:
> Tom [toms400] wrote:
> > I'm also having trouble loading res_speech_lumenvox with asterisk
> > 1.4b2 and license server and engine 7.0 (updated today) on FC4.
> >
> > I'm pre-loading res_speech and auto_loading or manually loading
> > res_speech_lumenvox.
> >
> > It works when starting asterisk with 'asterisk &'.
> > But, when starting with safe_asterisk (via service asterisk start),
> > once res_speech_lumenbox is loaded, asterisk exits with status 134 and
> > signal 6:
> >
>
> Let's take this one step at a time:
>
> 1. Make sure you are using the latest 1.4 build with b3 at the end.
> 2. If using a startup script you may have troubles because the Lumenvox
> SRE client which is used by res_speech_lumenvox uses certain environment
> variables to know where files are (languages/some other things). If
> these variables aren't set it has a habit of crashing. You can see the
> variables by doing env in a shell window where it will start normally,
> they are prefixed by LV.
> 3. Always try Digium support, that way common issues can be found and
> solved.
>
> Good luck and have fun.
>
> --
> Joshua Colp
> Software Developer
> Digium, Inc.
> _______________________________________________
> --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
>


More information about the asterisk-speech-rec mailing list