|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|

Data Fields | ||
| char | context [AST_MAX_EXTENSION] | |
| char | folder [80] | |
| struct { | ||
| struct vm_recipient * next | ||
| } | list | |
| char | mailbox [AST_MAX_CONTEXT] | |
Definition at line 415 of file app_mixmonitor.c.
| char context[AST_MAX_EXTENSION] |
Definition at line 417 of file app_mixmonitor.c.
Referenced by add_vm_recipients_from_string(), and copy_to_voicemail().
| char folder[80] |
Definition at line 418 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 416 of file app_mixmonitor.c.
Referenced by add_vm_recipients_from_string(), and copy_to_voicemail().
| struct vm_recipient* next |
Definition at line 419 of file app_mixmonitor.c.
Referenced by add_vm_recipients_from_string().