I am at this moment in the verge of making
a de cision of implementing the 1.4 version ( got currently the 1.2.14 versio).
- IS
really the 1.4 code base ready for commercial use?
- What
limitations you have between the NOW and the 1.4 version?
- Is there
any path for upgrading from the 1.2 code to the 1.4 code? Besides manually
transferring all your conf. files for extensions, SIP, zap, and voicemail
?
I currently have 5 servers running the 1.2.x
version using de IAX conf. so they mesh the calls and points of access to the
POTS. These are located in 3 countries. So please understand my scheptical
approach.
Comments on were can I find some general
guidance regarding this obvious questions?
From: asterisk-speech-rec-bounces lists.digium.com
[mailto:asterisk-speech-rec-bounces lists.digium.com] On Behalf Of Randal Rand
Sent: Tuesday, April 24, 2007 3:06
PM
To: Use of speech recognition in
Asterisk
Subject: RE: [asterisk-speech-rec]
Lumenvox Connector
Sam,
Get the latest code from the Asterisk subversion branch, it was updated
yesterday, because there was a problem there which has been corrected.
Randal
Rand
Speech Application Developer
LumenVox
P: 877-977-0707, just say "Randal"
F: 858-707-7072
RandalRand LumenVox.com
www.LumenVox.com
Winner "Best Innovation in Speech Recognition"
Avios SpeechTEK Award
From:
asterisk-speech-rec-bounces lists.digium.com
[mailto:asterisk-speech-rec-bounces lists.digium.com] On Behalf Of Samuel Gebreab
Sent: Tuesday, April 24, 2007
12:55 PM
To:
asterisk-speech-rec lists.digium.com
Subject: [asterisk-speech-rec]
Lumenvox Connector
We recently purchased the lumenvox speech lite. The setup
and the test went smoothly except the integration with asterisk.
We are using the latest release of asterisk 1.4.2 and the
latest release of the lumenvox license server and speech server.
The dialplan we are using is as follows, a snippet of the
pizza demo, just to test the yes/no output
[pizza]
exten => 200,1,SpeechCreate
exten => 200,2,SpeechActivateGrammar(yes_no)
exten => 200,3,SpeechStart
exten => 200,4,Wait(3)
exten => 200,5,Answer
exten => 200,6,Playback(GP-Greeting)
exten => 200,7,Set(THRESHOLD=0)
exten => 200,n,SpeechBackground(ConfirmPickup,5)
exten => 200,n,NoOp(${SPEECH(status)})
exten => 200,n,NoOp(${SPEECH(spoke)})
exten => 200,n,NoOp(${SPEECH(results)})
exten => 200,n,NoOp(${SPEECH_SCORE(0)})
exten => 200,n,SpeechDeactivateGrammar(yes_no)
exten => 200,n,NoOp
exten => 200,n,SpeechDestroy
exten => 200,n,DumpChan
exten => 200,n,Playback(GP-ThankYou)
exten => 200,n,DumpChan
exten => 200,n,DumpChan
exten => 200,n,Hangup
None of the SPEECH function return a valid response –
Your help is much appreciated.
Thanks
Sam
|