A mapping between an SMDI mailbox ID and an Asterisk mailbox. More...
Data Fields | |
ast_string_field | __begin_field [0] |
ast_string_field | __end_field [0] |
struct ast_string_field_mgr | __field_mgr |
const ast_string_field | context |
unsigned int | cur_state:1 |
struct { | |
struct mailbox_mapping * next | |
} | entry |
struct ast_smdi_interface * | iface |
const ast_string_field | mailbox |
const ast_string_field | smdi |
A mapping between an SMDI mailbox ID and an Asterisk mailbox.
Definition at line 94 of file res_smdi.c.
The Name of the mailbox for the SMDI link.
The name of the mailbox on the Asterisk side
The name of the voicemail context in use
Definition at line 107 of file res_smdi.c.
Definition at line 107 of file res_smdi.c.
struct ast_string_field_mgr __field_mgr [read] |
Definition at line 107 of file res_smdi.c.
const ast_string_field context |
Definition at line 107 of file res_smdi.c.
Referenced by poll_mailbox().
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 { ... } entry |
struct ast_smdi_interface* iface [read] |
A Pointer to the appropriate SMDI interface
Definition at line 99 of file res_smdi.c.
Referenced by append_mailbox_mapping(), destroy_mailbox_mapping(), and poll_mailbox().
const ast_string_field mailbox |
Definition at line 107 of file res_smdi.c.
Referenced by poll_mailbox().
struct mailbox_mapping* next [read] |
Definition at line 108 of file res_smdi.c.
const ast_string_field smdi |
Definition at line 107 of file res_smdi.c.
Referenced by append_mailbox_mapping(), and poll_mailbox().