Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_applicationmap_item Struct Reference

An applicationmap configuration item. More...

#include <features_config.h>

Collaboration diagram for ast_applicationmap_item:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
unsigned int activate_on_self
 
const ast_string_field app
 
const ast_string_field app_data
 
char dtmf [AST_FEATURE_MAX_LEN]
 
const ast_string_field moh_class
 
const ast_string_field name
 

Detailed Description

An applicationmap configuration item.

Definition at line 236 of file include/asterisk/features_config.h.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 246 of file include/asterisk/features_config.h.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 246 of file include/asterisk/features_config.h.

◆ activate_on_self

unsigned int activate_on_self

◆ app

const ast_string_field app

Definition at line 246 of file include/asterisk/features_config.h.

Referenced by add_item(), and setup_dynamic_feature().

◆ app_data

Definition at line 246 of file include/asterisk/features_config.h.

Referenced by add_item(), and setup_dynamic_feature().

◆ dtmf

char dtmf[AST_FEATURE_MAX_LEN]

◆ moh_class

const ast_string_field moh_class

Definition at line 246 of file include/asterisk/features_config.h.

Referenced by add_item(), and setup_dynamic_feature().

◆ name

const ast_string_field name

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