| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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" | |||
| ) | 
| 
 | static | 
Definition at line 196 of file app_saycounted.c.
References ast_register_application_xml, saycountedadj_exec(), and saycountednoun_exec().
| 
 | static | 
Definition at line 158 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(), and LOG_WARNING.
Referenced by load_module().
| 
 | static | 
Definition at line 128 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(), and LOG_WARNING.
Referenced by load_module().
| 
 | static | 
Definition at line 204 of file app_saycounted.c.
References ast_unregister_application().