| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Application to dump channel variables. More...
#include "asterisk.h"#include "asterisk/pbx.h"#include "asterisk/module.h"#include "asterisk/channel.h"#include "asterisk/app.h"#include "asterisk/translate.h"#include "asterisk/bridge.h"
Go to the source code of this file.
| Functions | |
| static void | __reg_module (void) | 
| static void | __unreg_module (void) | 
| struct ast_module * | AST_MODULE_SELF_SYM (void) | 
| static int | dumpchan_exec (struct ast_channel *chan, const char *data) | 
| static int | load_module (void) | 
| static int | serialize_showchan (struct ast_channel *c, char *buf, size_t size) | 
| static int | unload_module (void) | 
| Variables | |
| static struct ast_module_info | __mod_info = { .name = AST_MODULE, .flags = AST_MODFLAG_LOAD_ORDER , .description = "Dump Info About The Calling Channel" , .key = ASTERISK_GPL_KEY , .buildopt_sum = AST_BUILDOPT_SUM, .load = load_module, .unload = unload_module, .load_pri = AST_MODPRI_DEFAULT, .support_level = AST_MODULE_SUPPORT_CORE, } | 
| static const char | app [] = "DumpChan" | 
| static const struct ast_module_info * | ast_module_info = &__mod_info | 
Application to dump channel variables.
Definition in file app_dumpchan.c.
| 
 | static | 
Definition at line 210 of file app_dumpchan.c.
| 
 | static | 
Definition at line 210 of file app_dumpchan.c.
| struct ast_module * AST_MODULE_SELF_SYM | ( | void | ) | 
Definition at line 210 of file app_dumpchan.c.
| 
 | static | 
Definition at line 175 of file app_dumpchan.c.
References ast_channel_name(), ast_str_buffer(), ast_str_thread_get(), ast_strlen_zero(), ast_verb, pbx_builtin_serialize_variables(), serialize_showchan(), and VERBOSITY_ATLEAST.
Referenced by load_module().
| 
 | static | 
Definition at line 205 of file app_dumpchan.c.
References app, ast_register_application_xml, and dumpchan_exec().
| 
 | static | 
Definition at line 72 of file app_dumpchan.c.
References ao2_cleanup, ast_channel_appl(), ast_channel_blockproc(), ast_channel_caller(), ast_channel_callgroup(), ast_channel_connected(), ast_channel_context(), ast_channel_data(), ast_channel_dialed(), ast_channel_exten(), ast_channel_fd(), ast_channel_fin(), ast_channel_flags(), ast_channel_fout(), ast_channel_get_bridge(), ast_channel_get_duration(), ast_channel_language(), ast_channel_linkedid(), ast_channel_lock, ast_channel_name(), ast_channel_nativeformats(), ast_channel_parkinglot(), ast_channel_pickupgroup(), ast_channel_priority(), ast_channel_rawreadformat(), ast_channel_rawwriteformat(), ast_channel_readformat(), ast_channel_readtrans(), ast_channel_redirecting(), ast_channel_rings(), ast_channel_uniqueid(), ast_channel_unlock, ast_channel_whentohangup(), ast_channel_writeformat(), ast_channel_writetrans(), AST_FLAG_BLOCKING, ast_format_cap_get_names(), AST_FORMAT_CAP_NAMES_LEN, ast_format_get_name(), ast_print_group(), ast_state2str(), ast_str_alloca, ast_test_flag, ast_translate_path_to_str(), buf, c, DEBUGCHAN_FLAG, min, name, S_COR, S_OR, type, and ast_bridge::uniqueid.
Referenced by dumpchan_exec().
| 
 | static | 
Definition at line 200 of file app_dumpchan.c.
References app, and ast_unregister_application().
| 
 | static | 
Definition at line 210 of file app_dumpchan.c.
| 
 | static | 
Definition at line 70 of file app_dumpchan.c.
Referenced by load_module(), and unload_module().
| 
 | static | 
Definition at line 210 of file app_dumpchan.c.