Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_features_pickup_config Struct Reference

Configuration relating to call pickup. More...

#include <features_config.h>

Collaboration diagram for ast_features_pickup_config:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field pickupexten
 
const ast_string_field pickupfailsound
 
const ast_string_field pickupsound
 

Detailed Description

Configuration relating to call pickup.

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

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

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

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Digit sequence to press to pick up a ringing call

Sound to play to picker when pickup succeeds

Sound to play to picker when pickup fails

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

◆ pickupexten

const ast_string_field pickupexten

◆ pickupfailsound

const ast_string_field pickupfailsound

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

Referenced by pickup_get().

◆ pickupsound

const ast_string_field pickupsound

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

Referenced by pickup_get().


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