Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


announce_listitem Struct Reference

Data Fields

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

Detailed Description

Definition at line 705 of file app_meetme.c.

Field Documentation

enum announcetypes announcetype

Definition at line 711 of file app_meetme.c.

Referenced by announce_thread(), and conf_run().

struct ast_channel* confchan

Definition at line 709 of file app_meetme.c.

Referenced by announce_thread(), and conf_run().

int confusers

Definition at line 710 of file app_meetme.c.

Referenced by announce_thread(), and conf_run().

struct { ... } entry
char language[MAX_LANGUAGE]

Definition at line 708 of file app_meetme.c.

Referenced by announce_thread(), and conf_run().

char namerecloc[PATH_MAX]

Name Recorded file Location

Definition at line 707 of file app_meetme.c.

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

struct announce_listitem* next

Definition at line 706 of file app_meetme.c.


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