mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 14:28:24 +00:00
A lot of doxygen updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92285 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -28,11 +28,11 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct agi_state {
|
||||
int fd; /* FD for general output */
|
||||
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 */
|
||||
int fd; /*!< FD for general output */
|
||||
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