#include <sys/types.h>#include <string.h>#include <stdlib.h>#include <netinet/in.h>#include <time.h>#include <ctype.h>#include <math.h>#include <asterisk/file.h>#include <asterisk/channel.h>#include <asterisk/logger.h>#include <asterisk/say.h>#include <asterisk/lock.h>#include <asterisk/localtime.h>#include <asterisk/utils.h>#include "asterisk.h"#include <stdio.h>Go to the source code of this file.
Data Structures | |
| struct | odmiana |
Functions | |
| int | ast_say_digit_str (struct ast_channel *chan, char *fn2, char *ints, char *lang) |
| says digits of a string | |
| int | ast_say_character_str (struct ast_channel *chan, char *fn2, char *ints, char *lang) |
| int | ast_say_phonetic_str (struct ast_channel *chan, char *fn2, char *ints, char *lang) |
| int | ast_say_digit_str_full (struct ast_channel *chan, char *fn2, char *ints, char *lang, int audiofd, int ctrlfd) |
| int | ast_say_character_str_full (struct ast_channel *chan, char *fn2, char *ints, char *lang, int audiofd, int ctrlfd) |
| int | ast_say_phonetic_str_full (struct ast_channel *chan, char *fn2, char *ints, char *lang, 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_number_full (struct ast_channel *chan, int num, char *ints, char *language, char *options, int audiofd, int ctrlfd) |
| int | ast_say_number (struct ast_channel *chan, int num, char *ints, char *language, char *options) |
| says a number | |
| int | ast_say_date (struct ast_channel *chan, time_t t, char *ints, char *lang) |
| int | ast_say_date_with_format (struct ast_channel *chan, time_t time, char *ints, char *lang, char *format, char *timezone) |
| int | ast_say_time (struct ast_channel *chan, time_t t, char *ints, char *lang) |
| int | ast_say_datetime (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) |
|
||||||||||||||||||||
|
Definition at line 66 of file say.c. References ast_stopstream(), ast_streamfile(), and ast_waitstream().
|
|
||||||||||||||||||||||||||||
|
Definition at line 254 of file say.c. References ast_stopstream(), ast_streamfile(), and ast_waitstream_full().
|
|
||||||||||||||||||||
|
Definition at line 1824 of file say.c.
|
|
||||||||||||||||||||||||||||
|
Definition at line 1920 of file say.c.
|
|
||||||||||||||||||||
|
Definition at line 3522 of file say.c.
|
|
||||||||||||||||||||
|
Definition at line 3744 of file say.c.
|
|
||||||||||||||||||||
|
says digits of a string
References ast_stopstream(), ast_streamfile(), and ast_waitstream(). Referenced by ast_say_digits().
|
|
||||||||||||||||||||||||||||
|
Definition at line 238 of file say.c. References ast_stopstream(), ast_streamfile(), and ast_waitstream_full(). Referenced by ast_say_digits_full().
|
|
||||||||||||||||||||
|
says digits
References ast_say_digit_str().
|
|
||||||||||||||||||||||||||||
|
Definition at line 397 of file say.c. References ast_say_digit_str_full().
|
|
||||||||||||||||||||||||
|
says a number
References ast_say_number_full().
|
|
||||||||||||||||||||||||||||||||
|
Definition at line 496 of file say.c. Referenced by ast_say_number().
|
|
||||||||||||||||||||
|
Definition at line 136 of file say.c. References ast_stopstream(), ast_streamfile(), and ast_waitstream().
|
|
||||||||||||||||||||||||||||
|
Definition at line 322 of file say.c. References ast_stopstream(), ast_streamfile(), and ast_waitstream_full().
|
|
||||||||||||||||||||
|
Definition at line 3370 of file say.c.
|
1.3.8