Asterisk - The Open Source Telephony Project
21.4.1
|
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <sys/select.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include "asterisk.h"
#include "asterisk/compat.h"
Go to the source code of this file.
Macros | |
#define | AUDIO_FILENO (STDERR_FILENO + 1) |
#define | SPHINX_HOST "192.168.1.108" |
#define | SPHINX_PORT 3460 |
Variables | |
static int | sphinx_sock = -1 |
Extended AGI test application
This code is released into public domain without any warranty of any kind.
Definition in file eagi-sphinx-test.c.