Sat Aug 6 00:40:07 2011

Asterisk developer's documentation


ast_conference Struct Reference

The MeetMe Conference object. More...


Data Fields

struct {
   announce_listitem *   first
   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
ast_channelchan
char confno [MAX_CONFNUM]
int fd
unsigned int isdynamic:1
ast_channellchan
struct {
   ast_conference *   next
list
ast_mutex_t listenlock
unsigned int locked:1
int markedusers
ast_frameorigframe
char pin [MAX_PIN]
char pinadmin [MAX_PIN]
ast_mutex_t playlock
const char * recordingfilename
const char * recordingformat
pthread_t recordthread
ast_mutex_t recordthreadlock
int refcount
time_t start
ast_frametransframe [32]
ast_trans_pvttranspath [32]
ao2_containerusercontainer
int users
int zapconf


Detailed Description

The MeetMe Conference object.

Definition at line 346 of file app_meetme.c.


Field Documentation

struct { ... } announcelist

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

ast_cond_t announcelist_addition

Definition at line 377 of file app_meetme.c.

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

ast_mutex_t announcelistlock

Definition at line 379 of file app_meetme.c.

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

pthread_t announcethread

Definition at line 374 of file app_meetme.c.

Referenced by conf_free(), and conf_run().

unsigned int announcethread_stop

Definition at line 376 of file app_meetme.c.

Referenced by announce_thread(), and conf_free().

ast_mutex_t announcethreadlock

Definition at line 375 of file app_meetme.c.

Referenced by conf_run().

pthread_attr_t attr

thread attribute

Definition at line 363 of file app_meetme.c.

Referenced by conf_run().

struct ast_channel* chan

Announcements channel

Definition at line 350 of file app_meetme.c.

Referenced by can_write(), conf_free(), conf_run(), count_exec(), find_conf(), find_conf_realtime(), send_talking_event(), set_user_talking(), and sla_station_exec().

char confno[MAX_CONFNUM]

Conference

Definition at line 349 of file app_meetme.c.

Referenced by admin_exec(), build_conf(), complete_meetmecmd(), conf_exec(), conf_run(), dispose_conf(), find_conf(), find_conf_realtime(), meetme_cmd(), meetmemute(), meetmestate(), send_talking_event(), and sla_queue_event_conf().

int fd

Announcements fd

Definition at line 352 of file app_meetme.c.

Referenced by conf_play().

struct announce_listitem* first

Definition at line 378 of file app_meetme.c.

unsigned int isdynamic

< recording status Created on the fly?

Definition at line 358 of file app_meetme.c.

Referenced by conf_exec(), and meetme_cmd().

struct announce_listitem* last

Definition at line 378 of file app_meetme.c.

struct ast_channel* lchan

Listen/Record channel

Definition at line 351 of file app_meetme.c.

Referenced by conf_run(), and recordthread().

struct { ... } list

Referenced by find_conf(), find_conf_realtime(), and meetmestate().

ast_mutex_t listenlock

Conference specific lock (listeners)

Definition at line 348 of file app_meetme.c.

Referenced by conf_run(), and recordthread().

unsigned int locked

Is the conference locked?

Definition at line 360 of file app_meetme.c.

Referenced by admin_exec(), and conf_run().

int markedusers

Number of marked users

Definition at line 355 of file app_meetme.c.

Referenced by conf_run(), and meetme_cmd().

struct ast_conference* next

Definition at line 372 of file app_meetme.c.

struct ast_frame* origframe

Definition at line 369 of file app_meetme.c.

Referenced by conf_run(), and recordthread().

char pin[MAX_PIN]

If protected by a PIN

Definition at line 366 of file app_meetme.c.

Referenced by conf_exec().

char pinadmin[MAX_PIN]

If protected by a admin PIN

Definition at line 367 of file app_meetme.c.

Referenced by conf_exec().

ast_mutex_t playlock

Conference specific lock (players)

Definition at line 347 of file app_meetme.c.

Referenced by conf_run().

const char* recordingfilename

Filename to record the Conference into

Definition at line 364 of file app_meetme.c.

Referenced by conf_run(), and recordthread().

const char* recordingformat

Format to record the Conference in

Definition at line 365 of file app_meetme.c.

Referenced by conf_run(), and recordthread().

pthread_t recordthread

thread for recording

Definition at line 361 of file app_meetme.c.

Referenced by conf_run().

ast_mutex_t recordthreadlock

control threads trying to start recordthread

Definition at line 362 of file app_meetme.c.

Referenced by conf_run().

int refcount

reference count of usage

Definition at line 357 of file app_meetme.c.

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

time_t start

Start time (s)

Definition at line 356 of file app_meetme.c.

Referenced by meetme_cmd().

struct ast_frame* transframe[32]

Definition at line 368 of file app_meetme.c.

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

struct ast_trans_pvt* transpath[32]

Definition at line 370 of file app_meetme.c.

Referenced by conf_free(), and conf_run().

struct ao2_container* usercontainer

Definition at line 371 of file app_meetme.c.

Referenced by admin_exec(), complete_meetmecmd(), conf_queue_dtmf(), conf_run(), find_user(), meetme_cmd(), and meetmemute().

int users

Number of active users

Definition at line 354 of file app_meetme.c.

Referenced by conf_exec(), conf_run(), count_exec(), meetme_cmd(), and meetmestate().

int zapconf

Zaptel Conf #

Definition at line 353 of file app_meetme.c.

Referenced by conf_run().


The documentation for this struct was generated from the following file:
Generated on Sat Aug 6 00:40:07 2011 for Asterisk - the Open Source PBX by  doxygen 1.4.7