#include <udptl.h>
Public Member Functions | |
AST_LIST_ENTRY (ast_udptl_protocol) list | |
Data Fields | |
struct ast_udptl *(* | get_udptl_info )(struct ast_channel *chan) |
Get UDPTL struct, or NULL if unwilling to transfer. More... | |
int(*const | set_udptl_peer )(struct ast_channel *chan, struct ast_udptl *peer) |
Set UDPTL peer. More... | |
const char *const | type |
AST_LIST_ENTRY | ( | ast_udptl_protocol | ) |
struct ast_udptl*(* get_udptl_info)(struct ast_channel *chan) |
Get UDPTL struct, or NULL if unwilling to transfer.
Definition at line 49 of file udptl.h.
Referenced by ast_udptl_bridge().
int(* const set_udptl_peer)(struct ast_channel *chan, struct ast_udptl *peer) |
const char* const type |
Definition at line 52 of file udptl.h.
Referenced by ast_udptl_proto_register(), and get_proto().