Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_features_xfer_config Struct Reference

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
 
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

const ast_string_field atxferabort

DTMF sequence used to abort an attempted atxfer

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

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

const ast_string_field atxfercomplete

DTMF sequence used to complete an attempted atxfer

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

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

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

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

const ast_string_field atxferswap

DTMF sequence used to swap which party the transferer is talking to

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

const ast_string_field atxferthreeway

DTMF sequence used to turn an attempted atxfer into a three-way call

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

const ast_string_field transferannouncesound

Sound to play to announce the transfer process has started.

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

unsigned int transferdigittimeout

Seconds allowed between digit presses when dialing transfer destination

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

Referenced by grab_transfer().

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 77 of file include/asterisk/features_config.h.

Referenced by grab_transfer().

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 77 of file include/asterisk/features_config.h.

Referenced by grab_transfer().

const ast_string_field xferfailsound

Sound to play when transfer fails

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

const ast_string_field xfersound

Sound to play when transfer succeeds

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

Referenced by attended_transfer_properties_alloc(), and bridge_exec().


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