Asterisk - The Open Source Telephony Project
18.5.0
|
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...
Data Fields | |
int | audiofd |
struct ast_channel * | chan |
int | ctrlfd |
const char * | ints |
const char * | language |
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 147 of file app_playback.c.
int audiofd |
Definition at line 151 of file app_playback.c.
Referenced by s_streamwait3().
struct ast_channel* chan |
Definition at line 148 of file app_playback.c.
Referenced by s_streamwait3().
int ctrlfd |
Definition at line 152 of file app_playback.c.
Referenced by s_streamwait3().
const char* ints |
Definition at line 149 of file app_playback.c.
Referenced by s_streamwait3().
const char* language |
Definition at line 150 of file app_playback.c.
Referenced by do_say(), and s_streamwait3().