Thu Apr 28 2011 16:57:20

Asterisk developer's documentation


ast_udptl_protocol Struct Reference

#include <udptl.h>

Collaboration diagram for ast_udptl_protocol:

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.
int(*const set_udptl_peer )(struct ast_channel *chan, struct ast_udptl *peer)
 Set UDPTL peer.
const char *const type

Detailed Description

Definition at line 46 of file udptl.h.


Member Function Documentation

AST_LIST_ENTRY ( ast_udptl_protocol  )

Field Documentation

struct ast_udptl*(* get_udptl_info)(struct ast_channel *chan) [read]

Get UDPTL struct, or NULL if unwilling to transfer.

Definition at line 48 of file udptl.h.

Referenced by ast_udptl_bridge().

int(* const set_udptl_peer)(struct ast_channel *chan, struct ast_udptl *peer)

Set UDPTL peer.

Definition at line 50 of file udptl.h.

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().


The documentation for this struct was generated from the following file: