#include <channel_pvt.h>
Data Fields | |
void * | pvt |
ast_frame * | readq |
int | alertpipe [2] |
ast_trans_pvt * | writetrans |
ast_trans_pvt * | readtrans |
int | rawreadformat |
int | rawwriteformat |
int(* | send_digit )(struct ast_channel *chan, char digit) |
int(* | call )(struct ast_channel *chan, char *addr, int timeout) |
int(* | hangup )(struct ast_channel *chan) |
int(* | answer )(struct ast_channel *chan) |
ast_frame *(* | read )(struct ast_channel *chan) |
int(* | write )(struct ast_channel *chan, struct ast_frame *frame) |
int(* | send_text )(struct ast_channel *chan, char *text) |
int(* | send_image )(struct ast_channel *chan, struct ast_frame *frame) |
int(* | send_html )(struct ast_channel *chan, int subclass, char *data, int len) |
ast_frame *(* | exception )(struct ast_channel *chan) |
int(* | bridge )(struct ast_channel *c0, struct ast_channel *c1, int flags, struct ast_frame **fo, struct ast_channel **rc) |
int(* | indicate )(struct ast_channel *c, int condition) |
int(* | fixup )(struct ast_channel *oldchan, struct ast_channel *newchan) |
int(* | setoption )(struct ast_channel *chan, int option, void *data, int datalen) |
int(* | queryoption )(struct ast_channel *chan, int option, void *data, int *datalen) |
int(* | transfer )(struct ast_channel *chan, char *newdest) |
int(* | write_video )(struct ast_channel *chan, struct ast_frame *frame) |
|
Definition at line 28 of file channel_pvt.h. Referenced by ast_channel_alloc(). |
|
Answer the line |
|
Bridge two channels of the same type together |
|
Call a given phone number (address, etc), but don't take longer than timeout seconds to do so. |
|
Handle an exception, reading a frame |
|
Fix up a channel: If a channel is consumed, this is called. Basically update any ->owner links Referenced by ast_do_masquerade(). |
|
Hangup (and possibly destroy) the channel Referenced by ast_do_masquerade(). |
|
Indicate a particular condition (e.g. AST_CONTROL_BUSY or AST_CONTROL_RINGING or AST_CONTROL_CONGESTION |
|
Private data used by channel backend Definition at line 26 of file channel_pvt.h. Referenced by ast_do_masquerade(). |
|
Query a given option |
|
Raw read format Definition at line 34 of file channel_pvt.h. |
|
Raw write format Definition at line 36 of file channel_pvt.h. |
|
Read a frame, in standard format |
|
Definition at line 27 of file channel_pvt.h. Referenced by ast_do_masquerade(). |
|
Read translation path Definition at line 32 of file channel_pvt.h. |
|
Send a literal DTMF digit |
|
Send HTML data |
|
Display or send an image |
|
Display or transmit text |
|
Set a given option Referenced by ast_channel_setoption(). |
|
Blind transfer other side |
|
Write a frame, in standard format |
|
Write a frame, in standard format |
|
Write translation path Definition at line 30 of file channel_pvt.h. |