Asterisk - The Open Source Telephony Project
18.5.0
|
App to transmit a URL. More...
#include "asterisk.h"
#include "asterisk/pbx.h"
#include "asterisk/module.h"
#include "asterisk/app.h"
#include "asterisk/channel.h"
Go to the source code of this file.
Enumerations | |
enum | option_flags { OPTION_CHEAT = (1 << 0), OPTION_NUMGAMES = (1 << 1), OPTION_WAIT = (1 << 0), OPTION_PATTERNS_DISABLED = (1 << 0) } |
Functions | |
AST_MODULE_INFO_STANDARD_DEPRECATED (ASTERISK_GPL_KEY, "Send URL Applications") | |
static int | load_module (void) |
static int | sendurl_exec (struct ast_channel *chan, const char *data) |
static int | unload_module (void) |
Variables | |
static char * | app = "SendURL" |
static const struct ast_app_option | app_opts [128] = { [ 'w' ] = { .flag = OPTION_WAIT }, } |
App to transmit a URL.
Definition in file app_url.c.
enum option_flags |
AST_MODULE_INFO_STANDARD_DEPRECATED | ( | ASTERISK_GPL_KEY | , |
"Send URL Applications" | |||
) |
Referenced by load_module().
|
static |
Definition at line 175 of file app_url.c.
References app, AST_MODULE_INFO_STANDARD_DEPRECATED(), ast_register_application_xml, ASTERISK_GPL_KEY, and sendurl_exec().
|
static |
Definition at line 95 of file app_url.c.
References app_opts, args, AST_APP_ARG, ast_app_parse_options(), ast_channel_sendurl(), ast_channel_supports_html(), AST_DECLARE_APP_ARGS, AST_FRAME_HTML, ast_frfree, AST_HTML_LDCOMPLETE, AST_HTML_NOSUPPORT, ast_log, ast_read(), AST_STANDARD_APP_ARGS, ast_strdupa, ast_strlen_zero, ast_test_flag, ast_waitfor(), ast_frame::frametype, ast_frame_subclass::integer, LOG_WARNING, OPTION_WAIT, options, out, pbx_builtin_setvar_helper(), status, ast_frame::subclass, tmp(), and url.
Referenced by load_module().
|
static |
Definition at line 170 of file app_url.c.
References app, and ast_unregister_application().
|
static |
Definition at line 85 of file app_url.c.
Referenced by load_module(), and unload_module().
|
static |
Definition at line 93 of file app_url.c.
Referenced by sendurl_exec().