FreeCalypso > hg > themwi-system-sw
view mncc/gsm_call.h @ 187:258932879f8b
sip-manual-out: rework for internal RTP handling, using themwi-rtp-mgr
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 16 Mar 2023 23:46:17 -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();