25
1764 Version 1.00
©CITEL Technologies Ltd 2004
Figure 15 – Gateway Portal – Handset Key Mapping Picklist
When you have finished making changes click on
Submit.
When prompted, choose the
Reset
option. This will reset the telephone, applying the new configuration settings .
Dialplan Syntax
This is best explained with an example -
(0T|011x.T|101x.T|x.#|9x.T|*xx|[0-7]xxx)
In this example, each of the possible matches for key presses is described by an expression,
and each expression is delimited with the
|
character. So this example would match the
following possible key press sequences.
Table 3 – Gateway Portal – Dialplan Syntax
Expression
Description
0T
0, plus a timeout
011x.T
011 plus none or any number of digits, plus a timeout
101x.T
101 plus none or any number of digits, plus a timeout
x.#
none or any number of digits, plus #
9x.T
9 plus none or any number of digits, plus a timeout
*xx
* plus 2 digits
[0-7]xxx
any number from 1 to 7, plus 3 digits
x matches a single DTMF value 0 to 9
T matches the interdigit timeout
[] matches a range of DTMF values, using a hyphen to define the range
. matches 0 or more matches of the preceding expression
* and # refer to those keys on the telephone keyset