|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
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 139 of file include/asterisk/features_config.h.
| struct ast_string_field_mgr __field_mgr |
Definition at line 147 of file include/asterisk/features_config.h.
| 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.
| const ast_string_field pickupexten |
Definition at line 147 of file include/asterisk/features_config.h.
Referenced by call_pickup_incoming_request(), get_destination(), and pickup_get().
| const ast_string_field pickupfailsound |
Definition at line 147 of file include/asterisk/features_config.h.
Referenced by pickup_get().
| const ast_string_field pickupsound |
Definition at line 147 of file include/asterisk/features_config.h.
Referenced by pickup_get().