mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Add AGI commands for speech recognition. These mirror the dialplan applications mostly but present the information in a nicer fashion. The SPEECH RECOGNIZE command for example will return the results instead of having to query the dialplan functions.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@90656 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -32,6 +32,7 @@ typedef struct agi_state {
|
||||
int audio; /* FD for audio output */
|
||||
int ctrl; /* FD for input control */
|
||||
unsigned int fast:1; /* flag for fast agi or not */
|
||||
struct ast_speech *speech; /* Speech structure for speech recognition */
|
||||
} AGI;
|
||||
|
||||
typedef struct agi_command {
|
||||
|
Reference in New Issue
Block a user