Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_features_xfer_config Struct Reference

Feature configuration relating to transfers. More...

#include <features_config.h>

Collaboration diagram for ast_features_xfer_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 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
 

Detailed Description

Feature configuration relating to transfers.

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

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

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

◆ __field_mgr_pool

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.

◆ atxferabort

const ast_string_field atxferabort

◆ atxfercallbackretries

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().

◆ atxfercomplete

const ast_string_field atxfercomplete

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

Referenced by add_transferer_role(), and xfer_get().

◆ atxferdropcall

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().

◆ atxferloopdelay

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().

◆ atxfernoanswertimeout

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().

◆ atxferswap

const ast_string_field atxferswap

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

Referenced by add_transferer_role(), and xfer_get().

◆ atxferthreeway

const ast_string_field atxferthreeway

◆ transferannouncesound

const ast_string_field transferannouncesound

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

Referenced by grab_transfer().

◆ transferdialattempts

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().

◆ transferdigittimeout

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().

◆ transferinvalidsound

const ast_string_field transferinvalidsound

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

Referenced by grab_transfer(), and xfer_get().

◆ transferretrysound

const ast_string_field transferretrysound

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

Referenced by grab_transfer(), and xfer_get().

◆ xferfailsound

const ast_string_field xferfailsound

◆ xfersound

const ast_string_field xfersound

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