| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| char | context [AST_MAX_EXTENSION] | |
| char | folder [80] | |
| struct { | ||
| struct vm_recipient * next | ||
| } | list | |
| char | mailbox [AST_MAX_CONTEXT] | |
Definition at line 406 of file app_mixmonitor.c.
| char context[AST_MAX_EXTENSION] | 
Definition at line 408 of file app_mixmonitor.c.
Referenced by add_vm_recipients_from_string(), and copy_to_voicemail().
| char folder[80] | 
Definition at line 409 of file app_mixmonitor.c.
Referenced by add_vm_recipients_from_string(), and copy_to_voicemail().
| struct { ... } list | 
Referenced by add_vm_recipients_from_string(), and clear_mixmonitor_recipient_list().
| char mailbox[AST_MAX_CONTEXT] | 
Definition at line 407 of file app_mixmonitor.c.
Referenced by add_vm_recipients_from_string(), and copy_to_voicemail().
| struct vm_recipient* next | 
Definition at line 410 of file app_mixmonitor.c.
Referenced by add_vm_recipients_from_string().