Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Feature configuration relating to transfers. 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 | 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 |
const ast_string_field | transferannouncesound |
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_mgr __field_mgr |
Definition at line 77 of file include/asterisk/features_config.h.
struct ast_string_field_pool* __field_mgr_pool |
Sound to play when transfer succeeds
Sound to play when transfer fails
DTMF sequence used to abort an attempted atxfer
DTMF sequence used to complete an attempted atxfer
DTMF sequence used to turn an attempted atxfer into a three-way call
DTMF sequence used to swap which party the transferer is talking to
Sound played when an invalid extension is dialed, and the transferer should retry.
Sound played when an invalid extension is dialed, and the transferer is being returned to the call.
Sound to play to announce the transfer process has started.
Definition at line 77 of file include/asterisk/features_config.h.
const ast_string_field atxferabort |
Definition at line 77 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 85 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 |
Definition at line 77 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 87 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 83 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 81 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 |
Definition at line 77 of file include/asterisk/features_config.h.
Referenced by add_transferer_role(), and xfer_get().
const ast_string_field atxferthreeway |
Definition at line 77 of file include/asterisk/features_config.h.
Referenced by add_transferer_role(), testsuite_notify_feature_success(), and xfer_get().
const ast_string_field transferannouncesound |
Definition at line 77 of file include/asterisk/features_config.h.
Referenced by grab_transfer().
unsigned int transferdialattempts |
Number of dial attempts allowed for blind/attended transfers
Definition at line 89 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 79 of file include/asterisk/features_config.h.
Referenced by grab_transfer(), xfer_copy(), xfer_get(), and xfer_set().
const ast_string_field transferinvalidsound |
Definition at line 77 of file include/asterisk/features_config.h.
Referenced by grab_transfer(), and xfer_get().
const ast_string_field transferretrysound |
Definition at line 77 of file include/asterisk/features_config.h.
Referenced by grab_transfer(), and xfer_get().
const ast_string_field xferfailsound |
Definition at line 77 of file include/asterisk/features_config.h.
Referenced by ast_get_chan_features_xferfailsound(), and xfer_get().
const ast_string_field xfersound |
Definition at line 77 of file include/asterisk/features_config.h.
Referenced by attended_transfer_properties_alloc(), bridge_exec(), and xfer_get().