Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_vm_recording_data Struct Reference

Structure used for ast_copy_recording_to_vm in order to cleanly supply data needed for making the recording from the recorded file. More...

#include <app.h>

Collaboration diagram for ast_vm_recording_data:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field call_callerchan
 
const ast_string_field call_callerid
 
const ast_string_field call_context
 
const ast_string_field call_extension
 
const ast_string_field call_macrocontext
 
int call_priority
 
const ast_string_field context
 
const ast_string_field folder
 
const ast_string_field mailbox
 
const ast_string_field recording_ext
 
const ast_string_field recording_file
 

Detailed Description

Structure used for ast_copy_recording_to_vm in order to cleanly supply data needed for making the recording from the recorded file.

Examples:
/usr/src/asterisk-18.5.0/main/app.c.

Definition at line 90 of file include/asterisk/app.h.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 103 of file include/asterisk/app.h.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 103 of file include/asterisk/app.h.

◆ call_callerchan

const ast_string_field call_callerchan

Definition at line 103 of file include/asterisk/app.h.

Referenced by copy_to_voicemail(), and msg_create_from_file().

◆ call_callerid

const ast_string_field call_callerid

Definition at line 103 of file include/asterisk/app.h.

Referenced by copy_to_voicemail(), and msg_create_from_file().

◆ call_context

const ast_string_field call_context

Definition at line 103 of file include/asterisk/app.h.

Referenced by copy_to_voicemail(), and msg_create_from_file().

◆ call_extension

const ast_string_field call_extension

Definition at line 103 of file include/asterisk/app.h.

Referenced by copy_to_voicemail(), and msg_create_from_file().

◆ call_macrocontext

const ast_string_field call_macrocontext

Definition at line 103 of file include/asterisk/app.h.

Referenced by copy_to_voicemail(), and msg_create_from_file().

◆ call_priority

int call_priority

Definition at line 104 of file include/asterisk/app.h.

Referenced by copy_to_voicemail(), and msg_create_from_file().

◆ context

const ast_string_field context

Definition at line 103 of file include/asterisk/app.h.

Referenced by copy_to_voicemail(), and msg_create_from_file().

◆ folder

const ast_string_field folder

Definition at line 103 of file include/asterisk/app.h.

Referenced by msg_create_from_file().

◆ mailbox

const ast_string_field mailbox

Definition at line 103 of file include/asterisk/app.h.

Referenced by copy_to_voicemail(), and msg_create_from_file().

◆ recording_ext

const ast_string_field recording_ext

Definition at line 103 of file include/asterisk/app.h.

Referenced by copy_to_voicemail(), and msg_create_from_file().

◆ recording_file

const ast_string_field recording_file

Definition at line 103 of file include/asterisk/app.h.

Referenced by copy_to_voicemail(), and msg_create_from_file().


The documentation for this struct was generated from the following file: