| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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" | |||
| ) | 
| 
 | static | 
Definition at line 81 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(), ast_frame::data, digit, ast_frame::frametype, ast_frame_subclass::integer, LOG_WARNING, NULL, pbx_builtin_getvar_helper(), pbx_builtin_setvar_helper(), and ast_frame::subclass.
Referenced by load_module().
| 
 | static | 
Definition at line 142 of file app_attended_transfer.c.
References app, ast_register_application_xml, and attended_transfer_exec().
| 
 | static | 
Definition at line 137 of file app_attended_transfer.c.
References app, and ast_unregister_application().
| 
 | static | 
Definition at line 79 of file app_attended_transfer.c.
Referenced by attended_transfer_exec(), load_module(), and unload_module().