|
Asterisk - The Open Source Telephony Project
18.5.0
|
Feature configuration relating to transfers. More...
#include <features_config.h>

Data Fields | |
| struct ast_string_field_pool * | __field_mgr_pool |
| const ast_string_field | atxferabort |
| unsigned int | atxfercallbackretries |
| const ast_string_field | atxfercomplete |
| unsigned int | atxferdropcall |
| unsigned int | atxferloopdelay |
| unsigned int | atxfernoanswertimeout |
| const ast_string_field | atxferswap |
| const ast_string_field | atxferthreeway |
| unsigned int | transferdialattempts |
| unsigned int | transferdigittimeout |
| const ast_string_field | transferinvalidsound |
| const ast_string_field | transferretrysound |
| const ast_string_field | xferfailsound |
| const ast_string_field | xfersound |
Feature configuration relating to transfers.
Definition at line 57 of file include/asterisk/features_config.h.
| struct ast_string_field_pool* __field_mgr_pool |
Definition at line 75 of file include/asterisk/features_config.h.
| const ast_string_field atxferabort |
DTMF sequence used to abort an attempted atxfer
Definition at line 75 of file include/asterisk/features_config.h.
Referenced by add_transferer_role(), ast_get_chan_features_atxferabort(), and xfer_get().
| unsigned int atxfercallbackretries |
Number of times to re-attempt dialing the transfer target
Definition at line 83 of file include/asterisk/features_config.h.
Referenced by attended_transfer_properties_alloc(), xfer_copy(), xfer_get(), and xfer_set().
| const ast_string_field atxfercomplete |
DTMF sequence used to complete an attempted atxfer
Definition at line 75 of file include/asterisk/features_config.h.
Referenced by add_transferer_role(), and xfer_get().
| unsigned int atxferdropcall |
Determines if the call is dropped on attended transfer failure
Definition at line 85 of file include/asterisk/features_config.h.
Referenced by attended_transfer_properties_alloc(), xfer_copy(), xfer_get(), and xfer_set().
| unsigned int atxferloopdelay |
Seconds to wait before attempting to re-dial the transfer target
Definition at line 81 of file include/asterisk/features_config.h.
Referenced by attended_transfer_properties_alloc(), xfer_copy(), xfer_get(), and xfer_set().
| unsigned int atxfernoanswertimeout |
Seconds to wait for the transfer target to answer a transferred call
Definition at line 79 of file include/asterisk/features_config.h.
Referenced by attended_transfer_properties_alloc(), xfer_copy(), xfer_get(), and xfer_set().
| const ast_string_field atxferswap |
DTMF sequence used to swap which party the transferer is talking to
Definition at line 75 of file include/asterisk/features_config.h.
Referenced by add_transferer_role(), and xfer_get().
| const ast_string_field atxferthreeway |
DTMF sequence used to turn an attempted atxfer into a three-way call
Definition at line 75 of file include/asterisk/features_config.h.
Referenced by add_transferer_role(), testsuite_notify_feature_success(), and xfer_get().
| unsigned int transferdialattempts |
Number of dial attempts allowed for blind/attended transfers
Definition at line 87 of file include/asterisk/features_config.h.
Referenced by grab_transfer(), xfer_copy(), xfer_get(), and xfer_set().
| unsigned int transferdigittimeout |
Seconds allowed between digit presses when dialing transfer destination
Definition at line 75 of file include/asterisk/features_config.h.
Referenced by grab_transfer(), xfer_copy(), xfer_get(), and xfer_set().
| const ast_string_field transferinvalidsound |
Sound played when an invalid extension is dialed, and the transferer is being returned to the call.
Definition at line 75 of file include/asterisk/features_config.h.
Referenced by grab_transfer(), and xfer_get().
| const ast_string_field transferretrysound |
Sound played when an invalid extension is dialed struct ast_string_field_mgr __field_mgr and the transferer should retry.
Definition at line 75 of file include/asterisk/features_config.h.
Referenced by grab_transfer(), and xfer_get().
| const ast_string_field xferfailsound |
Sound to play when transfer fails
Definition at line 75 of file include/asterisk/features_config.h.
Referenced by ast_get_chan_features_xferfailsound(), and xfer_get().
| const ast_string_field xfersound |
Sound to play when transfer succeeds
Definition at line 75 of file include/asterisk/features_config.h.
Referenced by attended_transfer_properties_alloc(), bridge_exec(), and xfer_get().
1.8.13