Thu Apr 28 2011 16:57:20

Asterisk developer's documentation


ast_custom_function Struct Reference

Data structure associated with a custom dialplan function. More...

#include <pbx.h>

Collaboration diagram for ast_custom_function:

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_modulemod
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

Detailed Description

Data structure associated with a custom dialplan function.

Definition at line 83 of file pbx.h.


Member Function Documentation

AST_LIST_ENTRY ( ast_custom_function  )

Field Documentation

Definition at line 91 of file pbx.h.

Definition at line 91 of file pbx.h.

Definition at line 91 of file pbx.h.

Referenced by acf_retrieve_docs(), and handle_show_function().

Definition at line 91 of file pbx.h.

Referenced by acf_retrieve_docs(), and handle_show_function().

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().

Definition at line 91 of file pbx.h.

Referenced by acf_retrieve_docs(), and handle_show_function().

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().


The documentation for this struct was generated from the following file: