Provisioning
45
ET685 Administrator and Provisioning Manual
2. '*' as a wildcard for all charcaters and digits.
3. '[' & ']' to specify a range for single digit input e.g. match="[4-7].." would mean any three
digit number where the first digit is either 4, 5, 6 or 7 i.e. 4-7 inclusive of both limits.
4. ',' is used to indicate secondary local dialtone. It often follows a digit usually 9 or 0.
5. The closest logical match through all the dialplans would be selected for ay given input
match. Ascending or descending order does not over rule this feature.
6. If one doesn't want to specify a timeout, rewrite or user; either leave them empty or do
not include them at all. In this case the default for all would be used.
7. The dialplan attributes can be saved either in capital or small letters. The phone would
internally store them in lower case.
<uploads> XML tag
The <uploads> tag contains a list of the URLs for uploading new designs onto the phone.
This XML tag can be used either
inside the <settings> tag
<uploads>
<file url=URL type=TYPE />
</uploads>
or as an individual XML file whose URL is listed inside <setting-files> tag
<?xml version="1.0" encoding="utf-8" ?>
<uploads>
<file url=URL type=TYPE />
</uploads>
Level 2
Element: file
Attributes:
url
= The URL of the customization tarball file (*.tar) to be uploaded onto the phone.
type
=
the following miscellaneous customization options:
gui
allows replacing the default Phone User Interface background images and
icons by customized ones.
web
allows replacing the default Web User Interface images and stylesheets
by customized ones.
font
allows replacing the default Phone User Interface font by customized
ones.
defaults
allows replacing the default configuration parameter values by
customized values.