Asterisk - The Open Source Telephony Project  18.5.0
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 137 of file include/asterisk/features_config.h.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

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

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

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

◆ pickupexten

const ast_string_field pickupexten

Digit sequence to press to pick up a ringing call

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

Referenced by call_pickup_incoming_request(), get_destination(), and pickup_get().

◆ pickupfailsound

const ast_string_field pickupfailsound

Sound to play to picker when pickup fails

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

Referenced by pickup_get().

◆ pickupsound

const ast_string_field pickupsound

Sound to play to picker when pickup succeeds

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

Referenced by pickup_get().


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