Sun Oct 16 2011 08:43:12

Asterisk developer's documentation


ast_conference Struct Reference

The MeetMe Conference object. More...

Collaboration diagram for ast_conference:

Data Fields

const char * adminopts
struct {
   struct announce_listitem *   first
   struct announce_listitem *   last
announcelist
ast_cond_t announcelist_addition
ast_mutex_t announcelistlock
pthread_t announcethread
unsigned int announcethread_stop:1
ast_mutex_t announcethreadlock
pthread_attr_t attr
const char * bookid
struct ast_channelchan
char confno [MAX_CONFNUM]
int dahdiconf
int endalert
long endtime
int fd
unsigned int gmuted:1
unsigned int isdynamic:1
struct ast_channellchan
struct {
   struct ast_conference *   next
list
ast_mutex_t listenlock
unsigned int locked:1
int markedusers
int maxusers
struct ast_frameorigframe
char pin [MAX_PIN]
char pinadmin [MAX_PIN]
ast_mutex_t playlock
enum recording_state recording:2
char * recordingfilename
char * recordingformat
pthread_t recordthread
ast_mutex_t recordthreadlock
int refcount
time_t start
struct ast_frametransframe [32]
struct ast_trans_pvttranspath [32]
char uniqueid [32]
struct ao2_containerusercontainer
const char * useropts
int users

Detailed Description

The MeetMe Conference object.


Field Documentation

const char* adminopts

RealTime moderator flags

Definition at line 723 of file app_meetme.c.

Referenced by find_conf_realtime(), and conf_exec().

struct { ... } announcelist

Definition at line 734 of file app_meetme.c.

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

Definition at line 736 of file app_meetme.c.

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

pthread_t announcethread

Definition at line 731 of file app_meetme.c.

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

unsigned int announcethread_stop

Definition at line 733 of file app_meetme.c.

Referenced by conf_free(), and announce_thread().

Definition at line 732 of file app_meetme.c.

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

pthread_attr_t attr

thread attribute

Definition at line 715 of file app_meetme.c.

const char* bookid

RealTime conference id

Definition at line 724 of file app_meetme.c.

Referenced by conf_run(), and find_conf_realtime().

struct ast_channel* chan

Announcements channel

Definition at line 699 of file app_meetme.c.

Referenced by build_conf(), conf_free(), conf_run(), find_conf_realtime(), and find_conf().

int dahdiconf

DAHDI Conf #

Definition at line 702 of file app_meetme.c.

Referenced by build_conf(), and conf_run().

int endalert

When to play conf ending message

Definition at line 706 of file app_meetme.c.

Referenced by conf_run(), and find_conf_realtime().

long endtime

When to end the conf if scheduled

Definition at line 721 of file app_meetme.c.

Referenced by conf_run(), and find_conf_realtime().

int fd

Announcements fd

Definition at line 701 of file app_meetme.c.

Referenced by conf_play(), build_conf(), and conf_free().

Definition at line 735 of file app_meetme.c.

unsigned int gmuted

Is the conference globally muted? (all non-admins)

Definition at line 712 of file app_meetme.c.

Referenced by conf_run().

unsigned int isdynamic

Created on the fly?

Definition at line 710 of file app_meetme.c.

Referenced by build_conf(), meetme_show_cmd(), and acf_meetme_info_eval().

Definition at line 735 of file app_meetme.c.

struct ast_channel* lchan

Listen/Record channel

Definition at line 700 of file app_meetme.c.

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

Conference specific lock (listeners)

Definition at line 697 of file app_meetme.c.

Referenced by build_conf(), conf_free(), conf_run(), and recordthread().

unsigned int locked

Is the conference locked?

Definition at line 711 of file app_meetme.c.

Referenced by meetme_show_cmd(), conf_run(), admin_exec(), and acf_meetme_info_eval().

Number of marked users

Definition at line 704 of file app_meetme.c.

Referenced by meetme_show_cmd(), and conf_run().

int maxusers

Participant limit if scheduled

Definition at line 705 of file app_meetme.c.

Referenced by build_conf(), conf_run(), and find_conf_realtime().

Definition at line 729 of file app_meetme.c.

Definition at line 726 of file app_meetme.c.

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

char pin[MAX_PIN]

If protected by a PIN

Definition at line 718 of file app_meetme.c.

Referenced by build_conf(), and conf_exec().

char pinadmin[MAX_PIN]

If protected by a admin PIN

Definition at line 719 of file app_meetme.c.

Referenced by build_conf(), and conf_exec().

Conference specific lock (players)

Definition at line 696 of file app_meetme.c.

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

recording status

Definition at line 709 of file app_meetme.c.

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

Filename to record the Conference into

Definition at line 716 of file app_meetme.c.

Referenced by conf_free(), conf_run(), find_conf_realtime(), conf_exec(), and recordthread().

Format to record the Conference in

Definition at line 717 of file app_meetme.c.

Referenced by conf_free(), conf_run(), find_conf_realtime(), conf_exec(), and recordthread().

pthread_t recordthread

thread for recording

Definition at line 713 of file app_meetme.c.

Referenced by build_conf(), and conf_run().

control threads trying to start recordthread

Definition at line 714 of file app_meetme.c.

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

int refcount

reference count of usage

Definition at line 708 of file app_meetme.c.

Referenced by build_conf(), dispose_conf(), find_conf_realtime(), find_conf(), and admin_exec().

time_t start

Start time (s)

Definition at line 707 of file app_meetme.c.

Referenced by build_conf(), meetme_show_cmd(), and acf_meetme_info_eval().

struct ast_frame* transframe[32]

Definition at line 725 of file app_meetme.c.

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

struct ast_trans_pvt* transpath[32]

Definition at line 727 of file app_meetme.c.

Referenced by conf_free(), and conf_run().

char uniqueid[32]

Definition at line 720 of file app_meetme.c.

Referenced by build_conf(), and conf_run().

const char* useropts

RealTime user flags

Definition at line 722 of file app_meetme.c.

Referenced by find_conf_realtime(), and conf_exec().

int users

Number of active users

Definition at line 703 of file app_meetme.c.

Referenced by meetme_show_cmd(), conf_run(), count_exec(), meetmestate(), and acf_meetme_info_eval().


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