Asterisk - The Open Source Telephony Project
18.5.0
|
Configuration relating to call pickup. More...
#include <features_config.h>
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 |
Configuration relating to call pickup.
Definition at line 137 of file include/asterisk/features_config.h.
struct ast_string_field_mgr __field_mgr |
Definition at line 145 of file include/asterisk/features_config.h.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 145 of file include/asterisk/features_config.h.
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().
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().
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().