|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Stasis dialplan application. More...
#include "asterisk.h"#include "asterisk/app.h"#include "asterisk/ari.h"#include "asterisk/module.h"#include "asterisk/pbx.h"#include "asterisk/stasis.h"#include "asterisk/stasis_app_impl.h"
Go to the source code of this file.
Macros | |
| #define | MAX_ARGS 128 |
| Maximum number of arguments for the Stasis dialplan application. | |
Functions | |
| static void | __reg_module (void) |
| static void | __unreg_module (void) |
| static int | app_exec (struct ast_channel *chan, const char *data) |
| Stasis dialplan application callback. | |
| struct ast_module * | AST_MODULE_SELF_SYM (void) |
| static int | load_module (void) |
| static int | unload_module (void) |
Variables | |
| static struct ast_module_info | __mod_info = { .name = AST_MODULE, .flags = AST_MODFLAG_DEFAULT , .description = "Stasis dialplan application" , .key = ASTERISK_GPL_KEY , .buildopt_sum = AST_BUILDOPT_SUM, .support_level = AST_MODULE_SUPPORT_CORE, .load = load_module, .unload = unload_module, .requires = "res_stasis,res_ari", } |
| static const struct ast_module_info * | ast_module_info = &__mod_info |
| static const char * | stasis = "Stasis" |
| Dialplan application name. | |
Stasis dialplan application.
Definition in file app_stasis.c.
| #define MAX_ARGS 128 |
Maximum number of arguments for the Stasis dialplan application.
Definition at line 82 of file app_stasis.c.
|
static |
Definition at line 169 of file app_stasis.c.
|
static |
Definition at line 169 of file app_stasis.c.
|
static |
Stasis dialplan application callback.
Definition at line 88 of file app_stasis.c.
References app_name(), args, AST_APP_ARG, ast_ari_close_per_call_websocket(), ast_ari_create_per_call_websocket(), ast_assert, ast_channel_name(), ast_check_hangup(), ast_debug, AST_DECLARE_APP_ARGS, ast_log, AST_STANDARD_APP_ARGS, ast_strdupa, ast_strlen_zero(), done, LOG_WARNING, MAX_ARGS, NULL, pbx_builtin_setvar_helper(), stasis_app_exec(), and stasis_app_is_registered().
| struct ast_module * AST_MODULE_SELF_SYM | ( | void | ) |
Definition at line 169 of file app_stasis.c.
|
static |
Definition at line 154 of file app_stasis.c.
References app_exec, ast_register_application_xml, and stasis.
|
static |
Definition at line 159 of file app_stasis.c.
References ast_unregister_application(), and stasis.
|
static |
Definition at line 169 of file app_stasis.c.
|
static |
Definition at line 169 of file app_stasis.c.
|
static |
Dialplan application name.
Definition at line 85 of file app_stasis.c.
Referenced by ast_bridge_publish_blind_transfer(), load_module(), and unload_module().