
Avaya Media Processing Server Series System Reference Manual
Page 152 # P0602477 Ver: 3.1.11
# DETECTALWAYS : If this argument is provided then the detection of this edit
# sequence will occur (if enabled) whether or not a mx_ReceiveDTMF()
# is pending. When this argument is not provided then detection will
# only occur (if enabled) when an mx_ReceiveDTMF is pending.
#
# The exception to this are the USDEL, USBKSP and USTERMCHAR user edit
# sequences which this argument doesn't apply (i.e., USDEL and USBKSP
are
# always active and US_TERMCHAR is only active when a mx_ReceoveDTMF()
# request is in progress).
# ENABLE : If this argument is provided then the edit sequence will be enabled.
# If this argument is NOT provided then the edit sequence will be
disabled.
#
# KEEPTERM : This argument is only valid when programming the sequence USTERMCHAR.
This
# argument causes the USTERMCHAR edit sequence to be retained and
returned in
# the event MX_EVENT_RECEIVE_DTMF_COMPLETE. If this argument is not
provided
# when the USTERMCHAR edit sequence is programmed then the edit sequence
will
# be removed from the digit buffer and will NOT be returned in the event
# MX_EVENT_RECEIVE_DTMF_COMPLETE.
#
# Configures a user edit sequence. User edit sequences are used for detecting
# special caller keystrokes (touch tone input). This gives the caller and
application
# additional control over DTMF input.
#
# NOTE: The special case where NO user sequence is provided. This results in
# the user edit sequence being cleared
#
# Default = There are NO default edit sequences they must be configured and enabled
# if they are to be used..
#
# setEditSeq ....
setEditSeq 'USBKSP=*0*'
setEditSeq 'USDEL=*#'
setEditSeq 'USTERMCHAR=#,enable'
#
# enEditSeq <user seq.>[,<user seq.>...]
#
# user seq. : any of the following:
# US0 - User edit sequence #0
# US1 - User edit sequence #1
# US2 - User edit sequence #2
# US3 - User edit sequence #3
# USDEL - Delete user edit sequence
# USBKSP - Backspace user edit sequence
# USTERMCHAR - Input Termination user edit sequence
#
# Enables all of the edit sequences specified in the argument list.
# Default = All edit sequences are disabled by default.
#
# enEditSeq ....
Example: ccm_phoneline.cfg Sheet 2 of 4
Comentarios a estos manuales