Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


phone_pvt Struct Reference

Data Fields

char buf [PHONE_MAX_BUF]
 
char cid_name [AST_MAX_EXTENSION]
 
char cid_num [AST_MAX_EXTENSION]
 
char context [AST_MAX_EXTENSION]
 
int cpt
 
char dev [256]
 
int dialtone
 
char ext [AST_MAX_EXTENSION]
 
int fd
 
struct ast_frame fr
 
char language [MAX_LANGUAGE]
 
format_t lastformat
 
format_t lastinput
 
int ministate
 
int mode
 
struct phone_pvtnext
 
char obuf [PHONE_MAX_BUF *2]
 
int obuflen
 
char offset [AST_FRIENDLY_OFFSET]
 
struct ast_channelowner
 
int rxgain
 
int silencesupression
 
int txgain
 

Detailed Description

Definition at line 125 of file chan_phone.c.

Field Documentation

char buf[PHONE_MAX_BUF]

Definition at line 136 of file chan_phone.c.

Referenced by phone_read().

char cid_name[AST_MAX_EXTENSION]

Definition at line 148 of file chan_phone.c.

Referenced by mkif(), and phone_new().

char cid_num[AST_MAX_EXTENSION]

Definition at line 147 of file chan_phone.c.

Referenced by mkif(), phone_check_exception(), and phone_new().

char context[AST_MAX_EXTENSION]

Definition at line 143 of file chan_phone.c.

Referenced by mkif(), phone_check_exception(), phone_new(), and phone_request().

int cpt

Definition at line 141 of file chan_phone.c.

Referenced by mkif(), phone_check_exception(), phone_hangup(), and phone_new().

char dev[256]

Definition at line 132 of file chan_phone.c.

Referenced by mkif(), phone_new(), and phone_request().

int dialtone

Definition at line 138 of file chan_phone.c.

Referenced by do_monitor(), mkif(), phone_check_exception(), and phone_hangup().

char ext[AST_MAX_EXTENSION]

Definition at line 145 of file chan_phone.c.

Referenced by mkif(), phone_check_exception(), phone_hangup(), and phone_new().

struct ast_frame fr

Definition at line 134 of file chan_phone.c.

Referenced by phone_exception(), and phone_read().

char language[MAX_LANGUAGE]

Definition at line 146 of file chan_phone.c.

Referenced by mkif(), and phone_new().

format_t lastinput

Definition at line 130 of file chan_phone.c.

Referenced by mkif(), phone_hangup(), phone_read(), phone_setup(), and phone_write().

int ministate

Definition at line 131 of file chan_phone.c.

Referenced by mkif(), and phone_hangup().

struct phone_pvt* next

Definition at line 133 of file chan_phone.c.

Referenced by __unload_module(), do_monitor(), load_module(), mkif(), and phone_request().

char obuf[PHONE_MAX_BUF *2]

Definition at line 144 of file chan_phone.c.

Referenced by phone_write_buf().

int obuflen

Definition at line 137 of file chan_phone.c.

Referenced by mkif(), phone_hangup(), phone_write(), and phone_write_buf().

char offset[AST_FRIENDLY_OFFSET]

Definition at line 135 of file chan_phone.c.

struct ast_channel* owner
int rxgain

Definition at line 139 of file chan_phone.c.

Referenced by load_module(), and mkif().

int silencesupression

Definition at line 142 of file chan_phone.c.

Referenced by mkif(), and phone_write().

int txgain

Definition at line 139 of file chan_phone.c.

Referenced by load_module(), and mkif().


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