Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:01:59 2007

Asterisk developer's documentation :: Codename Pineapple


ast_call_feature Struct Reference

#include <features.h>


Detailed Description

main call feature structure

Definition at line 35 of file features.h.

Public Member Functions

 AST_LIST_ENTRY (ast_call_feature) feature_entry

Data Fields

char app [FEATURE_APP_LEN]
char app_args [FEATURE_APP_ARGS_LEN]
char default_exten [FEATURE_MAX_LEN]
char exten [FEATURE_MAX_LEN]
int feature_mask
unsigned int flags
char * fname
char moh_class [FEATURE_MOH_LEN]
int(* operation )(struct ast_channel *chan, struct ast_channel *peer, struct ast_bridge_config *config, char *code, int sense)
char sname [FEATURE_SNAME_LEN]


Member Function Documentation

AST_LIST_ENTRY ast_call_feature   ) 
 


Field Documentation

char app[FEATURE_APP_LEN]
 

Definition at line 43 of file features.h.

Referenced by feature_exec_app().

char app_args[FEATURE_APP_ARGS_LEN]
 

Definition at line 44 of file features.h.

Referenced by feature_exec_app().

char default_exten[FEATURE_MAX_LEN]
 

Definition at line 40 of file features.h.

Referenced by handle_showfeatures().

char exten[FEATURE_MAX_LEN]
 

Definition at line 39 of file features.h.

Referenced by ast_feature_request_and_dial(), and feature_exec_app().

int feature_mask
 

Definition at line 36 of file features.h.

Referenced by ast_feature_interpret(), and set_config_flags().

unsigned int flags
 

Definition at line 42 of file features.h.

char* fname
 

Definition at line 37 of file features.h.

Referenced by handle_showfeatures().

char moh_class[FEATURE_MOH_LEN]
 

Definition at line 45 of file features.h.

Referenced by feature_exec_app().

int(* operation)(struct ast_channel *chan, struct ast_channel *peer, struct ast_bridge_config *config, char *code, int sense)
 

Referenced by ast_feature_interpret().

char sname[FEATURE_SNAME_LEN]
 

Definition at line 38 of file features.h.

Referenced by ast_register_feature(), and find_feature().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen