...
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-16-701cd2e3cdea61