#include <udptl.h>

Data Fields | |
| struct ast_udptl *(* | get_udptl_info )(struct ast_channel *chan) |
| Get UDPTL struct, or NULL if unwilling to transfer. | |
| struct { | |
| struct ast_udptl_protocol * next | |
| } | list |
| int(*const | set_udptl_peer )(struct ast_channel *chan, struct ast_udptl *peer) |
| Set UDPTL peer. | |
| const char *const | type |
Definition at line 46 of file udptl.h.
struct ast_udptl*(* get_udptl_info)(struct ast_channel *chan) [read] |
Get UDPTL struct, or NULL if unwilling to transfer.
Referenced by ast_udptl_bridge().
| struct { ... } list |
Referenced by ast_udptl_proto_register(), and get_proto().
struct ast_udptl_protocol* next [read] |
| int(* const set_udptl_peer)(struct ast_channel *chan, struct ast_udptl *peer) |
Set UDPTL peer.
Referenced by ast_udptl_bridge().
| const char* const type |
Definition at line 51 of file udptl.h.
Referenced by ast_udptl_proto_register(), and get_proto().
1.6.1