• Idefisk
  • Tools
  • Tutorials
  • Reviews
  • VoIP Providers
  • Archives
ZOIPER softphone
AsteriskGuru Archives
Mailing List Archives
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[asterisk-speech-rec] Pizza Demo Problems

 
   AsteriskGuru Archives Forum Index -> Asterisk-Speech-Rec
View previous topic :: View next topic  
Author Message
spamsucks2005 at gmail.co
Guest





PostPosted: Mon Jun 11, 2007 1:31 pm    Post subject: [asterisk-speech-rec] Pizza Demo Problems

Hi,

I have the identical problem as described in some March posts, the demo dies
at the SpeechActivateGrammar:

-- Executing [s@pizza:3] SpeechCreate("IAX2/Whitephone-5", "") in new stack
-- Executing [s@pizza:4] Goto("IAX2/Whitephone-5",
"order-pizza|s|1") in new stack
-- Goto (order-pizza,s,1)
-- Executing [s@order-pizza:1] Playback("IAX2/Whitephone-5",
"GP-Greeting") in new stack
-- <IAX2/Whitephone-5> Playing 'GP-Greeting' (language 'en')
-- Executing [s@order-pizza:2] Set("IAX2/Whitephone-5",
"THRESHOLD=500") in new stack
-- Executing [s@order-pizza:3] Goto("IAX2/Whitephone-5",
"pizza-delivery|s|1") in new stack
-- Goto (pizza-delivery,s,1)
-- Executing [s@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
Back to top
brn6577 at saintjoe.edu
Guest





PostPosted: Mon Jun 11, 2007 1:49 pm    Post subject: [asterisk-speech-rec] Pizza Demo Problems

Quote:
Hi,

I have the identical problem as described in some March posts, the demo
dies
at the SpeechActivateGrammar:

-- Executing [s@pizza:3] SpeechCreate("IAX2/Whitephone-5", "") in new
stack
-- Executing [s@pizza:4] Goto("IAX2/Whitephone-5",
"order-pizza|s|1") in new stack
-- Goto (order-pizza,s,1)
-- Executing [s@order-pizza:1] Playback("IAX2/Whitephone-5",
"GP-Greeting") in new stack
-- <IAX2/Whitephone-5> Playing 'GP-Greeting' (language 'en')
-- Executing [s@order-pizza:2] Set("IAX2/Whitephone-5",
"THRESHOLD=500") in new stack
-- Executing [s@order-pizza:3] Goto("IAX2/Whitephone-5",
"pizza-delivery|s|1") in new stack
-- Goto (pizza-delivery,s,1)
-- Executing [s@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

_______________________________________________
--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
Back to top
spamsucks2005 at gmail.co
Guest





PostPosted: Mon Jun 11, 2007 3:07 pm    Post subject: [asterisk-speech-rec] Pizza Demo Problems

Quote:
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

Thanks! Copying the modules did work, although the above copied them
to /usr/lib/lib/

The demo now works but take a long time to understand each response.
This is a Pentium 4 2.4ghz but "only" 512 RAM. I'm removing
unnecessary modules now.

thx again,

randy
_______________________________________________
--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
Back to top
jcolp at digium.com
Guest





PostPosted: Mon Jun 11, 2007 3:29 pm    Post subject: [asterisk-speech-rec] Pizza Demo Problems

Hi Randy,

From personal experience I suggest at least 1GB of RAM for the machine
running the SRE. The machine I use here at Digium has 2GB and the SRE
occupies about 400MB of that. I'm actually surprised the SRE started...
I think I tried running it in 512MB just for kicks a few months ago and
it croaked.

randulo wrote:
Quote:
The demo now works but take a long time to understand each response.
This is a Pentium 4 2.4ghz but "only" 512 RAM. I'm removing
unnecessary modules now.

thx again,

randy

--
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
Back to top
spamsucks2005 at gmail.co
Guest





PostPosted: Mon Jun 11, 2007 3:37 pm    Post subject: [asterisk-speech-rec] Pizza Demo Problems

Thanks for that info. I'm really just fooling around with this box,
it's a dual boot windows XP one so I suppose a little more RAM
wouldn't hurt. I'm used to having no problems at all on my production
server with 512 and a PIII-800Mhz but of course that's just asterisk,
nothing else, no X, no mysql, nada. Works great.

I guess memory is cheap enough these days :)

On 6/11/07, Joshua Colp <jcolp@digium.com> wrote:
Quote:
Hi Randy,

From personal experience I suggest at least 1GB of RAM for the machine
running the SRE. The machine I use here at Digium has 2GB and the SRE
occupies about 400MB of that. I'm actually surprised the SRE started...
I think I tried running it in 512MB just for kicks a few months ago and
it croaked.

randulo wrote:
> The demo now works but take a long time to understand each response.
> This is a Pentium 4 2.4ghz but "only" 512 RAM. I'm removing
> unnecessary modules now.
>
> thx again,
>
> randy

--
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

_______________________________________________

--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
Back to top
spamsucks2005 at gmail.co
Guest





PostPosted: Thu Jun 14, 2007 8:56 am    Post subject: [asterisk-speech-rec] Pizza Demo Problems

Quote:
From personal experience I suggest at least 1GB of RAM for the machine
running the SRE. The machine I use here at Digium has 2GB and the SRE
occupies about 400MB of that. I'm actually surprised the SRE started...
I think I tried running it in 512MB just for kicks a few months ago and
it croaked.

Just for reference, the slowness was from some other problem. The demo
worked as expected with 512Megs. In fcat, I did add RAM, which as I
said was due anyway since the price is low these days, but this box
works about the same with 1gig as it did with 512 Megs. After all,
there's almost nothing running on the machine except asterisk and the
Lumenvox stuff. During the demo the CPU never gets above 1%. With the
1g RAM, swap used is zero.

randy
_______________________________________________
--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
Back to top
Display posts from previous:   
   AsteriskGuru Archives Forum Index -> Asterisk-Speech-Rec All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
contact us at: support@asteriskguru.com - asterisKGuru.com © all rights reserved   |   *asterisk is registered trademark of © Digium™