#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <assert.h>
#include <audiofile.h>
#include "spandsp.h"
Classes | |
struct | command_response_s |
Defines | |
#define | SPANDSP_EXPOSE_INTERNAL_STRUCTURES |
#define | DLE 0x10 |
#define | ETX 0x03 |
#define | SUB 0x1A |
#define | MANUFACTURER "www.soft-switch.org" |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
char * | decode_test_file = (void *) 0 |
int | countdown = 0 |
int | command_response_test_step = -1 |
char | response_buf [1000] |
int | response_buf_ptr = 0 |