Collaboration diagram for mailbox_mapping:
Public Member Functions | |
AST_DECLARE_STRING_FIELDS (AST_STRING_FIELD(smdi);AST_STRING_FIELD(mailbox);AST_STRING_FIELD(context);) | |
Data Fields | |
unsigned int | cur_state:1 |
ast_smdi_interface * | iface |
Definition at line 94 of file res_smdi.c.
AST_DECLARE_STRING_FIELDS | ( | AST_STRING_FIELD(smdi);AST_STRING_FIELD(mailbox);AST_STRING_FIELD(context); | ) |
unsigned int cur_state |
This is the current state of the mailbox. It is simply on or off to indicate if there are messages waiting or not.
Definition at line 97 of file res_smdi.c.
Referenced by poll_mailbox().
struct ast_smdi_interface* iface |
A Pointer to the appropriate SMDI interface
Definition at line 99 of file res_smdi.c.
Referenced by append_mailbox_mapping(), ast_smdi_interface_destroy(), ast_smdi_interface_unref(), ast_smdi_md_message_push(), ast_smdi_md_message_putback(), ast_smdi_mwi_message_push(), ast_smdi_mwi_message_putback(), ast_smdi_mwi_set(), ast_smdi_mwi_unset(), destroy_mailbox_mapping(), lock_msg_q(), poll_mailbox(), purge_old_messages(), smdi_msg_find(), smdi_msg_pop(), smdi_toggle_mwi(), unlink_from_msg_q(), and unlock_msg_q().