Asterisk - The Open Source Telephony Project GIT-master-8f1982c
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
say_args_t Struct Reference

Typical 'say' arguments in addition to the date or number or string to say. We do not include 'options' because they may be different in recursive calls, and so they are better left as an external parameter. More...

Collaboration diagram for say_args_t:
Collaboration graph
[legend]

Data Fields

int audiofd
 
struct ast_channelchan
 
int ctrlfd
 
const char * ints
 
const char * language
 

Detailed Description

Typical 'say' arguments in addition to the date or number or string to say. We do not include 'options' because they may be different in recursive calls, and so they are better left as an external parameter.

Definition at line 163 of file app_playback.c.

Field Documentation

◆ audiofd

int audiofd

Definition at line 167 of file app_playback.c.

◆ chan

struct ast_channel* chan

Definition at line 164 of file app_playback.c.

◆ ctrlfd

int ctrlfd

Definition at line 168 of file app_playback.c.

◆ ints

const char* ints

Definition at line 165 of file app_playback.c.

◆ language

const char* language

Definition at line 166 of file app_playback.c.


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