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

Data Fields

enum announcetypes announcetype
 
struct ast_channelconfchan
 
int confusers
 
struct {
   struct announce_listitem *   next
 
entry
 
char language [MAX_LANGUAGE]
 
char namerecloc [PATH_MAX]
 
int vmrec
 

Detailed Description

Definition at line 831 of file app_meetme.c.

Field Documentation

◆ announcetype

enum announcetypes announcetype

Definition at line 838 of file app_meetme.c.

Referenced by announce_thread(), and conf_run().

◆ confchan

struct ast_channel* confchan

Definition at line 835 of file app_meetme.c.

Referenced by announce_thread(), and conf_run().

◆ confusers

int confusers

Definition at line 836 of file app_meetme.c.

Referenced by announce_thread(), and conf_run().

◆ entry

struct { ... } entry

◆ language

char language[MAX_LANGUAGE]

Definition at line 834 of file app_meetme.c.

Referenced by announce_thread(), and conf_run().

◆ namerecloc

char namerecloc[PATH_MAX]

Name Recorded file Location

Definition at line 833 of file app_meetme.c.

Referenced by announce_thread(), conf_free(), and conf_run().

◆ next

struct announce_listitem* next

Definition at line 832 of file app_meetme.c.

◆ vmrec

int vmrec

Definition at line 837 of file app_meetme.c.

Referenced by announce_thread(), conf_free(), and conf_run().


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