Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
agi_state Struct Reference

Data Fields

int audio
 
int ctrl
 
unsigned int fast:1
 
int fd
 
struct ast_speechspeech
 

Detailed Description

Definition at line 34 of file agi.h.

Field Documentation

int audio

FD for audio output

Definition at line 36 of file agi.h.

Referenced by handle_getoption(), handle_saynumber(), and run_agi().

int ctrl

FD for input control

Definition at line 37 of file agi.h.

Referenced by handle_getoption(), handle_saynumber(), and run_agi().

unsigned int fast

flag for fast agi or not

Definition at line 38 of file agi.h.

Referenced by run_agi().

int fd

FD for general output

Definition at line 35 of file agi.h.

Referenced by handle_getoption(), handle_saynumber(), and run_agi().

struct ast_speech* speech

Speech structure for speech recognition

Definition at line 39 of file agi.h.

Referenced by run_agi().


The documentation for this struct was generated from the following file: