Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated to GIT-18-1ad52a1

...

Option Name

Type

Default Value

Regular Expression

Description

featuredigittimeout

Custom

1000

false

Milliseconds allowed between digit presses when entering a feature code.

courtesytone

Custom

 

false

Sound to play when automon or automixmon is activated

recordingfailsound

Custom

 

false

Sound to play when automon or automixmon is attempted but fails to start

transferdigittimeout

Custom

3

false

Seconds allowed between digit presses when dialing a transfer destination

atxfernoanswertimeout

Custom

15

false

Seconds to wait for attended transfer destination to answer

atxferdropcall

Custom

0

false

Hang up the call entirely if the attended transfer fails

atxferloopdelay

Custom

10

false

Seconds to wait between attempts to re-dial transfer destination

atxfercallbackretries

Custom

2

false

Number of times to re-attempt dialing a transfer destination

xfersound

Custom

beep

false

Sound to play to during transfer and transfer-like operations.

xferfailsound

Custom

beeperr

false

Sound to play to a transferee when a transfer fails

atxferabort

Custom

*1

false

Digits to dial to abort an attended transfer attempt

atxfercomplete

Custom

*2

false

Digits to dial to complete an attended transfer

atxferthreeway

Custom

*3

false

Digits to dial to change an attended transfer into a three-way call

atxferswap

Custom

*4

false

Digits to dial to toggle who the transferrer is currently bridged to during an attended transfer

pickupexten

Custom

*8

false

Digits used for picking up ringing calls

pickupsound

Custom

 

false

Sound to play to picker when a call is picked up

pickupfailsound

Custom

 

false

Sound to play to picker when a call cannot be picked up

transferdialattempts

Custom

3

false

Number of dial attempts allowed when attempting a transfer

transferretrysound

Custom

pbx-invalid

false

Sound that is played when an incorrect extension is dialed and the transferer should try again.

transferinvalidsound

Custom

privacy-incorrect

false

Sound that is played when an incorrect extension is dialed and the transferer has no attempts remaining.

transferannouncesound

Custom

pbx-transfer

false

Sound that is played to the transferer when a transfer is initiated. If empty, no sound will be played.

Configuration Option Descriptions

...

Option Name

Type

Default Value

Regular Expression

Description

atxfer

Custom

 

false

DTMF sequence to initiate an attended transfer

blindxfer

Custom

#

false

DTMF sequence to initiate a blind transfer

disconnect

Custom

*

false

DTMF sequence to disconnect the current call

parkcall

Custom

 

false

DTMF sequence to park a call

automon

Custom

 

false

DTMF sequence to start or stop monitoring Monitor on a call

automixmon

Custom

 

false

DTMF sequence to start or stop mixmonitoring MixMonitor on a call

Configuration Option Descriptions

...

This will cause the channel that pressed the DTMF sequence to be monitored by the Monitor application. The format for the recording is determined by the TOUCH_MONITOR_FORMAT channel variable. If this variable is not specified, then wav is the default. The filename is constructed in the following manner:

prefix-timestamp-filenamesuffix.fmt

where prefix is either the value of the TOUCH_MONITOR_PREFIX channel variable or auto if the variable is not set. The timestamp is a UNIX timestamp. The filename suffix is either the value of the TOUCH_MONITOR channel variable or the callerID of the channels if the variable is not set.

To play a periodic beep while this call is being recorded, set the TOUCH_MONITOR_BEEP to the interval in seconds. The interval will default to 15 seconds if invalid. The minimum interval is 5 seconds.

Anchor
featuremap_automixmon
featuremap_automixmon

automixmon

Operation of the automixmon is similar to the {{ automon }} feature, with the following exceptions: TOUCH_MIXMONITOR is used in place of TOUCH_MONITOR TOUCH_MIXMONITOR_FORMAT is used in place of TOUCH_MIXMONITOR There is no equivalent for TOUCH_MONITOR_PREFIX. "auto" is always how the filename beginsThis will cause the channel that pressed the DTMF sequence to be monitored by the MixMonitor application. The format for the recording is determined by the TOUCH_MIXMONITOR_FORMAT channel variable. If this variable is not specified, then wav is the default. The filename is constructed in the following manner:

prefix-timestamp-suffix.fmt

where prefix is either the value of the TOUCH_MIXMONITOR_PREFIX channel variable or auto if the variable is not set. The timestamp is a UNIX timestamp. The suffix is either the value of the TOUCH_MIXMONITOR channel variable or the callerID of the channels if the variable is not set.

To play a periodic beep while this call is being recorded, set the TOUCH_MIXMONITOR_BEEP to the interval in seconds. The interval will default to 15 seconds if invalid. The minimum interval is 5 seconds.

applicationmap

Section for defining custom feature invocations during a call

...

This documentation was imported from Asterisk Version GIT-18-e660a2c1ad52a1