Asterisk - The Open Source Telephony Project
18.5.0
|
#include <extconf.h>
Data Fields | |
const char * | data |
const char * | foundcontext |
char * | incstack [AST_PBX_MAX_STACK] |
int | stacklen |
int | status |
struct ast_switch * | swo |
const char * data |
Definition at line 241 of file extconf.h.
Referenced by pbx_extension_helper(), and pbx_find_extension().
const char * foundcontext |
Definition at line 242 of file extconf.h.
Referenced by pbx_extension_helper(), and pbx_find_extension().
char * incstack |
Definition at line 237 of file extconf.h.
Referenced by pbx_find_extension().
int stacklen |
Definition at line 238 of file extconf.h.
Referenced by add_extension(), ast_hint_extension_nolock(), ast_merge_contexts_and_delete(), ast_sip_persistent_endpoint_update_state(), check_goto(), check_pval_item(), check_retrieve_call_extensions(), conf_ended(), delete_extens(), get_extension_data(), parking_blind_transfer_park(), parking_duration_callback(), parking_is_exten_park(), parking_lot_cfg_create_extensions(), pbx_extension_helper(), pbx_find_extension(), and register_peer_exten().
int status |
Definition at line 239 of file extconf.h.
Referenced by check_goto(), check_pval_item(), pbx_extension_helper(), and pbx_find_extension().
struct ast_switch * swo |
Definition at line 240 of file extconf.h.
Referenced by pbx_extension_helper(), and pbx_find_extension().