Asterisk - The Open Source Telephony Project
21.4.1
|
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.
|
static |
Definition at line 92 of file func_export.c.