Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
phone_pvt Struct Reference
Collaboration diagram for phone_pvt:
Collaboration graph
[legend]

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]
 
struct ast_formatlastformat
 
struct ast_formatlastinput
 
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 133 of file chan_phone.c.

Field Documentation

◆ buf

char buf[PHONE_MAX_BUF]

Definition at line 144 of file chan_phone.c.

Referenced by phone_mini_packet(), and phone_read().

◆ cid_name

char cid_name[AST_MAX_EXTENSION]

Definition at line 156 of file chan_phone.c.

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

◆ cid_num

char cid_num[AST_MAX_EXTENSION]

Definition at line 155 of file chan_phone.c.

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

◆ context

char context[AST_MAX_EXTENSION]

Definition at line 151 of file chan_phone.c.

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

◆ cpt

int cpt

Definition at line 149 of file chan_phone.c.

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

◆ dev

char dev[256]

Definition at line 140 of file chan_phone.c.

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

◆ dialtone

int dialtone

Definition at line 146 of file chan_phone.c.

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

◆ ext

char ext[AST_MAX_EXTENSION]

Definition at line 153 of file chan_phone.c.

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

◆ fd

int fd

◆ fr

struct ast_frame fr

Definition at line 142 of file chan_phone.c.

Referenced by phone_exception(), and phone_read().

◆ language

char language[MAX_LANGUAGE]

Definition at line 154 of file chan_phone.c.

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

◆ lastformat

struct ast_format* lastformat

◆ lastinput

struct ast_format* lastinput

Definition at line 138 of file chan_phone.c.

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

◆ ministate

int ministate

Definition at line 139 of file chan_phone.c.

Referenced by mkif(), and phone_hangup().

◆ mode

int mode

◆ next

struct phone_pvt* next

Definition at line 141 of file chan_phone.c.

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

◆ obuf

char obuf[PHONE_MAX_BUF *2]

Definition at line 152 of file chan_phone.c.

Referenced by phone_write_buf().

◆ obuflen

int obuflen

Definition at line 145 of file chan_phone.c.

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

◆ offset

char offset[AST_FRIENDLY_OFFSET]

Definition at line 143 of file chan_phone.c.

◆ owner

struct ast_channel* owner

Definition at line 135 of file chan_phone.c.

Referenced by __unload_module(), do_monitor(), mkif(), phone_fixup(), phone_new(), and phone_request().

◆ rxgain

int rxgain

Definition at line 147 of file chan_phone.c.

Referenced by load_module(), and mkif().

◆ silencesupression

int silencesupression

Definition at line 150 of file chan_phone.c.

Referenced by load_module(), mkif(), and phone_write().

◆ txgain

int txgain

Definition at line 147 of file chan_phone.c.

Referenced by load_module(), and mkif().


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