Asterisk - The Open Source Telephony Project
18.5.0
|
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.
AST_MODULE_INFO_STANDARD_EXTENDED | ( | ASTERISK_GPL_KEY | , |
"Attended transfer to the given extension" | |||
) |
Referenced by load_module().
|
static |
Definition at line 77 of file app_attended_transfer.c.
References app, args, AST_APP_ARG, ast_channel_lock, ast_channel_unlock, AST_DECLARE_APP_ARGS, AST_FEATURE_MAX_LEN, AST_FRAME_DTMF, ast_get_builtin_feature(), ast_log, ast_queue_frame(), AST_STANDARD_APP_ARGS, ast_strdupa, ast_strlen_zero, context, digit, exten, ast_frame::frametype, ast_frame_subclass::integer, LOG_WARNING, NULL, parse(), pbx_builtin_getvar_helper(), pbx_builtin_setvar_helper(), and ast_frame::subclass.
Referenced by load_module().
|
static |
Definition at line 138 of file app_attended_transfer.c.
References app, AST_MODULE_INFO_STANDARD_EXTENDED(), ast_register_application_xml, ASTERISK_GPL_KEY, and attended_transfer_exec().
|
static |
Definition at line 133 of file app_attended_transfer.c.
References app, and ast_unregister_application().
|
static |
Definition at line 75 of file app_attended_transfer.c.
Referenced by attended_transfer_exec(), load_module(), and unload_module().