【发布时间】:2013-05-21 16:12:25
【问题描述】:
http://zaf.github.io/asterisk-speech-recog/
;;Simple speech recognition
exten => 1234,1,Answer()
exten => 1234,n,agi(speech-recog.agi,en-US)
exten => 1234,n,Verbose(1,The text you just said is: ${utterance})
exten => 1234,n,Verbose(1,The probability to be right is: ${confidence})
exten => 1234,n,Hangup()
但它给出了以下结果:-
The text you just said is: -1
The probability to be right is: -1
【问题讨论】:
标签: speech-recognition asterisk