Linksys SPA921 Cisco Small Business IP Telephony Devices Provisioning Guide - Page 36

Parameters, Formatting, IP Telephony Device. - na line

Page 36 highlights

Creating Provisioning Scripts Open Format Configuration File 2 • The user-access attribute defines access to the administration web server for a specific parameter by the User account. Access by the Admin account is unaffected by this attribute. • The ua attribute, if present, must have one of the following values: - na-no access - ro-read-only - rw-read/write The ua attribute is illustrated by the following example: • If the user-access attribute (ua) is not specified in an element tag, the factory default user access is applied for the corresponding parameter. Parameters: • Any parameters that are not specified by a profile are left unchanged in the IP Telephony Device. • Unrecognized parameters are ignored. • The IP Telephony Device recognizes arbitrary, configurable aliases for a limited number of parameter names. • If the XML file contains multiple occurrences of the same parameter tag, the last such occurrence overrides any earlier ones. To avoid inadvertently overriding configuration values for a parameter, it is recommended that at most one instance of a parameter be specified in any one profile. Formatting: • Comments are allowed, using standard XML syntax. • Leading and trailing white space is allowed for readability and will be removed from the parameter value. • New lines within a value are converted to spaces. Cisco Small Business IP Telephony Devices Provisioning Guide 34

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116

Creating Provisioning Scripts
Open Format Configuration File
Cisco Small Business IP Telephony Devices Provisioning Guide
34
2
The user-access attribute defines access to the administration web server
for a specific parameter by the User account. Access by the Admin account
is unaffected by this attribute.
The ua attribute, if present, must have one of the following values:
-
na—no access
-
ro—read-only
-
rw—read/write
The ua attribute is illustrated by the following example:
<flat-profile>
<SIP_TOS_DiffServ_Value_1_
ua=”na”/>
<Dial_Plan_1_
ua=”ro”/>
<Dial_Plan_2_
ua=”rw”/>
</flat-profile>
If the user-access attribute (ua) is not specified in an element tag, the
factory default user access is applied for the corresponding parameter.
Parameters:
Any parameters that are not specified by a profile are left unchanged in the
IP Telephony Device.
Unrecognized parameters are ignored.
The IP Telephony Device recognizes arbitrary, configurable aliases for a
limited number of parameter names.
If the XML file contains multiple occurrences of the same parameter tag, the
last such occurrence overrides any earlier ones. To avoid inadvertently
overriding configuration values for a parameter, it is recommended that at
most one instance of a parameter be specified in any one profile.
Formatting:
Comments are allowed, using standard XML syntax.
<!-- My comment is typed here -->
Leading and trailing white space is allowed for readability and will be
removed from the parameter value.
New lines within a value are converted to spaces.