|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Set variables and functions on other channels. More...
#include "asterisk.h"#include "asterisk/module.h"#include "asterisk/channel.h"#include "asterisk/pbx.h"#include "asterisk/utils.h"#include "asterisk/app.h"#include "asterisk/stringfields.h"
Go to the source code of this file.
Functions | |
| AST_MODULE_INFO_STANDARD_EXTENDED (ASTERISK_GPL_KEY, "Set variables and functions on other channels") | |
| static int | func_export_write (struct ast_channel *chan, const char *function, char *data, const char *value) |
| static int | load_module (void) |
| static int | unload_module (void) |
Variables | |
| static struct ast_custom_function | export_function |
Set variables and functions on other channels.
Definition in file func_export.c.
| AST_MODULE_INFO_STANDARD_EXTENDED | ( | ASTERISK_GPL_KEY | , |
| "Set variables and functions on other channels" | |||
| ) |
|
static |
Definition at line 69 of file func_export.c.
References args, AST_APP_ARG, ast_channel_get_by_name(), ast_channel_unref, AST_DECLARE_APP_ARGS, ast_log, AST_STANDARD_APP_ARGS, ast_channel::data, LOG_WARNING, pbx_builtin_setvar_helper(), value, and var.
|
static |
Definition at line 108 of file func_export.c.
References ast_custom_function_register, and export_function.
|
static |
Definition at line 103 of file func_export.c.
References ast_custom_function_unregister(), and export_function.
|
static |
Definition at line 98 of file func_export.c.
Referenced by load_module(), and unload_module().