Sat Aug 6 00:40:07 2011

Asterisk developer's documentation


ast_custom_function Struct Reference

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

#include <pbx.h>


Data Fields

struct {
   ast_custom_function *   next
acflist
const char * desc
const char * name
ast_acf_read_fn_t read
const char * synopsis
const char * syntax
ast_acf_write_fn_t write


Detailed Description

Data structure associated with a custom dialplan function.

Definition at line 69 of file pbx.h.


Field Documentation

struct { ... } acflist

Referenced by ast_custom_function_find(), ast_custom_function_register(), ast_custom_function_unregister(), complete_show_function(), handle_show_functions(), and handle_show_functions_deprecated().

const char* desc

Help text that explains it all

Definition at line 72 of file pbx.h.

Referenced by free_acf_query(), handle_show_function(), and handle_show_function_deprecated().

const char* name

Name

Definition at line 70 of file pbx.h.

Referenced by acf_odbc_read(), acf_odbc_write(), ast_custom_function_find(), ast_custom_function_register(), ast_custom_function_unregister(), complete_show_function(), free_acf_query(), handle_show_function(), handle_show_function_deprecated(), handle_show_functions(), and handle_show_functions_deprecated().

struct ast_custom_function* next

Definition at line 76 of file pbx.h.

ast_acf_read_fn_t read

Read function, if read is supported

Definition at line 74 of file pbx.h.

Referenced by ast_func_read(), and init_acf_query().

const char* synopsis

Short description for "show functions"

Definition at line 71 of file pbx.h.

Referenced by handle_show_function(), handle_show_function_deprecated(), handle_show_functions(), handle_show_functions_deprecated(), and init_acf_query().

const char* syntax

Syntax description

Definition at line 73 of file pbx.h.

Referenced by free_acf_query(), handle_show_function(), handle_show_function_deprecated(), handle_show_functions(), and handle_show_functions_deprecated().

ast_acf_write_fn_t write

Write function, if write is supported

Definition at line 75 of file pbx.h.

Referenced by ast_func_write().


The documentation for this struct was generated from the following file:
Generated on Sat Aug 6 00:40:07 2011 for Asterisk - the Open Source PBX by  doxygen 1.4.7