Asterisk - The Open Source Telephony Project
21.4.1
|
Applications to decline words according to current language. More...
#include "asterisk.h"
#include "asterisk/logger.h"
#include "asterisk/module.h"
#include "asterisk/app.h"
#include "asterisk/say.h"
Go to the source code of this file.
Functions | |
AST_MODULE_INFO_STANDARD_EXTENDED (ASTERISK_GPL_KEY,"Decline words according to channel language") | |
static int | load_module (void) |
static int | saycountedadj_exec (struct ast_channel *chan, const char *data) |
static int | saycountednoun_exec (struct ast_channel *chan, const char *data) |
static int | unload_module (void) |
Applications to decline words according to current language.
Definition in file app_saycounted.c.