Asterisk - The Open Source Telephony Project
21.4.1
|
Attended transfer by caller channel. More...
#include "asterisk.h"
#include "asterisk/pbx.h"
#include "asterisk/module.h"
#include "asterisk/app.h"
#include "asterisk/channel.h"
#include "asterisk/bridge.h"
#include "asterisk/features_config.h"
Go to the source code of this file.
Functions | |
AST_MODULE_INFO_STANDARD_EXTENDED (ASTERISK_GPL_KEY,"Attended transfer to the given extension") | |
static int | attended_transfer_exec (struct ast_channel *chan, const char *data) |
static int | load_module (void) |
static int | unload_module (void) |
Variables | |
static const char *const | app = "AttendedTransfer" |
Attended transfer by caller channel.
Definition in file app_attended_transfer.c.