view mncc/gsm_call.h @ 100:1579ec0e9fb9

mgw internal code: set GSM side RTP packet size in one place and also set payload magic value for use by GSM->PSTN code
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2022 13:57:20 -0800
parents ccc5ab6d8388
children
line wrap: on
line source

/* extern declarations for functions in gsm_call.c module */

extern struct gsm_call *find_gsm_callref();
extern struct gsm_call *find_socket_call();
extern struct gsm_call *create_gsm_call();
extern struct gsm_call *create_new_mt_call();
extern uint32_t alloc_mt_callref();