Asterisk - The Open Source Telephony Project
18.5.0
|
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.
AST_MODULE_INFO_STANDARD_EXTENDED | ( | ASTERISK_GPL_KEY | , |
"Decline words according to channel language" | |||
) |
Referenced by unload_module().
|
static |
Definition at line 190 of file app_saycounted.c.
References ast_register_application_xml, saycountedadj_exec(), and saycountednoun_exec().
|
static |
Definition at line 152 of file app_saycounted.c.
References args, AST_APP_ARG, AST_DECLARE_APP_ARGS, ast_log, ast_say_counted_adjective(), AST_STANDARD_APP_ARGS, ast_strdupa, ast_strlen_zero, LOG_WARNING, and parse().
Referenced by load_module().
|
static |
Definition at line 122 of file app_saycounted.c.
References args, AST_APP_ARG, AST_DECLARE_APP_ARGS, ast_log, ast_say_counted_noun(), AST_STANDARD_APP_ARGS, ast_strdupa, ast_strlen_zero, LOG_WARNING, and parse().
Referenced by load_module().
|
static |
Definition at line 198 of file app_saycounted.c.
References AST_MODULE_INFO_STANDARD_EXTENDED(), ast_unregister_application(), and ASTERISK_GPL_KEY.