
Data Fields | |
| struct { | |
| struct mwi_sub * next | |
| } | entry |
| char | mailbox [1] |
| int | old_new |
| int | old_old |
| int | old_urgent |
| uint32_t | uniqueid |
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 905 of file app_voicemail.c.
| struct { ... } entry |
Referenced by handle_unsubscribe(), and poll_subscribed_mailboxes().
| char mailbox[1] |
Definition at line 911 of file app_voicemail.c.
Referenced by handle_subscribe(), poll_subscribed_mailbox(), and poll_subscribed_mailboxes().
Definition at line 906 of file app_voicemail.c.
| int old_new |
| int old_old |
| int old_urgent |
| uint32_t uniqueid |
Definition at line 910 of file app_voicemail.c.
Referenced by handle_subscribe(), and handle_unsubscribe().
1.5.6