Data structure associated with a custom dialplan function. More...
#include <pbx.h>
Public Member Functions | |
AST_LIST_ENTRY (ast_custom_function) acflist | |
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
const ast_string_field | arguments |
const ast_string_field | desc |
enum ast_doc_src | docsrc |
struct ast_module * | mod |
const char * | name |
ast_acf_read_fn_t | read |
const ast_string_field | seealso |
const ast_string_field | synopsis |
const ast_string_field | syntax |
ast_acf_write_fn_t | write |
AST_LIST_ENTRY | ( | ast_custom_function | ) |
struct ast_string_field_mgr __field_mgr |
const ast_string_field arguments |
Definition at line 91 of file pbx.h.
Referenced by acf_retrieve_docs(), and handle_show_function().
const ast_string_field desc |
Definition at line 91 of file pbx.h.
Referenced by acf_retrieve_docs(), and handle_show_function().
enum ast_doc_src docsrc |
Where the documentation come from
Definition at line 92 of file pbx.h.
Referenced by __ast_custom_function_register(), acf_retrieve_docs(), ast_custom_function_unregister(), and handle_show_function().
struct ast_module* mod |
Module this custom function belongs to
Definition at line 95 of file pbx.h.
Referenced by __ast_custom_function_register(), ast_func_read(), and ast_func_write().
const char* name |
Name Synopsis text for 'show functions' Description (help text) for 'show functions <name>' Syntax text for 'core show functions' Arguments description See also
Definition at line 84 of file pbx.h.
Referenced by __ast_custom_function_register(), acf_retrieve_docs(), ast_custom_function_find(), ast_custom_function_unregister(), handle_show_function(), and handle_show_functions().
Read function, if read is supported
Definition at line 93 of file pbx.h.
Referenced by ast_func_read(), and op_func().
const ast_string_field seealso |
Definition at line 91 of file pbx.h.
Referenced by acf_retrieve_docs(), and handle_show_function().
const ast_string_field synopsis |
Definition at line 91 of file pbx.h.
Referenced by acf_retrieve_docs(), handle_show_function(), and handle_show_functions().
const ast_string_field syntax |
Definition at line 91 of file pbx.h.
Referenced by acf_retrieve_docs(), handle_show_function(), and handle_show_functions().
Write function, if write is supported
Definition at line 94 of file pbx.h.
Referenced by ast_func_write().