
Data Fields | |
| char | context [AST_MAX_EXTENSION] |
| char | folder [80] |
| struct { | |
| struct vm_recipient * next | |
| } | list |
| char | mailbox [AST_MAX_CONTEXT] |
Definition at line 260 of file app_mixmonitor.c.
| char context[AST_MAX_EXTENSION] |
Definition at line 262 of file app_mixmonitor.c.
Referenced by add_vm_recipients_from_string(), and copy_to_voicemail().
| char folder[80] |
Definition at line 263 of file app_mixmonitor.c.
Referenced by add_vm_recipients_from_string(), and copy_to_voicemail().
| struct { ... } list |
| char mailbox[AST_MAX_CONTEXT] |
Definition at line 261 of file app_mixmonitor.c.
Referenced by add_vm_recipients_from_string(), and copy_to_voicemail().
| struct vm_recipient* next |
Definition at line 264 of file app_mixmonitor.c.
Referenced by add_vm_recipients_from_string().