#include <sys/types.h>
#include <string.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <time.h>
#include <ctype.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>
Include dependency graph for say.c:
Go to the source code of this file.
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 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.
|