| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#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.
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 149 of file eagi-test.c.
References errno, read_environment(), and run_script().
| 
 | static | 
Definition at line 25 of file eagi-test.c.
Referenced by main().
| 
 | static | 
Definition at line 107 of file eagi-test.c.
References wait_result().
Referenced by run_script().
| 
 | static | 
Definition at line 113 of file eagi-test.c.
References run_command().
Referenced by main().
| 
 | static | 
Definition at line 59 of file eagi-test.c.
References AUDIO_FILENO, errno, FD_SET, FD_ZERO, and NULL.
Referenced by run_command().