Asterisk - The Open Source Telephony Project
18.5.0
|
Configuration from the "general" section of features.conf. More...
Data Fields | |
struct ast_features_general_config * | general |
struct ast_features_pickup_config * | pickup |
struct ast_features_xfer_config * | xfer |
Configuration from the "general" section of features.conf.
Definition at line 403 of file features_config.c.
struct ast_features_general_config* general |
Definition at line 404 of file features_config.c.
Referenced by general_handler(), global_config_destructor(), and global_copy().
struct ast_features_pickup_config* pickup |
Definition at line 406 of file features_config.c.
Referenced by global_config_destructor(), global_copy(), and pickup_handler().
struct ast_features_xfer_config* xfer |
Definition at line 405 of file features_config.c.
Referenced by global_config_destructor(), global_copy(), and xfer_handler().