Sat Mar 24 23:30:50 2007

Asterisk developer's documentation


ast_custom_function Struct Reference

#include <pbx.h>

Collaboration diagram for ast_custom_function:

Collaboration graph
[legend]

Data Fields

char * desc
char * name
ast_custom_functionnext
char *(* read )(struct ast_channel *, char *, char *, char *, size_t)
char * synopsis
char * syntax
void(* write )(struct ast_channel *, char *, char *, const char *)

Detailed Description

Data structure associated with a custom function

Definition at line 86 of file pbx.h.


Field Documentation

char* desc
 

Definition at line 89 of file pbx.h.

Referenced by handle_show_function().

char* name
 

Definition at line 87 of file pbx.h.

Referenced by ast_custom_function_find(), ast_custom_function_register(), complete_show_function(), handle_show_function(), and handle_show_functions().

struct ast_custom_function* next
 

Definition at line 93 of file pbx.h.

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

char*(* read)(struct ast_channel *, char *, char *, char *, size_t)
 

Referenced by ast_func_read().

char* synopsis
 

Definition at line 88 of file pbx.h.

Referenced by handle_show_function(), and handle_show_functions().

char* syntax
 

Definition at line 90 of file pbx.h.

Referenced by handle_show_function(), and handle_show_functions().

void(* write)(struct ast_channel *, char *, char *, const char *)
 

Referenced by ast_func_write().


The documentation for this struct was generated from the following file:
Generated on Sat Mar 24 23:30:50 2007 for Asterisk - the Open Source PBX by  doxygen 1.4.6