![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
ast_custom_function Struct Reference
#include <pbx.h>
Definition at line 72 of file pbx.h.
Public Member Functions | |
| AST_RWLIST_ENTRY (ast_custom_function) acflist | |
Data Fields | |
| const char * | desc |
| const char * | name |
| int(* | read )(struct ast_channel *, const char *, char *, char *, size_t) |
| const char * | synopsis |
| const char * | syntax |
| int(* | write )(struct ast_channel *, const char *, char *, const char *) |
|
|
|
|
|
Help text that explains it all Definition at line 75 of file pbx.h. Referenced by handle_show_function(). |
|
|
Name Definition at line 73 of file pbx.h. Referenced by ast_custom_function_find(), ast_custom_function_register(), ast_custom_function_unregister(), complete_show_function(), handle_show_function(), and handle_show_functions(). |
|
|
Read function, if read is supported Referenced by ast_func_read(). |
|
|
Short description for "show functions" Definition at line 74 of file pbx.h. Referenced by handle_show_function(), and handle_show_functions(). |
|
|
Syntax description Definition at line 76 of file pbx.h. Referenced by handle_show_function(), and handle_show_functions(). |
|
|
Write function, if write is supported Referenced by ast_func_write(). |