[asterisk-speech-rec] Lumenvox Connector
    Samuel Gebreab 
    samuel at streamcheck.com
       
    Tue Apr 24 12:55:22 MST 2007
    
    
  
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-speech-rec/attachments/20070424/f9613bc0/attachment.htm
    
    
More information about the asterisk-speech-rec
mailing list