comparison librtpalloc/rtp_alloc_simple.h @ 0:35c0d9f03c0a

beginning with sipout-test-voice, a copy of sip-manual-out from themwi-system-sw
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 03 Mar 2024 23:20:19 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:35c0d9f03c0a
1 /*
2 * This header file defines the library interface for "simple"
3 * RTP endpoint allocation.
4 */
5
6 struct rtp_alloc_simple {
7 struct sockaddr_storage gsm_addr;
8 int gsm_rtp_fd;
9 int gsm_rtcp_fd;
10 struct sockaddr_storage pstn_addr;
11 int pstn_rtp_fd;
12 int pstn_rtcp_fd;
13 };