int errno
Asterisk - The Open Source Telephony Project
18.5.0
|
#include "asterisk.h"
Go to the source code of this file.
Macros | |
#define | AUDIO_FILENO (STDERR_FILENO + 1) |
Functions | |
int | main (int argc, char *argv[]) |
static int | read_environment (void) |
static char * | run_command (char *command) |
static int | run_script (void) |
static char * | wait_result (void) |
Extended AGI test application
This code is released into the public domain with no warranty of any kind
Definition in file eagi-test.c.
#define AUDIO_FILENO (STDERR_FILENO + 1) |
Definition at line 14 of file eagi-test.c.
Referenced by wait_result().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 149 of file eagi-test.c.
References errno, read_environment(), run_script(), and tmp().
|
static |
Definition at line 25 of file eagi-test.c.
Referenced by main().
|
static |
|
static |
|
static |
Definition at line 59 of file eagi-test.c.
References AUDIO_FILENO, errno, FD_SET, FD_ZERO, and NULL.
Referenced by run_command().