Asterisk - The Open Source Telephony Project
18.5.0
|
App to transmit an image. More...
#include "asterisk.h"
#include "asterisk/pbx.h"
#include "asterisk/module.h"
#include "asterisk/image.h"
Go to the source code of this file.
Functions | |
AST_MODULE_INFO_STANDARD_DEPRECATED (ASTERISK_GPL_KEY, "Image Transmission Application") | |
static int | load_module (void) |
static int | sendimage_exec (struct ast_channel *chan, const char *data) |
static int | unload_module (void) |
Variables | |
static char * | app = "SendImage" |
App to transmit an image.
Definition in file app_image.c.
AST_MODULE_INFO_STANDARD_DEPRECATED | ( | ASTERISK_GPL_KEY | , |
"Image Transmission Application" | |||
) |
Referenced by load_module().
|
static |
Definition at line 102 of file app_image.c.
References app, AST_MODULE_INFO_STANDARD_DEPRECATED(), ast_register_application_xml, ASTERISK_GPL_KEY, and sendimage_exec().
|
static |
Definition at line 74 of file app_image.c.
References ast_log, ast_send_image(), ast_strlen_zero, ast_supports_images(), LOG_WARNING, and pbx_builtin_setvar_helper().
Referenced by load_module().
|
static |
Definition at line 97 of file app_image.c.
References app, and ast_unregister_application().
|
static |
Definition at line 38 of file app_image.c.
Referenced by load_module(), and unload_module().