|
Asterisk - The Open Source Telephony Project
18.5.0
|
#include <app.h>

Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| const ast_string_field | callerchan |
| const ast_string_field | callerid |
| const ast_string_field | duration |
| const ast_string_field | exten |
| const ast_string_field | flag |
| const ast_string_field | folder_name |
| struct { | |
| struct ast_vm_msg_snapshot * next | |
| } | msg |
| const ast_string_field | msg_id |
| unsigned int | msg_number |
| const ast_string_field | origdate |
| const ast_string_field | origtime |
Definition at line 300 of file include/asterisk/app.h.
| struct ast_string_field_mgr __field_mgr |
Definition at line 311 of file include/asterisk/app.h.
| struct ast_string_field_pool* __field_mgr_pool |
Definition at line 311 of file include/asterisk/app.h.
| const ast_string_field callerchan |
Definition at line 311 of file include/asterisk/app.h.
Referenced by test_vm_api_create_voicemail_files(), test_vm_api_test_setup(), and test_vm_api_update_test_snapshots().
| const ast_string_field callerid |
Definition at line 311 of file include/asterisk/app.h.
Referenced by test_vm_api_create_mock_snapshot(), test_vm_api_create_voicemail_files(), and test_vm_api_update_test_snapshots().
| const ast_string_field duration |
Definition at line 311 of file include/asterisk/app.h.
Referenced by test_vm_api_create_voicemail_files(), test_vm_api_test_setup(), and test_vm_api_update_test_snapshots().
| const ast_string_field exten |
Definition at line 311 of file include/asterisk/app.h.
Referenced by test_vm_api_create_voicemail_files(), test_vm_api_remove_voicemail(), and test_vm_api_update_test_snapshots().
| const ast_string_field flag |
Definition at line 311 of file include/asterisk/app.h.
Referenced by test_vm_api_create_voicemail_files(), and test_vm_api_update_test_snapshots().
| const ast_string_field folder_name |
Definition at line 311 of file include/asterisk/app.h.
Referenced by test_vm_api_create_voicemail_files(), test_vm_api_remove_voicemail(), test_vm_api_test_setup(), and test_vm_api_update_test_snapshots().
| struct { ... } msg |
Referenced by test_vm_api_destroy_mailbox_voicemails(), and test_vm_api_update_test_snapshots().
| const ast_string_field msg_id |
Definition at line 311 of file include/asterisk/app.h.
Referenced by AST_TEST_DEFINE(), test_vm_api_create_mock_snapshot(), test_vm_api_create_voicemail_files(), and test_vm_api_update_test_snapshots().
| unsigned int msg_number |
Definition at line 312 of file include/asterisk/app.h.
Referenced by test_vm_api_create_voicemail_files(), test_vm_api_remove_voicemail(), test_vm_api_test_setup(), test_vm_api_update_test_snapshots(), and vm_msg_snapshot_create().
| struct ast_vm_msg_snapshot* next |
Definition at line 314 of file include/asterisk/app.h.
| const ast_string_field origdate |
Definition at line 311 of file include/asterisk/app.h.
Referenced by test_vm_api_create_voicemail_files(), test_vm_api_test_setup(), and test_vm_api_update_test_snapshots().
| const ast_string_field origtime |
Definition at line 311 of file include/asterisk/app.h.
Referenced by test_vm_api_create_voicemail_files(), test_vm_api_test_setup(), test_vm_api_update_test_snapshots(), and vm_msg_snapshot_create().
1.8.13