Asterisk - The Open Source Telephony Project  21.4.1
Functions | Variables
func_export.c File Reference

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
 

Detailed Description

Set variables and functions on other channels.

Author
Naveen Albert aster.nosp@m.isk@.nosp@m.phrea.nosp@m.knet.nosp@m..org

Definition in file func_export.c.

Variable Documentation

struct ast_custom_function export_function
static
Initial value:
= {
.name = "EXPORT",
.write = func_export_write,
}

Definition at line 92 of file func_export.c.