#include <asterisk/channel.h>#include <asterisk/file.h>#include <time.h>Include dependency graph for say.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int | ast_say_number (struct ast_channel *chan, int num, char *ints, char *lang, char *options) |
| says a number | |
| int | ast_say_number_full (struct ast_channel *chan, int num, char *ints, char *lang, char *options, int audiofd, int ctrlfd) |
| int | ast_say_digits (struct ast_channel *chan, int num, char *ints, char *lang) |
| says digits | |
| int | ast_say_digits_full (struct ast_channel *chan, int num, char *ints, char *lang, int audiofd, int ctrlfd) |
| int | ast_say_digit_str (struct ast_channel *chan, char *num, char *ints, char *lang) |
| says digits of a string | |
| int | ast_say_digit_str_full (struct ast_channel *chan, char *num, char *ints, char *lang, int audiofd, int ctrlfd) |
| int | ast_say_character_str (struct ast_channel *chan, char *num, char *ints, char *lang) |
| int | ast_say_character_str_full (struct ast_channel *chan, char *num, char *ints, char *lang, int audiofd, int ctrlfd) |
| int | ast_say_phonetic_str (struct ast_channel *chan, char *num, char *ints, char *lang) |
| int | ast_say_phonetic_str_full (struct ast_channel *chan, char *num, char *ints, char *lang, int audiofd, int ctrlfd) |
| int | ast_say_datetime (struct ast_channel *chan, time_t t, char *ints, char *lang) |
| int | ast_say_time (struct ast_channel *chan, time_t t, char *ints, char *lang) |
| int | ast_say_date (struct ast_channel *chan, time_t t, char *ints, char *lang) |
| int | ast_say_datetime_from_now (struct ast_channel *chan, time_t t, char *ints, char *lang) |
| int | ast_say_date_with_format (struct ast_channel *chan, time_t t, char *ints, char *lang, char *format, char *timezone) |
|
||||||||||||||||||||
|
Definition at line 65 of file say.c. References ast_stopstream(), ast_streamfile(), and ast_waitstream().
|
|
||||||||||||||||||||||||||||
|
Definition at line 253 of file say.c. References ast_stopstream(), ast_streamfile(), and ast_waitstream_full().
|
|
||||||||||||||||||||
|
Definition at line 1704 of file say.c.
|
|
||||||||||||||||||||||||||||
|
Definition at line 1800 of file say.c.
|
|
||||||||||||||||||||
|
Definition at line 3406 of file say.c.
|
|
||||||||||||||||||||
|
Definition at line 3628 of file say.c.
|
|
||||||||||||||||||||
|
says digits of a string
Definition at line 34 of file say.c. References ast_stopstream(), ast_streamfile(), and ast_waitstream(). Referenced by ast_say_digits().
|
|
||||||||||||||||||||||||||||
|
Definition at line 237 of file say.c. References ast_stopstream(), ast_streamfile(), and ast_waitstream_full(). Referenced by ast_say_digits_full().
|
|
||||||||||||||||||||
|
says digits
Definition at line 388 of file say.c. References ast_say_digit_str().
|
|
||||||||||||||||||||||||||||
|
Definition at line 396 of file say.c. References ast_say_digit_str_full().
|
|
||||||||||||||||||||||||
|
says a number
Definition at line 525 of file say.c. References ast_say_number_full().
|
|
||||||||||||||||||||||||||||||||
|
Definition at line 494 of file say.c. Referenced by ast_say_number().
|
|
||||||||||||||||||||
|
Definition at line 135 of file say.c. References ast_stopstream(), ast_streamfile(), and ast_waitstream().
|
|
||||||||||||||||||||||||||||
|
Definition at line 321 of file say.c. References ast_stopstream(), ast_streamfile(), and ast_waitstream_full().
|
|
||||||||||||||||||||
|
Definition at line 3254 of file say.c.
|
1.3.7