...
Option Name | Type | Default Value | Regular Expression | Description |
---|---|---|---|---|
| | | | Milliseconds allowed between digit presses when entering a feature code. |
| |
| | Sound to play when automon or automixmon is activated |
| |
| | Sound to play when automon or automixmon is attempted but fails to start |
| | | | Seconds allowed between digit presses when dialing a transfer destination |
| | | | Seconds to wait for attended transfer destination to answer |
| | | Hang up the call entirely if the attended transfer fails | |
| | | | Seconds to wait between attempts to re-dial transfer destination |
| | | | Number of times to re-attempt dialing a transfer destination |
| | | Sound to play to during transfer and transfer-like operations. | |
| | | | Sound to play to a transferee when a transfer fails |
| | | Digits to dial to abort an attended transfer attempt | |
| | | Digits to dial to complete an attended transfer | |
| | | Digits to dial to change an attended transfer into a three-way call | |
| | | Digits to dial to toggle who the transferrer is currently bridged to during an attended transfer | |
| | | Digits used for picking up ringing calls | |
| |
| | Sound to play to picker when a call is picked up |
| |
| | Sound to play to picker when a call cannot be picked up |
| | | | Number of dial attempts allowed when attempting a transfer |
| | | | Sound that is played when an incorrect extension is dialed and the transferer should try again. |
| | | | Sound that is played when an incorrect extension is dialed and the transferer has no attempts remaining. |
| | | | 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 |
---|---|---|---|---|
|
| | DTMF sequence to initiate an attended transfer | |
| | | DTMF sequence to initiate a blind transfer | |
| | | DTMF sequence to disconnect the current call | |
|
| | DTMF sequence to park a call | |
|
| | DTMF sequence to start or stop monitoring Monitor on a call | |
|
| | 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.
Anchor | ||||
---|---|---|---|---|
|
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.
applicationmap
Section for defining custom feature invocations during a call
...
This documentation was imported from Asterisk Version GIT-18-9024bb9c405630