Wed Mar 3 23:17:49 2010

Asterisk developer's documentation


mwi_sub Struct Reference

An MWI subscription. More...

Collaboration diagram for mwi_sub:
Collaboration graph
[legend]

Data Fields

struct {
   struct mwi_sub *   next
entry
char mailbox [1]
int old_new
int old_old
int old_urgent
uint32_t uniqueid

Detailed Description

An MWI subscription.

This is so we can keep track of which mailboxes are subscribed to. This way, we know which mailboxes to poll when the pollmailboxes option is being used.

Definition at line 632 of file app_voicemail.c.


Field Documentation

struct { ... } entry
char mailbox[1]

Definition at line 638 of file app_voicemail.c.

Referenced by handle_subscribe(), and poll_subscribed_mailboxes().

struct mwi_sub* next [read]

Definition at line 633 of file app_voicemail.c.

int old_new

Definition at line 635 of file app_voicemail.c.

Referenced by poll_subscribed_mailboxes().

int old_old

Definition at line 636 of file app_voicemail.c.

Referenced by poll_subscribed_mailboxes().

Definition at line 634 of file app_voicemail.c.

Referenced by poll_subscribed_mailboxes().

uint32_t uniqueid

Definition at line 637 of file app_voicemail.c.

Referenced by handle_subscribe(), and handle_unsubscribe().


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

Generated on 3 Mar 2010 for Asterisk - the Open Source PBX by  doxygen 1.6.1