spandsp
3.0.0
|
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <assert.h>
#include <termios.h>
#include <sndfile.h>
#include <errno.h>
#include "spandsp.h"
#include "spandsp-sim.h"
#include "pseudo_terminals.h"
#include "socket_dgram_harness.h"
Classes | |
struct | rtp_t |
Macros | |
#define | SSE_PACKET_TYPE 118 |
#define | SPRT_PACKET_TYPE 120 |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
int | rtp_time_stamp = 0 |
rtp_t | rtp |
v150_1_state_t * | v150_1 |
socket_dgram_harness_state_t * | dgram_state |
int | max_payloads [SPRT_CHANNELS] |
int | pace_no = 0 |
bool | send_messages = false |
bool | calling_party = false |
span_timestamp_t | pace_timer = 0 |
span_timestamp_t | v150_1_timer = 0 |