Yealink IP Phones Configuration Guide For User Access Level V81 20
Yealink IP Phones Configuration Guide For User Access Level V81 20
Yealink IP Phones Configuration Guide For User Access Level V81 20
Interface
Overview
User access level feature is used to achieve different access levels for different authorized users.
It is useful for protecting the IP phone from unauthorized configuration, and popularly used for
the Hosted PBX solution. The following describes how to customize the access permission for
configurations on the web user interface and phone user interface.
SIP VP-T49G, CP860 and W56P IP phones running firmware version 80 or later
Scenario
For a Hosted PBX solution, IP phones are provided to customers for free but required a
minimum consumption monthly. All PBX services associated features on the deployed IP phones
are preconfigured to avoid customers from using other Hosted PBX’s service, and the Hosted
PBX system administrator can restrict the user access permission using user access level feature.
For example, the Hosted PBX system administrator restricts the write permission of the account
associated configurations. This means customers can only read these configurations on both
web user interface and phone user interface.
Introduction
Yealink SIP VP-T49G, SIP-T48G/S, SIP-T46G/S, SIP-T42G/S, SIP-T41P/S, SIP-T40P, SIP-T29G,
SIP-T27P/G, SIP-T23P/G, SIP-T21(P) E2, SIP-T19(P) E2, CP860 and W56P IP phones support
access levels of admin, var and user. The following describes the detailed information of each
access level:
Admin: The administrator access level. With this access level, all configurations on both
web user interface and phone user interface can be read and written. The authentication
identity for this access level is admin. And the default password is admin.
Var: The value-added reseller access level. Generally, with this access level, most
configurations on the web user interface and phone user interface can be read and written.
The authentication identity for this access level is var. And the default password is var.
1
Configuration Guide for User Access Level
User: The end user access level. Generally, only a few configurations are allowed to be
written and read for access user. The authentication identity for this access level is user.
And the default password is user.
Specification
Access permissions of all configuration items available on Yealink W56P/SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41P/T41S/T40P/T29G/T27P/T27G/T23P/T23G
/T21(P) E2/T19(P) E2/CP860 IP phones’ web user interface and phone/handset user interface can
be defined in a fixed WebItemsLevel.cfg file. Each configuration item in the file is formatted as:
ItemName = X1X2
X1 is used for specifying the access level. The access levels: 2 = admin, 1 = var, 0 = user, 3 =
none.
X2 is used for defining the access permission. 2 means the configuration item is read-only for X1
and higher access levels, the highest is always writable. 1 means the configuration item is
read-only for X1 access level, and writable for higher access levels. 0 means the configuration
item is writable for X1 and higher access levels. 3 means the configuration item is read-only for
X1 and higher access levels.
The following table lists the possible values of X1X2 and the configuration results with different
access levels:
Results
admin (2) var (1) user (0)
Values of X1X2
0 WR WR WR
1 WR WR N
2 WR N N
3 N N N
00 WR WR WR
01 WR WR R
02 WR R R
03 R R R
10 WR WR N
11 WR R N
12 WR R N
13 R R N
2
Configuration Guide for User Access Level
Results
admin (2) var (1) user (0)
Values of X1X2
20 WR N N
21 WR N N
22 WR N N
23 R N N
30/31/32/33 N N N
3
Configuration Guide for User Access Level
Application
This section will introduce procedures to configure access permission of the web user interface
in detail. The flow chart of configuring user access level is shown as below:
Note: The boot file is only applicable to IP phones running firmware version 81 or later. The
parameter varies from firmware version to firmware version (refer to Configuring Yealink IP
Phones).
(e.g., ftp://<ServerIPAddress>/WebItemsLevel.cfg)
1. Reference the configuration file in the boot file (e.g., include: config
“ftp://<ServerIPAddress>/features.cfg”).
1. 2.
Settings take effect after phone reboot. You can login the web user interface
with different access levels to check the settings.
4
Configuration Guide for User Access Level
Customizing WebItemsLevel.cfg
You can ask Yealink Field Application Engineer for the template file “WebItemsLevel.cfg”, or you
can download it online:
http://support.yealink.com/documentFront/forwardToDocumentFrontDisplayPage.
We recommend you only edit the desired configuration items in the supplied
“WebItemsLevel.cfg" file, and keep other configuration items constant.
WebItemsLevel.cfg downloaded via auto provisioning will override that in the phone flash.
Access level of any configuration item missed (including configuration value left blank) in the
downloaded WebItemsLevel.cfg file will be changed to user by default.
The following shows configuration segments for the web user interface in the
WebItemsLevel.cfg file for reference:
Sample 1: Configuration items in the WebItemsLevel.cfg for navigation bar settings of the
Features page:
[ Features ]
features-forward = 0
features-general = 0
features-audio = 0
features-intercom = 0
features-transfer = 1
features-callpickup = 0
features-remote = 2
features-phonelock = 0
features-acd = 0
features-sms = 2
features-actionurl = 1
features-bluetooth = 0
features-powerled = 2
features-notifypop = 0
5
Configuration Guide for User Access Level
According to the above configuration of access level, when logging in the web user interface
with user access level, the web user interface displays as below:
6
Configuration Guide for User Access Level
When logging in the web user interface with var access level, the web user interface displays as
below:
7
Configuration Guide for User Access Level
When logging in the web user interface with admin access level, the web user interface displays
as below:
Note: Configuration items for navigation bar are not writable on both web user interface and
phone user interface. So, configuration items for navigation bar can be configured only using
the format “ItemName = X”.
If the access permission of the first navigation configuration item for each main page is
restricted, the access to the main web page will be denied.
The following table lists the first navigation configuration items for each main page:
8
Configuration Guide for User Access Level
When logging into with user access level, the access to the Settings web page will be denied.
Sample2: Configuration items in the WebItemsLevel.cfg for the Register settings of Account
page:
[ Account-Register ]
switch-account = 0
account_status = 0
line_active = 0
account_label = 11
display_name = 01
register_name = 03
user_name = 01
account_password = 12
enabled-outbound-proxy-server = 01
outbound-proxy-server = 01
backup-outbound-proxy-server = 01
NAT_traversal = 12
9
Configuration Guide for User Access Level
sip_server = 2
sip_server2 = 2
outbound-proxy-server-port = 2
backup-outbound-proxy-server-port = 2
According to the above configuration of access level, when logging in the web user interface
with user access level, the web user interface displays as below:
When logging in the web user interface with var access level, the web user interface displays as
below:
10
Configuration Guide for User Access Level
When logging in the web user interface with admin access level, the web user interface displays
as below:
For SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41P/T41S/T40P/T29G/T27P/T27G/T23
P/T23G/T21(P) E2/T19(P) E2/CP860 IP phones:
The following shows configuration segments for the phone user interface in the
WebItemsLevel.cfg file for reference:
If you set the access permission of the high level, it will have an impact on that of the low level.
In the following examples, the call forward menu has a higher level than always forward/busy
forward/no answer forward submenu.
11
Configuration Guide for User Access Level
Example1: Configuration items in the WebItemsLevel.cfg for call forward menu and its submenu
settings:
[ GUI ]
callcontrol_forward = 02
always-forward = 10
busy-forward = 00
NoAnswer-forward = 00
Note: The configuration of busy forward is the same as the one of the no answer forward, so the
following figures take busy forward as an example.
According to the above configuration of access level, when logging in to the phone user
interface with user access level, the access permission of each submenu is displayed as below:
Busy forward/no answer forward submenu is read-only for user access level:
When logging in to the phone user interface with var access level, the access permission of each
submenu is displayed as below:
12
Configuration Guide for User Access Level
Busy forward/no answer forward submenu is read-only for var access level:
When logging in to the phone user interface with admin access level, the phone user interface
displays as below:
13
Configuration Guide for User Access Level
Busy forward/no answer forward submenu is writable for admin access level:
Example2: Configuration items in the WebItemsLevel.cfg for call forward menu and its submenu
settings:
[ GUI ]
callcontrol_forward = 00
always-forward = 01
busy-forward = 02
NoAnswer-forward = 00
According to the above configuration of access level, when logging in to the phone user
interface with user access level, the access permission of each submenu is displayed as below:
14
Configuration Guide for User Access Level
When logging in to the phone user interface with var access level, the access permission of each
submenu is displayed as below:
15
Configuration Guide for User Access Level
When logging in to the phone user interface with admin access level, the phone user interface
displays as below:
16
Configuration Guide for User Access Level
The following shows configuration segments for the handset user interface in the
WebItemsLevel.cfg file for reference:
If you set the access permission of the high level, it will have an impact on that of the low level.
In the following examples, the Settings menu has a higher level than other submenus.
[ GUI ]
Auto_Answer = 01
Auto_Intercom = 02
Default_Line = 03
Incoming_Lines = 02
Speed_Dial = 0
Blacklist = 1
For user access level, the Blacklist submenu is hidden. The Auto Answer, Auto Intercom, Default
Line and Incoming Lines submenus are read-only. Only the Speed Dial submenu is writable.
For var access level, the Auto Intercom, Default Line and Incoming Lines submenus are
read-only. The Auto Answer, Speed Dial and Blacklist submenus are writable.
For admin access level, only the Default Line submenu is read-only, the others are writable.
17
Configuration Guide for User Access Level
security.var_enable 0 or 1 0
Description:
This parameter is used to enable or disable the login of the web/phone/handset user
interface with different access levels.
0-Disabled
1-Enabled
None
None
security.default_access_level 0, 1 or 2 0
Description:
This parameter is used to configure the default access level to access the
phone/handset user interface.
0-user
1-var
2-admin
18
Configuration Guide for User Access Level
None
None
Description:
This parameter is used to configure the access URL of the WebItemsLevel.cfg file.
None
None
The parameter settings in the configuration file for reference are shown as below:
security.var_enable = 1
web_item_level.url = ftp://192.168.1.100/WebItemsLevel.cfg
security.default_access_level = 1
3. Configure the access URL of the provisioning server for the IP phone.
19
Configuration Guide for User Access Level
static.security.var_enable 0 or 1 0
Description:
This parameter is used to enable or disable the login of the web/phone user interface
with different access levels.
0-Disabled
1-Enabled
None
None
static.security.default_access_level 0, 1 or 2 0
Description:
This parameter is used to configure the default access level to access the phone user
interface.
0-user
1-var
2-admin
None
None
20
Configuration Guide for User Access Level
Description:
This parameter is used to configure the access URL of the WebItemsLevel.cfg file.
None
None
The parameter settings in the configuration file for reference are shown as below:
static.security.var_enable = 1
static.web_item_level.url = ftp://192.168.1.100/WebItemsLevel.cfg
static.security.default_access_level = 1
include:config “ftp://192.168.1.100/features.cfg”
5. Configure the access URL of the provisioning server for the IP phone.
The boot file is only applicable to IP phones running firmware version 81 or later. For more
information on auto provisioning Yealink IP phones, refer to Yealink_SIP-T2 Series_T19(P)
E2_T4_Series_IP_Phones_Auto_Provisioning_Guide_V81.
When the user access level is enabled, you can login the web/phone/handset user interface with
different access levels.
1. Press the OK/√ key when the phone is idle to obtain the IP address.
2. Enter the IP address (e.g., http://192.168.0.10 or 192.168.0.10) in the address bar of web
browser on your PC and then press the Enter key.
3. Enter the user name (admin/var/user) and password (admin/var/user) in the login page.
21
Configuration Guide for User Access Level
When logging in with different access levels, you can see different permissions of web user
interface.
1. Press Menu->UserMode.
2. Press or , or the Switch soft key to select the desired access level in the User
Type field.
You can see different permissions of phone user interface when logging in with different access
levels.
2. Press or to select the desired access level in the User Type field.
You can see different permissions of handset user interface when logging in with different
access levels.
22
Appendix-A Configuration Parameters
Status-RTP = 0
(not applicable to
Status->RTP Status (the whole page)
W56P IP DECT
phones)
Status-VoIP = 0
[ Status-Menu ]
(only applicable to
Status->Handset&VoIP
W56P IP DECT
phones)
Status-TalkStats = 0
Status->Version
version = 0
DeviceCertificate = 0
Status->Device Certificate
(not applicable to SIP
VP-T49G/CP860/
[ Status ] W56P IP phones)
Status->Network
network = 0
IPv4 = 0 Status->IPv4
23
Configuration Guide for User Access Level
Status->IPv6
IPv6 = 0
(not applicable to
W56P IP DECT
phones)
Status->Network Common
NetworkCommon = 0
AccountStatus = 0
(not applicable to
W56P IP DECT
phones)
Status->Ext
Ext = 0
(only applicable to
SIP-T48G/T48S/T46G/
T46S/T29G/T27P/ For SIP-T48G/S and SIP-T46G/S:
T27G IP phones)
24
Configuration Guide for User Access Level
(only applicable to 0
W56P IP DECT
registered-new-hands
phones) Status->Register New Handsets
et = 0
Status->RTP Status
[ RTP-Status ]
(only applicable to
rtcp-status = 11
SIP VP-T49G IP
phones)
Status->Talk Statistics
[ Talk-Stats ]
(only applicable to
talk-stats = 0
SIP VP-T49G IP
phones)
account-adv = 2
(0 for SIP
Account->Advanced (the whole page)
VP-T49G/CP860/
W56P IP phones)
[ Account ] account-assign = 0
account-handsetnam
e=0
25
Configuration Guide for User Access Level
account-direct = 0
switch-account = 0
(not applicable to
Account->Register->Account
SIP-T19(P) E2/CP860
IP phones)
account_label = 0 Account->Register->Label
account_password =
01
W56P IP phones)
enabled-outbound-pr
[ Account-Register
oxy-server = 2
] Account->Register->Enable Outbound
(01 for SIP
Proxy Server
VP-T49G/CP860/
W56P IP phones)
SIP VP-T49G/CP860/W56P:
Account->Register->Outbound Proxy
Server 1
Account->Register->Outbound Proxy
outbound-proxy-serv
Server 1->Port
er = 2
Account->Register->Outbound Proxy
Server 1
26
Configuration Guide for User Access Level
outbound-proxy-serv
er-port = 2
Account->Register->Outbound Proxy
(not applicable to SIP
Server 1->Port
VP-T49G/CP860/
W56P IP phones)
SIP VP-T49G/CP860/W56P:
Account->Register->Outbound Proxy
Server 2
Account->Register->Outbound Proxy
backup-outbound-pr
Server 2->Port
oxy-server = 2
Account->Register->Outbound Proxy
Server 2
backup-outbound-pr
oxy-server-port = 2
Account->Register->Outbound Proxy
(not applicable to SIP
Server 2->Port
VP-T49G/CP860/
W56P IP phones)
transport-item = 2
W56P IP phones)
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
Account->Register->NAT
SIP VP-T49G:
27
Configuration Guide for User Access Level
Account->Register->NAT
Account->SIP IP Call->NAT
SIP VP-T49G/CP860/W56P:
sip_server = 2
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
[ Account-Register P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
] T21(P) E2/T19(P) E2:
Account->Register->SIP Server 1
Account->Register->SIP Server 2
sip_server2 = 2
W56P IP phones)
switch-account = 0
(not applicable to
Account->Basic->Account
SIP-T19(P) E2/CP860
IP phones)
proxy_require = 2
(0 for SIP
[ Account-Basic ] Account->Basic->Proxy Require
VP-T49G/CP860/
W56P IP phones)
anonymous_call_enab
led = 0 Account->Basic->Send Anonymous Code
28
Configuration Guide for User Access Level
version only)
anonymous_call_OnC
ode = 1 Account->Basic->Send Anonymous
(for neutral firmware Code->On Code
version only)
anonymous_call_OffC
ode = 1 Account->Basic->Send Anonymous
(for neutral firmware Code->Off Code
version only)
send_anonymous_reje
ction_code = 0 Account->Basic->Send Anonymous
(for neutral firmware Rejection Code
version only)
anonymous_rejection_
OnCode = 1 Account->Basic->Send Anonymous
(for neutral firmware Rejection Code->On Code
version only)
[ Account-Basic ]
anonymous_rejection_
OffCode = 1 Account->Basic->Send Anonymous
(for neutral firmware Rejection Code->Off Code
version only)
misscall-log = 0
(not applicable to
Account->Basic->Missed Call Log
W56P IP DECT
phones)
auto-answer = 0
(not applicable to
Account->Basic->Auto Answer
W56P IP DECT
phones)
auto-answer-mute =
0
Account->Basic->Auto Answer Mute
(only applicable to
CP860 IP phones)
ring-type = 0
W56P IP DECT
29
Configuration Guide for User Access Level
phones)
switch-account = 0
(not applicable to
Account->Codec->Account
SIP-T19(P) E2/CP860
IP phones)
Account->Codec->Audio Codecs
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
T21(P) E2/T19(P) E2/CP860:
SIP VP-T49G:
[ Account-Codec
]
codecs-group = 0
W56P:
switch-account = 0
30
Configuration Guide for User Access Level
IP phones)
UDP_keep-alive = 2
Account->Advanced->Keep Alive Type
(only applicable to SIP
Account->Advanced->Keep Alive
VP-T49G/CP860/
Interval(Seconds)
W56P IP phones)
udp-keep-alive-type
=2
W56P IP phones)
udp-keep-alive-interv
al = 2
Account->Advanced->Keep Alive
(not applicable to SIP
Interval(Seconds)
VP-T49G/CP860/
W56P IP phones)
rport = 2 Account->Advanced->RPort
Account->Advanced->Subscribe
subscribe-period = 2
Period(Seconds)
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
Account->Advanced->DTMF Type
Account->Advanced->DTMF Payload
Type(96~127)
SIP VP-T49G:
DTMF_items = 2
Account->Advanced->DTMF Type
Account->Advanced->DTMF Payload
Type(96~127)
reliable_retransmissio Account->Advanced->Retransmission
31
Configuration Guide for User Access Level
n=2
Account->Advanced->MWI Subscription
MWI-items = 2 Period(Seconds)
Account->Advanced->Subscribe MWI To
Voice Mail
voice_mail = 2
(0 for SIP
Account->Advanced->Voice Mail
VP-T49G/CP860/
W56P IP phones)
[ Account-Adv ]
voice_mail_display = 2
(not applicable to
Account->Advanced->Voice Mail Display
W56P IP DECT
phones)
Account->Advanced->Session
session-timer = 2
Expires(30~7200s)
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
T21(P) E2/T19(P) E2/CP860/W56P:
Account->Advanced->RTP
Encryption(SRTP)
voice-encryption = 2
SIP VP-T49G:
Account->Advanced->RTP
Encryption(SRTP)
Account->SIP IP Call->RTP
Encryption(SRTP)
ptime-item = 2 Account->Advanced->PTime(ms)
BLF-list-URI = 2
Account->Advanced->BLF List URI
(not applicable to
32
Configuration Guide for User Access Level
SIP-T19(P) E2/
CP860/W56P IP
phones)
BlfListCode = 2
(not applicable to
SIP-T19(P) E2/ Account->Advanced->BLF List Pickup Code
CP860/W56P IP
phones)
BLFListBargeInCode =
2
CP860/W56P IP
phones)
BLF-List-Retrieve-Cod
e=2
CP860/W56P IP
phones)
Call-Pull-Feature-Acce
Account->Advanced->Call Pull Feature
ss-Code = 2
Access Code
(not applicable to
(only appear when the parameter
SIP-T19(P) E2/W56P
“account.X.shared_line” is set to 1)
IP DECT phones)
dialog-info-call-picku
p=2
CP860/W56P IP
phones)
BLA-number = 2
(not applicable to
Account->Advanced->BLA Number
W56P/SIP VP-T49G IP
phones)
33
Configuration Guide for User Access Level
BLA-subscription-peri
od = 2
Account->Advanced->BLA Subscription
(not applicable to
Period
W56P/SIP VP-T49G IP
phones)
ACD-subscrip-period
=2
Account->Advanced->ACD Subscribe
(not applicable to
Period(120~3600s)
W56P IP DECT
phones)
[ Account-Adv ]
Earlymedia = 2
(not applicable to
Account->Advanced->Early Media
W56P IP DECT
phones)
Music-ServerURI = 2
(not applicable to
Account->Advanced->Music Server URI
W56P IP DECT
phones)
Direct-Call-Pickup-Co
de = 2
Account->Advanced->Directed Call Pickup
(not applicable to
Code
W56P IP DECT
phones)
Group-Call-Pickup-Co
de = 2
Account->Advanced->Group Call Pickup
(not applicable to
Code
W56P IP DECT
phones)
34
Configuration Guide for User Access Level
Distinctive-Ring-Tone
s=2
Account->Advanced->Distinctive Ring
(not applicable to
Tones
W56P IP DECT
phones)
Out-Dialog-BLF = 2
(not applicable to
SIP-T19(P) E2/ Account->Advanced->Out Dialog BLF
CP860/W56P IP
phones)
RTCP-Collector-Name
=2
Account->Advanced->VQ RTCP-XR
(not applicable to
Collector Name
W56P IP DECT
[ Account-Adv ]
phones)
RTCP-Collector-Addre
ss = 2
Account->Advanced->VQ RTCP-XR
(not applicable to
Collector Address
W56P IP DECT
phones)
RTCP-Collector-Port =
2
Account->Advanced->VQ RTCP-XR
(not applicable to
Collector Port
W56P IP DECT
phones)
Number-Of-Linekey =
2
35
Configuration Guide for User Access Level
[ Account-Handse
tname ]
network-pcport = 0
(not applicable to
Network->PC Port (the whole page)
CP860/W56P IP
phones)
network-nat = 2
W56P IP phones)
network-advanced =
[ Network ]
2
W56P IP phones)
network-wifi = 0
T29G IP phones)
[ Network ]
shotlevel = 0
W56P IP phones)
ipaddress-mode = 0
W56P IP phones)
36
Configuration Guide for User Access Level
Network->Basic->IPv4 Config
ipv4config = 0
(2 for SIP
VP-T49G/CP860/
W56P IP phones)
[ Network-Basic ]
Network->Basic->IPv6 Config
ipv6config = 0
(2 for SIP
VP-T49G/CP860 IP
phones; not
applicable to W56P IP
DECT phones)
wan-ppoe = 2
Network->Basic->PPPoE
(only applicable to VP
Network->Basic->PPPoE->User Name
SIP-T49G/W56P IP
Network->Basic->PPPoE->Password
phones)
pcport-active = 0
Network->PC Port->PC Port Active
[ Network-PCPort (not applicable to
] CP860/W56P IP
phones)
Network->NAT->Nat Manual
manual = 2
ICE-switch = 2 Network->NAT->ICE->Active
STUN = 2 Network->NAT->STUN
37
Configuration Guide for User Access Level
STUN-switch = 2 Network->NAT->STUN->Active
Network->NAT->STUN->STUN Port
STUN-port = 2
[ Network-Nat ] (1024~65000)
(not applicable to
Network->NAT->TURN
SIP
VP-T49G/CP860/
TURN = 2
W56P IP phones)
TURN-switch = 2 Network->NAT->TURN->Active
Network->NAT->TURN->TURN Port
TURN-port = 2
(1~65535)
TURN-password = 2 Network->NAT->TURN->Password
Network->Advanced->LLDP
LLDP-items = 2
CDP-items = 2 Network->Advanced->CDP
(not applicable to
W56P IP DECT
phones)
Network->Advanced->VLAN
[ Network-Advanc
ed ]
VLAN-items = 2
NAT-items = 2
Network->Advanced->NAT
(only applicable to SIP
38
Configuration Guide for User Access Level
VP-T49G/CP860/
W56P IP phones)
Network->Advanced->Voice QoS
W56P/CP860/SIP-T48G/T48S/T46G/T46S/
T42G/T42S/T41P/T41S/T40P/T29G/T27P/
voice-QoS = 2
SIP VP-T49G:
[ Network-Advanc
Network->Advanced->Reserved Port
ed ] reserve-port = 0
Network->Advanced->Web Server
web-server = 2
Network->Advanced->802.1x
SIP VP-T49G/W56P/CP860:
8021x = 2
39
Configuration Guide for User Access Level
SIP-T48G/T48S/T46G/T46S/T42G/T42S/
T41P/T41S/T40P/T29G/T27P/T27G/T23P/
span-to-pc-port = 2
Network->Advanced->Span to PC
(not applicable to
CP860/W56P IP
phones)
[ Network-Advanc Network->Advanced->Registration
ed ] Random
reg-surge-prev = 2
ICMPv6_Status =2
(only applicable to SIP Network->Advanced->ICMPv6 Status
VP-T49G/SIP-T48G/
T48S/T46G/T46S/
T29G IP phones)
open-VPN = 2 Network->Advanced->VPN
(not applicable to
SIP-T19(P) E2 IP
phones)
wifi-active = 0
T48S/T46G/T46S/
[Network-Wifi]
T29G IP phones)
wifi-list = 0
40
Configuration Guide for User Access Level
VP-T49G/SIP-T48G/
T48S/T46G/T46S/
T29G IP phones)
wifi-label = 0
(only applicable to
Network->Wi-Fi->Profile Name
SIP-T48G/T48S/T46G/
T46S/T29G IP phones)
wifi-ssid = 0
(only applicable to
Network->Wi-Fi->SSID
SIP-T48G/T48S/T46G/
T46S/T29G IP phones)
wifi-mode = 0
(only applicable to
Network->Wi-Fi->Security Mode
SIP-T48G/T48S/T46G/
T46S/T29G IP phones)
[Network-Wifi]
wifi-type = 0
(only applicable to
Network->Wi-Fi->Cipher Type
SIP-T48G/T48S/T46G/
T46S/T29G IP phones)
wifi-psk = 0
(only applicable to
Network->Wi-Fi->PSK
SIP-T48G/T48S/T46G/
T46S/T29G IP phones)
Network->Wi-Fi->
wifi-edit = 2
wifi-status-detection-
timeout = 0 Network->Wi-Fi->Time-Out For Wi-Fi
(only applicable to SIP Status Detection
VP-T49G IP phones)
[ DSSKey ] linekey = 0
Dsskey->Line Key (the whole page(s) for all
(not applicable to (not applicable to
the line keys)
W56P IP DECT SIP-T19(P) E2/CP860
41
Configuration Guide for User Access Level
phones) IP phones)
extkey = 0
(only applicable to
SIP-T48G/T48S/T46G/ Dsskey->Ext Key (the whole page)
T46S/T29G/T27P/
T27G IP phones)
line-key = 0
[ LineKey ]
T41S/T27P/T27G IP
phones)
Label-Length = 0
T29G IP phones)
Dsskey->Programable Key
[ ProgramKey ]
[ ExtKey ]
ext-key = 0 Dsskey->Ext Key
(only applicable to
42
Configuration Guide for User Access Level
SIP-T48G/T48S/
T46G/T46S/T29G/
T27P/T27G IP
phones)
features-intercom = 0
(not applicable to
Features->Intercom (the whole page)
W56P IP DECT
phones)
features-callpickup =
Features->Call Pickup (the whole page)
0
[ Features ]
features-remote = 2
(0 for SIP
VP-T49G/CP860 IP Features->Remote Control (the whole
phones; not page)
applicable to W56P IP
DECT phones)
features-phonelock =
Features->Phone Lock (the whole page)
0
features-acd = 2
(0 for SIP
VP-T49G/CP860 IP
Features->ACD (the whole page)
phones; not
applicable to W56P IP
DECT phones)
features-sms = 0
(not applicable to
Features->SMS (the whole page)
W56P IP DECT
phones)
43
Configuration Guide for User Access Level
features-actionurl = 2
(0 for SIP
VP-T49G/CP860 IP
Features->Action URL (the whole page)
phones; not
applicable to W56P IP
DECT phones)
features-bluetooth =
0
T48S/T46G/T46S/
T29G IP phones)
features-powerled = 0
features-notifypop =
0
Features->Notification Popups (the whole
(not applicable to
page)
W56P IP DECT
phones)
head-forward = 0 Features->Forward&DND->
forward-emergency =
0
Features->Forward&DND->Forward
(not applicable to
->Forward Emergency
W56P IP DECT
phones)
forward-authorized-n
umbers = 0
[ Forward&DND ] Features->Forward&DND->Forward
(not applicable to
->Forward Authorized Numbers
W56P IP DECT
phones)
forward-mode = 0
forward-account = 0 Features->Forward&DND->Forward
44
Configuration Guide for User Access Level
Features->Forward&DND->Always
Forward
always-forward = 0
always-forward-enabl Features->Forward&DND->Forward->Alwa
ed = 0 ys Forward->On/Off
always-forward-target Features->Forward&DND->Forward->Alwa
=0 ys Forward->Target
always-forward-OnCo
de = 0 Features->Forward&DND->Forward->Alwa
(for neutral firmware ys Forward->On Code
version only)
always-forward-OffCo
de = 0 Features->Forward&DND->Forward->Alwa
(for neutral firmware ys Forward->Off Code
version only)
busy-forward = 0
busy-forward-enabled Features->Forward&DND->Forward->Busy
=0 Forward->On/Off
busy-forward-target Features->Forward&DND->Forward->Busy
=0 Forward->Target
busy-forward-OnCod
e=0 Features->Forward&DND->Forward->Busy
(for neutral firmware Forward->On Code
version only)
busy-forward-OffCod
Features->Forward&DND->Forward->Busy
e=0
Forward->Off Code
(for neutral firmware
45
Configuration Guide for User Access Level
version only)
Features->Forward&DND->No Answer
Forward
NoAnswer-forward =
0
NoAnswer-forward-e Features->Forward&DND->Forward->No
nabled = 0 Answer Forward->On/Off
NoAnswer-forward-ri Features->Forward&DND->Forward->No
ngtimes = 0 Answer Forward->After Ring Time (0~120s)
NoAnswer-forward-ta Features->Forward&DND->Forward->No
rget = 0 Answer Forward->Target
NoAnswer-forward-O
nCode = 0 Features->Forward&DND->Forward->No
(for neutral firmware Answer Forward->On Code
version only)
[ Forward&DND ]
NoAnswer-forward-O
ffCode = 0 Features->Forward&DND->Forward->No
(for neutral firmware Answer Forward->Off Code
version only)
Features->Forward&DND->DND
DND = 0
DND-Emergency = 0
DND-Authorized-Nu
Features->Forward&DND->DND->DND
mbers = 0
Authorized Numbers
(not applicable to
46
Configuration Guide for User Access Level
W56P IP DECT
phones)
DND-mode = 0
applicable to
SIP-T19(P) E2/CP860
IP phones)
DND-account = 0
[ Forward&DND ] DND-Status = 0
W56P IP phones)
DND-OnCode = 0
neutral firmware
version only)
DND-OffCode = 0
neutral firmware
version only)
Features->General Information->Call
Waiting
[ General-Informat
call_waiting = 0 Features->General Information->Call
ion ]
Waiting On Code (for neutral firmware
version only)
47
Configuration Guide for User Access Level
Features->General Information->Call
Waiting Off Code (for neutral firmware
version only)
auto-redial = 0
auto_redial_interval =
0
Features->General Information->Auto
(not applicable to
Redial Interval(1~300s)
W56P IP DECT
phones)
auto_redial_times = 0
Features->General Information->Key As
key_as_send = 0
Send
Features->General Information->Reserve #
reserve-pound = 2
[ General-Informat in User Name
ion ]
hotline-number = 0
hotline-delay = 0
Features->General Information->Return
return-code-DND = 0
Code When DND
48
Configuration Guide for User Access Level
W56P IP DECT
phones)
logon-wizard = 2
PswPrefix = 0
(2 for SIP
[ General-Informat VP-T49G/CP860 IP
Features->General Information->PswPrefix
ion ] phones; not
applicable to W56P IP
DECT phones)
PswLength = 0
(2 for SIP
VP-T49G/CP860 IP Features->General
phones; not Information->PswLength
applicable to W56P IP
DECT phones)
PswDial = 0
(2 for SIP
VP-T49G/CP860 IP
Features->General Information->PswDial
phones; not
applicable to W56P IP
DECT phones)
49
Configuration Guide for User Access Level
play-local-DTMF-tone
=0
Features->General Information->Play Local
(not applicable to
DTMF Tone
W56P IP DECT
phones)
DTMFRepetition = 0
MulticastCodec = 0
PlayHoldTone = 0
PlayHoldToneDelay =
0
Features->General Information->Play Hold
(not applicable to
Tone Delay
W56P IP DECT
phones)
AllowMute = 0
DualHeadset = 0
50
Configuration Guide for User Access Level
AutoAnswerDelay = 0
enable-auto-answer-t
one = 0
Features->General Information->Enable
(not applicable to
Auto Answer Tone
W56P IP DECT
phones)
HeadsetPrior = 0
DTMFReplaceTran = 0
TranSendDTMF = 1
Features->General Information->Fwd
FwdInternational = 0
International
Diversion-History-Info Features->General
=1 Information->Diversion/History-Info
allow-trans-exist-call
=0
(not applicable to
Features->General Information->Allow
W56P/SIP
Trans Exist Call
VP-T49G/SIP-T48G/
T48S/T46G/T46S/
T29G IP phones)
51
Configuration Guide for User Access Level
blf-led-mode = 0
(not applicable to
Features->General Information->BLF LED
W56P/SIP
Mode
VP-T49G/SIP-T19(P)
E2/CP860 IP phones)
Features->General Information->Auto
ReLogOffTime = 2
Logout Time(1~1000min)
Features->General Information->Call
call-number-filter = 0
Number Filter
Use_Logo = 0
(not applicable to
W56P/SIP
Features->General Information->Use Logo
VP-T49G/SIP-T48G/
T48S/T46G/T46S/
T29G IP phones)
upload_logo = 0
(not applicable to
W56P/SIP Features->General Information->Upload
VP-T49G/SIP-T48G/ Logo
T48S/T46G/T46S/
[ General-Informat
T29G IP phones)
ion ]
Features->General Information->Accept
sip-trust-control = 2
SIP Trust Server Only
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
T21(P) E2/T19(P) E2/CP860/W56P:
SIP VP-T49G:
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
IP-direct-auto-answer
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
=0
T21(P) E2/T19(P) E2/CP860/W56P:
(not applicable to
Features->General Information->IP Direct
W56P IP DECT
Auto Answer
phones)
SIP VP-T49G:
52
Configuration Guide for User Access Level
calllog-show-num = 0
Features->General Information->Voice
voicemail-tone = 0
Mail Tone
Features->General Information->DHCP
DHCP-hostname = 0
Hostname
Features->General Information->Reboot In
reboot-in-talking = 0
Talking
Hide-Feature-Access-
Codes = 0
Features->General Information->Hide
(not applicable to
Feature Access Codes
W56P IP DECT
phones)
(not applicable to
Features->General Information->Auto
SIP-T19(P) E2/
Linekeys
CP860/W56P IP
phones)
end-call-onhook = 0
53
Configuration Guide for User Access Level
button-sound = 0
(not applicable to
Features->Audio->Key Tone
W56P IP DECT
phones)
send-sound = 0
(not applicable to
Features->Audio->Send Tone
W56P IP DECT
phones)
redial_tone = 0
(not applicable to
Features->Audio->Redial Tone
W56P IP DECT
phones)
headset-send-volume
=1
Features->Audio->Headset Send Volume
(not applicable to
(-50~50)
CP860/W56P IP
phones)
handset-send-volume
[ Features-Audio]
=1
Features->Audio->Handset Send Volume
(not applicable to
(-50~50)
CP860/W56P IP
phones)
handfree-send-volum
e=1
Features->Audio->Handfree Send Volume
(not applicable to
(-50~50)
CP860/W56P IP
phones)
Ringer_Dev = 0
54
Configuration Guide for User Access Level
semi-attend-transfer Features->Transfer->Semi-Attended
=0 Transfer
transfer-on-conferenc
e-hang-up = 0
[ Features-Transfer Features->Transfer->Transfer on
] (not applicable to
Conference Hang up
W56P IP DECT
phones)
TransferModeViaDssk
ey = 0
CP860/W56P IP
phones)
Call-Pickup = 0
[ Features-Callpick
up ]
Features->Call Pickup->Call Park
Call-Park = 0
W56P IP phones)
55
Configuration Guide for User Access Level
VP-T49G/CP860/
W56P IP phones)
CSTAControl = 2
W56P IP phones)
Lock_Enable = 0
(2 for SIP
Features->Phone Lock->Phone Lock Enable
VP-T49G/CP860 IP
phones)
keyboard_lock = 0
(2 for SIP
Features->Phone Lock->Phone Lock Type
VP-T49G/CP860 IP
phones)
Phone_Unlock_PIN =
0
[ Features-Lock ] Features->Phone Lock->Phone Unlock
(2 for SIP
(not applicable to PIN(0~15 Digit)
VP-T49G/CP860 IP
W56P IP DECT
phones)
phones)
Phone_lock_time_out
=0
Features->Phone Lock->Phone Lock Time
(2 for SIP
Out(0~3600s)
VP-T49G/CP860 IP
phones)
emergency_setting =
0
56
Configuration Guide for User Access Level
(only applicable to
SIP VP-T49G IP
phones)
Attended-transfer-call
Features->Action URL->Attended Transfer
=2
57
Configuration Guide for User Access Level
Features->Action URL->UCServer
UCServer = 2 (only appear when the parameter
“action_url.is_ume” is set to 1)
Features->Action URL->Report IP
ReportIP = 2 (only appear when the parameter
“action_url.is_ume” is set to 1)
Headset = 2
Handfree = 2
58
Configuration Guide for User Access Level
bluetooth-active = 0
T29G IP phones)
mail-power-light-flas
h=0
Features->Power LED->Voice/Text Mail
(only applicable to
Power Light Flash
W56P IP DECT
phones)
miss-call-light-flash =
0
[ Features-PowerL Features->Power LED->Miss Call Power
(only applicable to
ED ] Light Flash
W56P IP DECT
(not applicable to
phones)
CP860 IP phones)
mute-power-light-flas
h=0
Features->Power LED->Mute Power Light
(not applicable to
Flash
W56P IP DECT
phones)
hold-power-light-flas
h=0
Features->Power LED->Hold/Held Power
(not applicable to
Light Flash
W56P IP DECT
phones)
talk-power-light-flash
=0 Features->Power LED->Talk/Dial Power
W56P IP DECT
59
Configuration Guide for User Access Level
phones)
[ Features-PowerL misscall-power-light-f
ED ] lash = 0
Features->Power LED->MissCall Power
(not applicable to (not applicable to SIP
Light Flash
CP860 IP phones) VP-T49G/CP860/W56
P IP phones)
settings-preference =
Settings->Preference (the whole page)
0
settings-calldisplay =
Settings->Call Display (the whole page)
0
settings-autop = 2
(0 for SIP
Settings->Auto Provision (the whole page)
[ Settings ] VP-T49G/CP860/
W56P IP phones)
settings-dialplan = 2
(0 for SIP
Settings->Dial Plan (the whole page)
VP-T49G/CP860/
W56P IP phones)
settings-voice = 2
(0 for SIP
Settings->Voice (the whole page)
VP-T49G/CP860/
W56P IP phones)
60
Configuration Guide for User Access Level
(1 for SIP
VP-T49G/CP860 IP
phones; not
applicable to W56P IP
DECT phones)
settings-tones = 2
(0 for SIP
Settings->Tones (the whole page)
VP-T49G/CP860/
W56P IP phones)
settings-softkey = 2
(not applicable to
Settings->Softkey Layout (the whole page)
W56P IP DECT
phones)
(0 for SIP
Settings->Voice Monitoring (the whole
VP-T49G/CP860 IP
page)
phones; not
applicable to W56P IP
DECT phones)
settings-sip = 2
(0 for SIP
Settings->SIP (the whole page)
VP-T49G/CP860/
W56P IP phones)
settings-powersaving
=0
T48S/T46G/T46S/
T29G IP phones)
settings-camera = 0
settings-video = 0
Settings->Video (the whole page)
(only applicable to SIP
61
Configuration Guide for User Access Level
VP-T49G IP phones)
SIP VP-T49G/CP860/W56P:
Settings->Preference->Language
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
web-language = 0 P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
T21(P) E2/T19(P) E2:
live-dialpad = 0
(not applicable to
Settings->Preference->Live Dialpad
W56P IP DECT
phones)
inter-digit-time = 0
[ Settings-Preferen (not applicable to Settings->Preference->Inter Digit
ce ] W56P IP DECT Time(1~14s)
phones)
transparency = 0
(only applicable to
Settings->Preference->Transparency
SIP-T48G/S IP
phones)
UnusedBackLight = 0
T29G IP phones)
backlight = 0
BacklightTime = 0
contrast_ctrl = 0
Settings->Preference->Contrast
(only applicable to
62
Configuration Guide for User Access Level
CP860/SIP-T40P/T27P
/T27G/T23P/T23G/
T21(P) E2/T19(P) E2 IP
phones)
ring_type_setting = 0
Settings->Preference->Wallpaper
Wallpaper = 0
Settings->Preference->Upload
(only applicable to SIP
Wallpaper(480*272)
VP-T49G/SIP-T48G/
Settings->Preference->Wallpaper with
T48S/T46G/T46S/
DSSkey unfold (only applicable to
T29G IP phones)
SIP-T48G/S IP phones)
screen-saver-wait-tim
e=0 Settings->Preference->Screensaver Wait
(only applicable to SIP Time
[ Settings-Preferen
VP-T49G IP phones)
ce ]
screen-saver-type = 0
Settings->Preference->Screensaver Type
(only applicable to SIP
Settings->Preference->Screensaver
VP-T49G IP phones)
ScreenSaver = 0 Settings->Preference->
(only applicable to
SIP-T48G/T48S/T46G/
T46S/T29G IP phones)
ScreenSaverUpload =
0 Settings->Preference->Upload Screensaver
(only applicable to (only appear when the parameter
SIP-T48G/T48S/T46G/ “screensaver.type” is set to 1.)
T46S/T29G IP phones)
63
Configuration Guide for User Access Level
Time
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
T21(P) E2/T19(P) E2/CP860/W56P:
SIP VP-T49G:
SIP VP-T49G:
Settings->Time &
update_interval = 0
Date->Synchronism(15~86400s)
time_format_setting =
Settings->Time & Date->Time Format
0
date_format_setting =
Settings->Time & Date->Date Format
0
Display-Contact-Phot
o=0 Settings->Call Display->Display Contact
(only applicable to SIP Photo
VP-T49G/SIP-T48G/
64
Configuration Guide for User Access Level
[ Settings-CallDisp T48S/T46G/T46S/
lay ] T29G IP phones)
Settings->Upgrade->Version
version_info = 0
SIP VP-T49G/CP860/W56P:
reset = 0
(2 for SIP
Settings->Upgrade->Reset
VP-T49G/CP860/
W56P IP phones)
reset_local_settings =
Settings->Upgrade->Reset local settings
0
(only appear when the parameter
(not applicable to SIP
[ Settings-Upgrad “static.auto_provision.custom.protect” is set
VP-T49G/CP860/
e] to 1.)
W56P IP phones)
reset_nonstatic_settin
Settings->Upgrade->Reset non-static
gs = 0
settings (only appear when the parameter
(not applicable to SIP
“static.auto_provision.custom.protect” is set
VP-T49G/CP860/
to 1.)
W56P IP phones)
reset_static_settings =
Settings->Upgrade->Reset static settings
2
(only appear when the parameter
(not applicable to SIP
“static.auto_provision.custom.protect” is set
VP-T49G/CP860/
to 1.)
W56P IP phones)
65
Configuration Guide for User Access Level
reboot_device = 0 Settings->Upgrade->Reboot
SIP VP-T49G/CP860/W56P:
Settings->Upgrade->Upgrade
[ Settings-Upgrad
upgrade_firmware = 0
e]
(1 for SIP SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
VP-T49G/CP860/ P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
upgrade_handset_firm
ware = 1
Settings->Upgrade->Select and Upgrade
(only applicable to
Handset Firmware
W56P IP DECT
phones)
66
Configuration Guide for User Access Level
=2 Expired Time(s)
zero_active = 2
(not applicable to
Settings->Auto Provision->Zero Active
W56P IP DECT
phones)
wait_time = 2
Settings-AutoProv phones)
Settings->Auto
repeat-interval = 2
Provision->Interval(Minutes)
weekly-upgrade-inter
val = 2
Settings->Auto Provision->Weekly
(not applicable to SIP
Upgrade Interval(0~12week)
VP-T49G/CP860/
W56P IP phones)
inactivity-time-expire
=2
Settings->Auto Provision->Inactivity Time
(not applicable to SIP
Expire(0~120min)
VP-T49G/CP860/
W56P IP phones)
67
Configuration Guide for User Access Level
flexible-switch = 2
W56P IP phones)
flexible-autoptime = 2
W56P IP phones)
Settings->Auto Provision->
btn-autop-now = 2
W56P IP phones)
Settings->Configuration->Import Factory
Configuration (for SIP
opt-factory-configfile VP-T49G/CP860/W56P: only appear when
=0 the parameter
[ Settings-Config ] (2 for SIP “features.custom_factory_config.enable” is
VP-T49G/CP860/ set to 1; for other IP phones: only appear
export-cfg-config-file
=0 Settings->Configuration->Export CFG
(2 for SIP Configuration File
VP-T49G/CP860/
68
Configuration Guide for User Access Level
W56P IP phones)
import-cfg-config-file
=0
Settings->Configuration->Import CFG
(2 for SIP
Configuration File
VP-T49G/CP860/
W56P IP phones)
Settings->Configuration->Pcap Feature
Settings->Configuration->Packet Capture
Count (only applicable to SIP VP-T49G IP
phones)
pcap_trace = 0 Settings->Configuration->Packet Capture
(1 for SIP Clip Bytes (only applicable to SIP VP-T49G
VP-T49G/CP860/ IP phones)
Settings->Configuration->Packet Filter
String (only applicable to SIP VP-T49G IP
phones)
syslog = 1
[ Settings-Config ] (only applicable to SIP Settings->Configuration->Export System
VP-T49G/CP860/ Log
W56P IP phones)
SystemlogLevel = 2
W56P IP phones)
Settings->Configuration->Local Logging
Local_Logging = 0
W56P IP phones)
Local_Log_Switch = 0
W56P IP phones)
Local_Log_Level = 0 Settings->Configuration->Local
69
Configuration Guide for User Access Level
W56P IP phones)
Local_Log_Max_File_Si
ze = 0
Settings->Configuration->Local
(not applicable to SIP
Logging->Max Log File Size (1024-2048KB)
VP-T49G/CP860/
W56P IP phones)
Local_Log_Export = 0
W56P IP phones)
Syslog_Switch = 2
W56P IP phones)
[ Settings-Config ]
Syslog_Server = 2 Settings->Configuration->Syslog->Syslog
(not applicable to SIP Server
VP-T49G/CP860/ Settings->Configuration->Syslog->Syslog
W56P IP phones) Server->Port
Syslog_Transport_Typ
e=2
Settings->Configuration->Syslog->Transp
(not applicable to SIP
ort Type
VP-T49G/CP860/
W56P IP phones)
Syslog_Level = 2
W56P IP phones)
Syslog_Facility = 2
W56P IP phones)
Syslog_Prepend_Mac Settings->Configuration->Syslog->Prepen
=2 d MAC in Syslog
70
Configuration Guide for User Access Level
W56P IP phones)
[ Settings-Config ] ExportAllDiagnosticFil
es = 2
Settings->Configuration->Export All
(not applicable to SIP
Diagnostic Files
VP-T49G/CP860/
W56P IP phones)
Settings->Dial Plan->Replace
replace-rule-control = Rule->Replace
0 Settings->Dial Plan->Replace
Rule->Account (not applicable to
[ Settings-DialPlan
SIP-T19(P) E2/CP860 IP phones)
]
Settings->Dial Plan->Dial Now->Rule
71
Configuration Guide for User Access Level
W56P IP phones)
(0 for SIP
VP-T49G/CP860/
W56P IP phones)
[ Settings-Ring ] personal-ring = 2
Settings->Tones->Select Country
Settings->Tones->Dial
Settings->Tones->Secondary Dial
Settings->Tones->Ring Back
Settings->Tones->Busy
Settings->Tones->Congestion (not
applicable to W56P IP DECT phones)
tone-items = 2
Settings->Tones->Call Waiting
(0 for SIP
Settings->Tones->Dial Recall (not
VP-T49G/CP860/
applicable to W56P IP DECT phones)
W56P IP phones)
Settings->Tones->Info (not applicable to
[ Settings-Tones ]
W56P IP DECT phones)
tone-country = 2
Settings->Tones->Select Country
(not applicable to SIP
72
Configuration Guide for User Access Level
[ Settings-Tones ] VP-T49G/CP860/
W56P IP phones)
(not applicable to
W56P IP DECT
phones)
SoftKey_Select = 2
head = 2 Settings->TR069->
EnablePeriodicInform
[ TR069 ] Settings->TR069->Enable Periodic Inform
=2
Settings->TR069->Connection Request
RequestUsername = 2
Username
Settings->TR069->Connection Request
RequestPassword = 2
Password
73
Configuration Guide for User Access Level
W56P IP phones)
Settings->Voice Monitoring->Report
options on phone
RTCP-Report-Options
=2
(only applicable to
SIP VP-T49G IP
Settings->Camera->Manual Settings (only
phones) manual-settings = 2
appear when the parameter
74
Configuration Guide for User Access Level
“camera.scene_mode” is set to 0)
[ Settings-Camera
]
(only applicable to
SIP VP-T49G IP
phones)
Settings->Camera->Exposure
exposure = 2
downlink-bandwidth
Settings->Video->Downlink Bandwidth
=2
enable = 2
T46S/T29G IP
phones)
office_Monday = 0
75
Configuration Guide for User Access Level
office_Tuesday = 0
office_Wednesday = 0
office_Thursday = 0
office_Friday = 0
office_Saturday = 0
G/T48S/T46G/ (minutes)
idle_timeout = 0
T46S/T29G IP
(2 for SIP VP-T49G IP
phones)
phones)
office_timeout = 0
Settings->Power Saving->Office Hour Idle
(2 for SIP VP-T49G IP
TimeOut
phones)
off_timeout = 0
Settings->Power Saving->Off Hour Idle
(2 for SIP VP-T49G IP
TimeOut
phones)
user_input_ext_timeo
ut = 0 Settings->Power Saving->User Input
(2 for SIP VP-T49G IP Extension Idle TimeOut
phones)
76
Configuration Guide for User Access Level
contacts-remote = 1
W56P IP phones)
contacts-callinfo = 0
phones)
[ Contacts ] contacts-LDAP = 1
(0 for SIP
VP-T49G/CP860/
applicable to
SIP-T19(P) E2 IP
phones)
contacts-multicastIP
=1
(0 for SIP
VP-T49G/CP860 IP Directory->Multicast IP (the whole page)
phones; not
applicable to W56P IP
DECT phones)
contact-list = 0
(not applicable to
Directory->Local Directory
W56P IP DECT
phones)
77
Configuration Guide for User Access Level
Directory->Local Directory->
all-contacts-control =
[ LocalPhoneBook 0
]
(not applicable to
W56P IP DECT
phones)
Directory->Local Directory->Import Local
import-export-contac Directory File
ts = 0
(1 for SIP
VP-T49G/CP860/
W56P IP phones)
btnImportCSV = 0
(1 for SIP
Directory->Local Directory->
VP-T49G/CP860/
W56P IP phones)
btnExportCSV = 0
(1 for SIP
Directory->Local Directory->
VP-T49G/CP860/
W56P IP phones)
btnImportXML = 0
(1 for SIP
Directory->Local Directory->
VP-T49G/CP860/
W56P IP phones)
btnExportXML = 0
(1 for SIP
Directory->Local Directory->
VP-T49G/CP860/
W56P IP phones)
78
Configuration Guide for User Access Level
Directory->Local Directory->
[ LocalPhoneBook
]
(not applicable to
opt-contacts = 0
W56P IP DECT
phones)
(0 for SIP
VP-T49G/CP860/
W56P IP phones)
SRemoteNameEnable
=1
[ Contacts-Remote Directory->Remote Phone
(0 for SIP
] Book->Incoming/Outgoing Call Lookup
VP-T49G/CP860/
W56P IP phones)
SRemoteNameFlashTi
me = 1
Directory->Remote Phone Book->Update
(0 for SIP
Time Interval(Seconds)
VP-T49G/CP860/
W56P IP phones)
dialed-list-title = 0
[ PhoneCallInfo ] Directory->Phone Call Info->
(only applicable to SIP
(not applicable to
VP-T49G/CP860 IP
W56P IP DECT Directory->Phone Call Info->
phones)
phones)
dialed-list-content = Directory->Phone Call Info->Placed List
0
79
Configuration Guide for User Access Level
phones)
missed-list-title = 0
missed-list-content =
Directory->Phone Call Info->Missed List
0
received-list-title = 0
received-list-content
Directory->Phone Call Info->Received List
=0
forwarded-list-title =
0
Directory->Phone Call Info->
(only applicable to SIP
VP-T49G/CP860 IP
80
Configuration Guide for User Access Level
phones)
forwarded-list-conten
t=0 Directory->Phone Call Info->Forwarded List
phones)
forwarded-list = 0 Directory->Phone Call Info->
LDAP-number-filter =
Directory->LDAP->LDAP Number Filter
0
port = 0 Directory->LDAP->Port
base = 0 Directory->LDAP->Base
user-name = 0 Directory->LDAP->Username
password = 0 Directory->LDAP->Password
[ LDAP ]
maxhits = 0 Directory->LDAP->Max Hits (1~32000)
(not applicable to
LDAP-name-attribute
SIP-T19(P) E2 IP Directory->LDAP->LDAP Name Attributes
s=0
phones)
LDAP-number-attribu Directory->LDAP->LDAP Number
tes = 0 Attributes
LDAP-display-name =
Directory->LDAP->LDAP Display Name
0
protocol = 0 Directory->LDAP->Protocol
81
Configuration Guide for User Access Level
=0
Receive_Priority = 1
(0 for SIP
Directory->Multicast IP->Paging Barge
VP-T49G/CP860 IP
phones)
PagePriorityActive = 1
Directory->Multicast IP->
[ MulticastIP ]
MulticastIPConfig = 1
(not applicable to
(0 for SIP
W56P IP DECT
VP-T49G/CP860 IP
phones)
phones)
PagingList = 1
(0 for SIP
VP-T49G/CP860 IP
phones)
Directory->Setting->Directory
contacts-group = 0
(not applicable to
W56P/SIP VP-T49G IP
phones)
[ Contacts-Favorit
e]
82
Configuration Guide for User Access Level
[ Contacts-Favorit
e]
base-pin = 0
(only applicable to
Security->Base PIN (the whole page)
W56P IP DECT
phones)
Security->Password->
set-password = 0
[ Password ] (only applicable to SIP
VP-T49G IP phones)
Security->Trusted Certificates->
trust-certs-records =
2
Security->Trusted Certificates->CA
ca-certs = 2
Certificates
83
Configuration Guide for User Access Level
Security->Trusted Certificates->Import
[ TrustCerts ] Trusted Certificates
upload-trust-certs = 2
Security->Server Certificates
server-certs-records =
2
Security->Server Certificates->Device
server-certs-device-ce
Certificates
[ ServerCerts ] rt = 2
Security->Server Certificates->Import
server-certs-upload = Server Certificates
2
[ BasePin ]
(only applicable to
Base-unit-pin = 0 Security->Base PIN->Base Unit PIN
W56P IP DECT
phones)
custom-factory-confi
Hidden->Custom Factory Config
g=2
Broadsoft-Active = 2
(1 for SIP
Hidden->Broadsoft Active
VP-T49G/CP860/
W56P IP phones)
[ HiddenSetting ] Redirect-Active = 2
(1 for SIP
Hidden->Redirect Active
VP-T49G/CP860/
W56P IP phones)
XSI-Active = 2
W56P IP phones)
84
Configuration Guide for User Access Level
T48S/T46G/T46S/
T29G IP phones)
remote_pcap_switch
=2 Hidden->Remote Pcap
remote_pcap = 2
(only applicable to
Hidden->Remote Pcap
[ HiddenSetting ] SIP-T48G/T48S/T46G/
T46S/T29G IP phones)
remote_pcap_port = 2
(only applicable to
Hidden->Remote Pcap Port
SIP-T48G/T48S/T46G/
T46S/T29G IP phones)
remote_pcap_passwor
d=2
pushxml = 2
(not applicable to
Hidden->PushXML Test
W56P IP DECT
phones)
The following table lists configuration items in the WebItemsLevel.cfg file for configurations
only integrated with BroadSoft UC-One firmware version on the web user interface.
85
Configuration Guide for User Access Level
T48S/T46G/T46S/T29G
IP phones)
[ Contacts ]
(only applicable to
Directory->Network Directory (the whole
SIP contacts-broadsoft = 0
page)
VP-T49G/CP860/
W56P IP phones)
Directory->Network Directory->Network
Directory
Directory->Network Directory->Custom
Directory
Directotries = 0
[ Contacts-Broads
oft ]
(only applicable to
SIP
VP-T49G/CP860/
W56P IP phones)
Directory->Network Directory->XSI
XSI = 0
SIP
VP-T49G/CP860/ Applications->Broadsoft XMPP (the whole
broadsoft-XMPP = 1
W56P IP phones) page)
86
Configuration Guide for User Access Level
Applications->Broadsoft XSI->Network
Directory
Applications->Broadsoft XSI->Custom
Directory
Directotries = 1
[ Broadsoft ]
(not applicable to
SIP
VP-T49G/CP860/
W56P IP phones)
Applications->Broadsoft XMPP->XMPP
Account
XMPP-accout = 1
Applications->Broadsoft XMPP->XMPP
XMPP-userame = 1
UserName
Applications->Broadsoft XMPP->XMPP
XMPP-password = 1
Password
87
Configuration Guide for User Access Level
status_list = 0 Menu->Status
SIP VP-T49G:
Menu->Status->General->IPv4
Status_IP = 0 SIP-T48G/T48S:
SIP VP-T49G:
Menu->Status->General->IPv6
Status_IPv6 = 0 SIP-T48G/T48S:
Menu->Status->MAC Address
SIP VP-T49G/SIP-T48G/T48S:
Status_HW = 0 Menu->Status->Phone->Hardware
(01 for SIP SIP-T46G/T46S/T42G/T42S/T41P/T41S/T40
VP-T49G/CP860/ P/T29G/T27P/T27G/T23P/T23G/T21(P)
W56P IP phones) E2/T19(P) E2/CP860:
Menu->Status->More->Phone->Hardware
88
Configuration Guide for User Access Level
Status_More = 0
T48S IP phones)
SIP VP-T49G/SIP-T48G/T48S:
Menu->Status->Network
SIP-T46G/T46S/T42G/T42S/T41P/T41S/T40
network = 0
P/T29G/T27P/T27G/T23P/T23G/T21(P)
E2/T19(P) E2/CP860:
Menu->Status->More->Network
SIP VP-T49G/SIP-T48G/T48S:
Menu->Status->Phone
SIP-T46G/T46S/T42G/T42S/T41P/T41S/T40
Status_More_Phone = 0
P/T29G/T27P/T27G/T23P/T23G/T21(P)
E2/T19(P) E2/CP860:
Menu->Status->More->Phone
[ GUI ]
SIP VP-T49G/SIP-T48G/T48S:
Menu->Status->Accounts
SIP-T46G/T46S/T42G/T42S/T41P/T41S/T40
Status_More_Account =
P/T29G/T27P/T27G/T23P/T23G/T21(P)
0
E2/T19(P) E2/CP860:
Menu->Status->More->Accounts (or
Account)
SIP VP-T49G/SIP-T48G/T48S/T46G/T46S/
Status_More_RTP = 0 T29G:
Menu->Status->More->RTP
status_general= 0
89
Configuration Guide for User Access Level
T48S IP phones)
features = 0
W56P IP phones)
callcontrol_forward = 1
W56P IP phones)
always-forward = 0
W56P IP phones)
busy-forward = 0
[ GUI ]
(1 for SIP Menu->Features->Call Forward->Busy
VP-T49G/CP860/ Forward
W56P IP phones)
NoAnswer-forward = 0
W56P IP phones)
call_waiting = 0
(1 for SIP
Menu->Features->Call Waiting
VP-T49G/CP860/
W56P IP phones)
auto-Answer= 0
(1 for SIP
Menu->Features->Auto Answer
VP-T49G/CP860/
W56P IP phones)
DSSKey = 0
90
Configuration Guide for User Access Level
SIP VP-T49G/SIP-T48G/T48S:
Menu->Features->General->Key As Send
key_as_send= 0 SIP-T46G/T46S/T29G:
(12 for SIP Menu->Features->Others->General->Key
VP-T49G/CP860/ As Send
W56P IP phones) SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Features->Key As Send
SIP VP-T49G/SIP-T48G/T48S:
Menu->Features->Hot Line->Hotline
Number
SIP-T46G/T46S/T29G:
hotline-number = 0
Menu->Features->Others->Hot
(1 for SIP
Line->Hotline Number
VP-T49G/CP860/
SIP-T42G/T42S/T41P/T41S/T40P/T27P/
[ GUI ] W56P IP phones)
T27G/T23P/T23G/T21(P) E2/T19(P)
E2/CP860:
Menu->Features->Hot Line->Hotine
Number
SIP
Features_Anonymous =
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
0
Menu->Features->Anonymous
(1 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Features->Anonymous Call
Features_Diagnostics =
0
Diagnostics_Network =
0
Diagnostics_Ping = 0 Menu->Features->Diagnostics->Network-
91
Configuration Guide for User Access Level
Diagnostics_TraceRoute
=0
Menu->Features->Diagnostics->Network-
(not applicable to SIP
>Trace Route
VP-T49G/CP860/W56P
IP phones)
SIP
VP-T49G/SIP-T48G/T48S/T42G/T42S/T41P/
Features_AutoRD = 0
T41S/T40P/T27P/T27G/T23P/T23G/T21(P)
(1 for SIP E2/T19(P) E2/CP860:
VP-T49G/CP860/
Menu->Features->Auto Redial
W56P IP phones)
SIP-T46G/T46S/T29G:
Menu->Features->Others->Auto Redial
[ GUI ]
intercom = 0
(1 for SIP
Menu->Features->Intercom
VP-T49G/CP860/
W56P IP phones)
SIP
VP-T49G/SIP-T48G/T48S/T42G/T42S/T41P/
call_completion = 0 T41S/T40P/T27P/T27G/T23P/T23G/T21(P)
E2/T19(P) E2/CP860:
(1 for SIP
VP-T49G/CP860/ Menu->Features->Call Completion
Menu->Features->Others->Call
Completion
SIP VP-T49G/SIP-T48G/T48S:
Menu->Features->General->History
Record
SIP-T46G/T46S/T29G:
history_save= 2 Menu->Features->Others->General->Histo
ry Record
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Features->History Setting
92
Configuration Guide for User Access Level
SIP
VP-T49G/SIP-T48G/T48S/T42G/T42S/T41P/
multpaginglist = 2
T41S/T40P/T27P/T27G/T23P/T23G/T21(P)
(10 for SIP E2/T19(P) E2/CP860:
VP-T49G/CP860/
Menu->Features->Paging List
W56P IP phones)
SIP-T46G/T46S/T29G:
Menu->Features->Others->Paging List
Main_Settings=0
T48S/T46G/T46S/T29G
IP phones)
SIP VP-T49G/SIP-T48G/T48S:
Menu->Basic->Time &
Date->General->Time Zone
SIP-T46G/T46S/T29G:
[ GUI ]
Menu->Basic->Time &
time_zone = 0 Date->General->SNTP Settings>Time Zone
SIP-T42G/T42S/T41P/T41S/T40P/T27P/
T27G/T23P/T23G/T21(P) E2/T19(P)
E2/CP860:
SIP VP-T49G/SIP-T48G/T48S:
Menu->Basic->Time &
Date->General->Type (Manual Settings)
SIP-T46G/T46S/T29G:
Menu->Basic->Time &
Basic_Time_Manual = 0 Date->General->Manual Settings
SIP-T42G/T42S/T41P/T41S/T40P/T27P/
T27G/T23P/T23G/T21(P) E2/T19(P)
E2/CP860:
display = 0 SIP
93
Configuration Guide for User Access Level
VP-T49G/CP860/ Menu->Basic->Display
T27G/T23P/T23G/T21(P) E2/T19(P)
E2/CP860:
Menu->Settings->Basic Settings->Display
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
sound = 0
Menu->Basic->Sound
(1 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/
VP-T49G/CP860/
T27G/T23P/T23G/T21(P) E2/T19(P)
W56P IP phones)
E2/CP860:
Menu->Settings->Basic Settings->Sound
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
key_tone = 0
Menu->Basic->Sound->Key Tone
(1 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Settings->Basic
[ GUI ] Settings->Sound->Key Tone
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
ring_type_setting = 0 Menu->Basic->Sound->Ring Tones
(1 for SIP SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/ G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones) Menu->Settings->Basic
Settings->Sound->Ring Tones
SIP-T48G/T48S/T46G/T46S/T29G:
SIP
unlock_pin = 0
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
(2 for SIP
Menu->Basic->Change PIN
VP-T49G/CP860/
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
W56P IP phones)
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
94
Configuration Guide for User Access Level
Menu->Settings->Basic Settings->Change
PIN
SIP-T48G/T48S/T46G/T46S/T29G:
check_key_guard_lock =
Menu->Basic->Phone Lock
0
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
(not applicable to SIP
G/T23P/T23G/T21(P) E2/T19(P) E2:
VP-T49G/CP860/W56P IP
phones) Menu->Settings->Basic Settings->Phone
Lock
bluetooth = 0
wifi = 0
SIP VP-T49G/SIP-T48G/T48S:
Menu->Advanced->Account->Account
X->Label
account_label = 0 SIP-T46G/T46S/T29G:
(02 for SIP Menu->Advanced->Accounts->Account
VP-T49G/CP860/ X->Label
W56P IP phones) SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
Settings->Accounts->Account X->Label
SIP VP-T49G/SIP-T48G/T48S:
display_name = 0
Menu->Advanced->Account->Account
(02 for SIP
X->Display Name
VP-T49G/CP860/
SIP-T46G/T46S/T29G:
W56P IP phones)
Menu->Advanced->Accounts->Account
95
Configuration Guide for User Access Level
X->Display Name
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
Settings->Accounts->Account X->Display
Name
SIP VP-T49G/SIP-T48G/T48S:
Menu->Advanced->Account->Account
X->Register Name
SIP-T46G/T46S/T29G:
register_name = 01
Menu->Advanced->Accounts->Account
(02 for SIP
X->Register Name
VP-T49G/CP860/
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
W56P IP phones)
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
Settings->Accounts->Account X->Register
[ GUI ] Name
SIP VP-T49G/SIP-T48G/T48S:
Menu->Advanced->Account->Account
X->User Name
SIP-T46G/T46S/T29G:
Menu->Advanced->Accounts->Account
user_name = 01 X->User Name
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
Settings->Accounts->Account X->User
Name
SIP VP-T49G/SIP-T48G/T48S:
Menu->Advanced->Account->Account
X->Password
SIP-T46G/T46S/T29G:
account_password = 01 Menu->Advanced->Accounts->Account
X->Password
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
96
Configuration Guide for User Access Level
Settings->Accounts->Account
X->Password
SIP VP-T49G/SIP-T48G/T48S:
Menu->Advanced->Account->Account
X->SIP Server1/2
SIP-T46G/T46S/T29G:
sip_server = 2
Menu->Advanced->Accounts->Account
(01 for SIP
X->SIP Server1/2
VP-T49G/CP860/
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
W56P IP phones)
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
Settings->Accounts->Account X->SIP
Server1/2
SIP VP-T49G/SIP-T48G/T48S:
Menu->Advanced->Account->Account
X->Outbound Status
enabled-outbound-pro SIP-T46G/T46S/T29G:
xy-server = 2 Menu->Advanced->Accounts->Account
[ GUI ] (01 for SIP X->Outbound Status
VP-T49G/CP860/ SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
W56P IP phones) G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
Settings->Accounts->Account
X->Outbound Status
SIP VP-T49G/SIP-T48G/T48S:
Menu->Advanced->Account->Account
X->Outbound Proxy1/2
outbound-proxy-server SIP-T46G/T46S/T29G:
=2 Menu->Advanced->Accounts->Account
(01 for SIP X->Outbound Proxy1/2
VP-T49G/CP860/ SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
W56P IP phones) G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
Settings->Accounts->Account
X->Outbound Proxy1/2
97
Configuration Guide for User Access Level
Menu->Advanced->Accounts->Account
X->NAT Status
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
Settings->Accounts->Account X->NAT
Status
proxy-fallback-interval
= 01 Menu->Advanced->Account->Account
(only applicable to SIP X->Fallback Interval
VP-T49G IP phones)
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
Menu->Advanced->Network
Adv_Network =0 SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
[ GUI ] Menu->Settings->Advanced
Settings->Network
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
wan_port_title = 0
Menu->Advanced->Network->WAN Port
(02 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Settings->Advanced
Settings->Network->WAN Port
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
VLAN-items = 2
Menu->Advanced->Network->VLAN
(02 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Settings->Advanced
Settings->Network->VLAN
wanport = 0 SIP
98
Configuration Guide for User Access Level
VP-T49G/CP860/ Menu->Advanced->Network->VLAN
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
Settings->Network->VLAN->WAN Port
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
pcport = 2
Menu->Advanced->Network->VLAN->PC
(02 for SIP
Port
VP-T49G/W56P IP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
phones; not applicable
G/T23P/T23G/T21(P) E2/T19(P) E2:
to CP860 IP phones)
Menu->Settings->Advanced
Settings->Network->VLAN->PC Port
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
dhcpvlan = 2 Menu->Advanced->Network->VLAN->DH
(02 for SIP CP VLAN
VP-T49G/CP860/ SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
W56P IP phones) G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
[ GUI ] Menu->Settings->Advanced
Settings->Network->VLAN->DHCP VLAN
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
web-server = 2 Menu->Advanced->Network->Webserver
(02 for SIP Type (Web Server)
VP-T49G/CP860/ SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
W56P IP phones) G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
Settings->Network->Web Server
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
8021x = 2
Menu->Advanced->Network->802.1x
(02 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Settings->Advanced
Settings->Network->802.1x
99
Configuration Guide for User Access Level
SIP
open-VPN = 2
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
(02 for SIP
Menu->Advanced->Network->VPN
VP-T49G/CP860/
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
W56P IP phones; not
G/T23P/T23G/T21(P) E2/CP860:
applicable to SIP-T19(P)
Menu->Settings->Advanced
E2 IP phones)
Settings->Network->VPN
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
open-lldp = 2
Menu->Advanced->Network->LLDP
(02 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Settings->Advanced
Settings->Network->LLDP
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
network_cdp = 2
Menu->Advanced->Network->CDP
(02 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
[ GUI ] Menu->Settings->Advanced
Settings->Network->CDP
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
network_nat = 2
Menu->Advanced->Network->NAT
(02 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Settings->Advanced
Settings->Network->NAT
softkey Label = 0
keyboard_lock = 02
SIP VP-T49G:
(only applicable to SIP
100
Configuration Guide for User Access Level
Menu->Settings->Advanced
Settings->Phone Lock
SIP VP-T49G/SIP-T48G/T48S:
Menu->Advanced->Reboot
SIP-T46G/T46S/T29G:
Adv_Reboot = 0
Menu->Advanced->Reset&Reboot->Rebo
(02 for SIP
ot
VP-T49G/CP860/
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
W56P IP phones)
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
Settings->Reboot
Menu->Advanced->Reset to Factory
SIP-T48G/T48S/T46G/T46S/T29G:
Menu->Advanced->Reset Config->Reset
to factory
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
[ GUI ]
G/T23P/T23G/T21(P) E2/T19(P) E2:
Menu->Settings->Advanced
Settings->Reset Config->Reset to factory
CP860:
Menu->Settings->Advanced
Settings->Reset to factory settings
SIP-T48G/T48S/T46G/T46S/T29G:
SIP-T48G/T48S/T46G/T46S/T29G:
ResetLocalConfig = 0
Menu->Advanced->Reset Config->Reset
(not applicable to SIP
local settings (only appear when the
VP-T49G/CP860/W56P
parameter
IP phones)
“static.auto_provision.custom.protect” is set
101
Configuration Guide for User Access Level
to 1.)
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2:
Menu->Settings->Advanced
Settings->Reset Config->Reset local
settings (only appear when the parameter
“static.auto_provision.custom.protect” is set
to 1.)
SIP-T48G/T48S/T46G/T46S/T29G:
Menu->Advanced->Reset Config->Reset
non-static settings (only appear when the
parameter
ResetNonStaticConfig = “static.auto_provision.custom.protect” is set
0 to 1.)
[ GUI ] SIP-T48G/T48S/T46G/T46S/T29G:
Menu->Advanced->Reset Config->Reset
static settings (only appear when the
parameter
“static.auto_provision.custom.protect” is set
ResetStaticConfig = 2
to 1.)
(not applicable to SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/W56P
G/T23P/T23G/T21(P) E2/T19(P) E2:
IP phones)
Menu->Settings->Reset
Config->Advanced Settings->Reset static
settings (only appear when the parameter
“static.auto_provision.custom.protect” is set
to 1.)
102
Configuration Guide for User Access Level
W56P IP phones)
SIP VP-T49G:
Menu->Advanced->Reset Config->Reset
Local Settings (only appear when the
reset_default = 0 parameter “auto_provision.custom.protect”
VP-T49G/CP860 IP CP860:
phones) Menu->Settings->Advanced
Settings->Reset Local Settings (only appear
when the parameter
“auto_provision.custom.protect” is set to 1.)
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
Menu->Settings->Advanced Settings->Set
Password (Change Password)
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
autoprovision = 2
Menu->Advanced->Auto Provision
(02 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Settings->Advanced
Settings->Auto Provision
SIP
international-forward =
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
2
Menu->Advanced->FWD International
(02 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Settings->Advanced
103
Configuration Guide for User Access Level
Settings->FWD International
SMS= 0
W56P IP phones)
MSG_Voice = 0
(1 for SIP
Menu->Message->Voice Mail
VP-T49G/CP860/
W56P IP phones)
viewvoicemail = 0
W56P IP phones)
setvoicemail = 0
W56P IP phones)
[ GUI ]
usermodeentry = 0 Menu->User Mode
SIP VP-T49G/SIP-T48G/T48S:
Menu->Advanced->Account->Account
X->NAT Status
NAT_traversal = 2
SIP-T46G/T46S/T29G:
(02 for SIP
Menu->Advanced->Accounts->Account
VP-T49G/CP860/
X->NAT Status
W56P IP phones; not
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
applicable to SIP-T19(P)
G/T23P/T23G/T21(P) E2/CP860:
E2 IP phones)
Menu->Settings->Advanced
Settings->Accounts->Account X->NAT
Status
SIP-T48G/T48S/T46G/T46S/T29G:
104
Configuration Guide for User Access Level
local_call_log_list = 0
W56P IP phones)
SIP VP-T49G/SIP-T48G/T48S:
Menu->Advanced->Account
Adv_Account = 0 SIP-T46G/T46S/T29G:
(2 for SIP Menu->Advanced->Accounts
VP-T49G/CP860/ SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
W56P IP phones) G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced
Settings->Accounts
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
Menu->Basic->Language
Basic_LANG = 0 SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Basic
[ GUI ]
Settings->Language
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
Menu->Basic->Display->Backlight
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
Basic_Setting_BackLight G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
=0 Menu->Settings->Basic
Settings->Display->Backlight
CP860:
Menu->Settings->Basic
Settings->Display->Backlight Settings
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
105
Configuration Guide for User Access Level
SIP VP-T49G/SIP-T48G/T48S:
Menu->Basic->Time&
Date->General->Type (SNTP Settings)
SIP-T46G/T46S/T29G:
Menu->Basic->Time &
Basic_Time_SNTP = 0
Date->General->SNTP Settings
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Main_Contacts = 0 Menu->Directory
Menu->Message->Text Message
SMS_Draftbox = 0
->Draftbox
Menu->Message->Text Message
SMS_Inbox = 0
->Inbox
Menu->Message->Text Message
[ GUI ] SMS_NEW = 0
->New Message
Menu->Message->Text Message
SMS_Outbox = 0
->Outbox
Menu->Message->Text Message->
SMS_Sentbox = 0
Sentbox
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
Menu->Advanced
Set_Adv = 0
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
Menu->Settings->Advanced Settings
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
Set_Basic = 0 Menu->Basic
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
106
Configuration Guide for User Access Level
Menu->Settings->Basic Settings
blacklist_list = 0 Menu->Directory->Blacklist
call_info = 0 Menu->History
usb_record= 0
(only applicable to
Menu->USB
SIP-T48G/T48S/T46G/
T46S/T29G IP phones)
browse_usb_record= 0
(only applicable to
Menu->USB->Browse Audio
SIP-T48G/T48S/T46G/
T46S/T29G IP phones)
browse_usb_storage= 0
(only applicable to
Menu->USB->Storage Space
SIP-T48G/T48S/T46G/
T46S/T29G IP phones)
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
SIP VP-T49G/SIP-T48G/T48S:
Menu->Advanced->Account->Account
X->Activation
SIP-T46G/T46S/T29G:
Menu->Advanced->Accounts->Account
line_active = 0 X->Activation
(2 for SIP SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/ G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones) Menu->Settings->Advanced
Settings->Accounts->Account X
->Activation
CP860:
Menu->Settings->Advanced
Settings->Accounts->Account X ->Account
107
Configuration Guide for User Access Level
Status
SIP VP-T49G/SIP-T48G/T48S:
Menu->Directory->All Contacts
SIP-T46G/T46S/T42G/T42S/T41P/T41S/T40
local_contact_list = 0
P/T29G/T27P/T27G/T23P/T23G/T21(P)
E2/T19(P) E2/CP860:
Menu->Directory->Local Directory
status = 0 Menu->Status
dnd = 0 Menu->Features->DND
advanced_call_feature_
default_account =0
SIP VP-T49G/SIP-T48G/T48S:
(2 for SIP VP-T49G IP
Menu->Features->Default Account
phones; only applicable
SIP-T46G/T46S/T29G:
to SIP
Menu->Features->Others->Default
VP-T49G/SIP-T48G/T48
Account
S/T46G/T46S/T29G IP
phones)
advanced_call_feature_
general = 0
SIP VP-T49G/SIP-T48G/T48S:
(1 for SIP VP-T49G IP
[ GUI ]
phones; only applicable Menu->Features->General
to SIP SIP-T46G/T46S/T29G:
VP-T49G/SIP-T48G/T48 Menu->Features->Others->General
S/T46G/T46S/T29G IP
phones)
advanced_call_feature_li
st = 0
date_and_time_general
=0 Menu->Basic->Time &Date->General
108
Configuration Guide for User Access Level
VP-T49G/SIP-T48G/T48
S/T46G/T46S/T29G IP
phones)
reset_and_reboot_list =
0
display_wallpaper = 0
display_dsskey_wallpap
er = 0
Menu->Basic->Display->DSSKey
(only applicable to
Wallpaper
SIP-T48G/T48S IP
phones)
screensaver = 0
[ GUI ]
(only applicable to
Menu->Basic->Display->Screensaver
SIP-T48G/T48S/T46G/T
46S/T29G IP phones)
camera_setting_interfac
e = 00
Menu->Basic->Camera Setting
(only applicable to SIP
VP-T49G IP phones)
usb_interface = 00
usb_browse_audio = 00
usb_browse_video = 00
109
Configuration Guide for User Access Level
usb_browse_photo = 00
usb_storage_property =
00
Menu->USB->Storage Space
(only applicable to SIP
VP-T49G IP phones)
hdmi = 00
[ GUI ] (only applicable to SIP Menu->Basic->HDMI
VP-T49G IP phones)
video_setting_interface
= 00
Menu->Basic->Video Setting
(only applicable to SIP
VP-T49G IP phones)
usb-record = 0
browserecordfiles = 0
browseusbstorge = 0
Menu->USB Record->Storage Media
(only applicable to
Properties
CP860 IP phones)
110
Configuration Guide for User Access Level
The following table lists configuration items in the WebItemsLevel.cfg file for configurations
only integrated with BroadSoft UC-One firmware version on the phone user interface of the SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41P/T41S/T40P/T29G/T27P/T27G/T23P/T23G
/T21(P) E2/T19(P) E2/CP860 IP phones.
broadsoft_contact_list =
1
W56P IP phones)
broadsoft_calllog_list =
Menu->History->Network CallLog
0
SIP
CallControl = 1 VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
Menu->Call Control
SIP
[ GUI ] callcontrol_anywhere =
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
1
Menu->Features->Call Control->Anywhere
(11 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Call Control->Anywhere
SIP
callcontrol_remoteoffic VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
e=1 Menu->Features->Call Control->Remote
(11 for SIP Office
VP-T49G/CP860/ SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
W56P IP phones) G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
callcontrol_dnd= 1 SIP
(11 for SIP VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
VP-T49G/CP860/ Menu->Features->Call Control->Do not
W56P IP phones) Disturb
111
Configuration Guide for User Access Level
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
callcontrol_sinultaneous
Menu->Features->Call
ring = 1
Control->Simultaneous Ring Personal
(11 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Call Control->Simultaneous Ring
Personal
SIP-T48G/T48S/T46G/T46S/T29G:
callcontrol_mobility = 1
Menu->Features->Call Control->Mobility
(not applicable to SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/W56P
G/T23P/T23G/T21(P) E2/T19(P) E2:
IP phones)
Menu->Call Control->Mobility
SIP-T48G/T48S/T46G/T46S/T29G:
callcontrol_group_night
Menu->Features->Call Control->Group
[ GUI ] _forward = 1
Night Forward
(not applicable to SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/W56P
G/T23P/T23G/T21(P) E2/T19(P) E2:
IP phones)
Menu->Call Control->Group Night Forward
SIP-T48G/T48S/T46G/T46S/T29G:
callcontrol_callwaiting =
Menu->Features->Call Control->Call
1
Waiting
(not applicable to SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/W56P
G/T23P/T23G/T21(P) E2/T19(P) E2:
IP phones)
Menu->Call Control->Call Waiting
SIP-T48G/T48S/T46G/T46S/T29G:
callcontrol_forward_sele
Menu->Features->Call Control->Call
ctive = 1
Forward
(not applicable to SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/W56P
G/T23P/T23G/T21(P) E2/T19(P) E2:
IP phones)
Menu->Call Control->Call Forward
callcontrol_executive = SIP-T48G/T48S/T46G/T46S/T29G:
1 Menu->Features->Call Control->Executive
112
Configuration Guide for User Access Level
SIP-T48G/T48S/T46G/T46S/T29G:
SIP-T48G/T48S/T46G/T46S/T29G:
callcontrol_executive_as
Menu->Features->Call
sistant = 1
Control->Executive-Assistant
(not applicable to SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/W56P
G/T23P/T23G/T21(P) E2/T19(P) E2:
[ GUI ] IP phones)
Menu->Call Control->Executive-Assistant
SIP
callcontrol_hidenumber VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
=1 Menu->Features->Call Control->Hide
(11 for SIP Number
VP-T49G/CP860/ SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
W56P IP phones) G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
SIP
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
callcontrol_anonymousr
Menu->Features->Call
ejection = 1
Control->Anonymous Rejection
(11 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Call Control->Anonymous
Rejection
callcontrol_initialacdstat SIP
e=1 VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
(11 for SIP Menu->Features->Call Control->Initial
VP-T49G/CP860/ ACD State
W56P IP phones) SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
113
Configuration Guide for User Access Level
SIP
callcontrol_setacdstate
VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:
=1
Menu->Features->Call Control->ACD State
(11 for SIP
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
VP-T49G/CP860/
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
W56P IP phones)
Menu->Call Control->ACD State
[ GUI ] SIP-T48G/T48S/T46G/T46S/T29G:
114
Configuration Guide for User Access Level
Menu_Status = 0 OK->Status
Base = 0 OK->Status->Base
Handset = 0 OK->Status->Handset
Menu_Intercom = 0 OK->Intercom
Intercom_HSXS = 0 OK->Intercom->Handset X
Intercom_ALLHS = 0 OK->Intercom->All HS
OK->Call
AlwaysForward= 0
Features->LineX->Always(Disable/Enable)
[ GUI ] OK->Call
BusyForward= 0
Features->LineX->Busy(Disable/Enable)
Menu_Directory = 0 OK->Directory
115
Configuration Guide for User Access Level
LDAP_Contact_List= 0 OK->Directory->LDAP
Menu_Settings = 0 OK->Settings
Audio = 0 OK->Settings->Audio
OK->Settings->Audio->Ring
Volume = 0
Tones->Volume
OK->Settings->Audio->Ring
Melodies = 0
Tones->Melodies
Display = 0 OK->Settings->Display
Wallpaper = 0 OK->Settings->Display->Wallpaper
[ GUI ] OK->Settings->Display->Display
Display_Backlight = 0
Backlight
Shortcut = 0 OK->Settings->Shortcut
Soft_Left = 0 OK->Settings->Shortcut->History
Up = 0 OK->Settings->Shortcut->Intercom
Down = 0 OK->Settings->Shortcut->Directory
Left = 0 OK->Settings->Shortcut->Volume-
Right = 0 OK->Settings->Shortcut->Volume+
Language =0 OK->Settings->Language
Registration = 0 OK->Settings->Registration
Register_Handset = 0 OK->Settings->Registration->Register
116
Configuration Guide for User Access Level
Handset
OK->Settings->Registration->De-reg.
De_reg_Handset = 0
Handset
Telephony = 0 OK->Settings->Telephony
OK->Settings->Telephony->Auto
Auto_Intercom = 0
Intercom
OK->Settings->Telephony->Incoming
Incoming_Lines = 02
Lines
OK->Settings->Telephony->Caller
Blacklist = 0
Blacklist
OK->Settings->System
[ GUI ] Network = 0
Settings->Network
OK->Settings->System
Handset_Reset = 0
Settings->Handset Reset
OK->Settings->System Settings->Change
Change_Base_PIN = 02
Base PIN
OK->Settings->System Settings->Base
Base_Reset_Local_Cfg = 02
Reset
OK->Settings->System Settings->Base
Base_Restart = 02
Restart
OK->Settings->System Settings->Auto
Auto_Provision = 02
Provision
OK->Settings->System Settings->Eco
Eco_Mode_Plus = 02
Mode+
OK->Settings->System Settings->Eco
Eco_Mode = 0
Mode
Repeater_Mode = 02 OK->Settings->System
117
Configuration Guide for User Access Level
Settings->Repeater Mode
Menu_History = 0 OK->History
118
Appendix-B Sample Configuration Files
[ Status-Menu ]
Status-Basic = 0
Status-RTP = 0
Status-TalkStats = 0
[ Status ]
version = 0
network = 0
IPv4 = 0
IPv6 = 0
NetworkCommon = 0
AccountStatus = 0
Ext = 0
[ RTP-Status ]
rtcp-status = 11
[ Talk-Stats ]
talk-stats = 0
[ Account ]
account-register = 0
account-basic = 0
account-codec = 0
account-adv = 0
account-direct=0
[ Account-Register ]
switch-account = 0
account_status = 0
line_active = 0
account_label = 0
display_name = 0
register_name = 01
user_name = 01
119
Configuration Guide for User Access Level
account_password = 2
enabled-outbound-proxy-server = 01
outbound-proxy-server = 01
transport-item = 2
backup-outbound-proxy-server = 01
NAT_traversal = 2
sip_server = 2
proxy-fallback-interval = 01
[ Account-Basic ]
switch-account = 0
proxy_require = 0
send_anonymous = 1
anonymous_call_enabled = 0
anonymous_call_OnCode = 1
anonymous_call_OffCode = 1
anonymous_rejection_enabled = 0
send_anonymous_rejection_code = 0
anonymous_rejection_OnCode = 1
anonymous_rejection_OffCode = 1
misscall-log = 0
auto-answer = 0
ring-type = 0
[ Account-Codec ]
switch-account = 0
codecs-group = 0
[ Account-Adv ]
switch-account = 0
UDP_keep-alive = 2
local-SIP-port = 2
rport = 2
sip-session-timer = 2
subscribe-period = 2
DTMF_items = 2
reliable_retransmission = 2
MWI-items = 2
voice_mail = 0
voice_mail_display = 2
caller-ID-header =2
use-session-timer = 2
session-timer = 2
120
Configuration Guide for User Access Level
session-refresher = 2
user-equal-phone = 2
voice-encryption = 2
ptime-item = 2
share-line = 2
Call-Pull-Feature-Access-Code = 2
dialog-info-call-pickup = 2
BLF-list-URI = 2
BlfListCode = 2
BLFListBargeInCode = 2
BLF-List-Retrieve-Code = 2
BLA-number = 2
BLA-subscription-period = 2
SIP-send-MAC = 2
SIP-send-line = 2
SIP-Reg-retry-timer = 2
conference-type = 2
conference-uri = 2
ACD-subscrip-period = 2
Earlymedia = 2
SIPServerType = 2
Music-ServerURI = 2
Direct-Call-Pickup-Code = 2
Group-Call-Pickup-Code = 2
Distinctive-Ring-Tones = 2
UnregisterOnReboot = 2
Out-Dialog-BLF = 2
RTCP-Collector-Name = 2
RTCP-Collector-Address = 2
RTCP-Collector-Port = 2
Number-Of-Linekey = 1
subscribe-register = 2
[ Network ]
network-basic = 0
network-pcport = 0
network-advanced = 0
network-wifi = 0
shotlevel = 0
[ Network-Basic ]
ipaddress-mode = 2
ipv4config = 2
ipv6config = 2
121
Configuration Guide for User Access Level
wan-ppoe = 2
[ Network-PCPort ]
pcport-active = 0
[ Network-Advanced ]
LLDP-items = 2
CDP-items = 2
VLAN-items = 2
NAT-items = 2
port-link = 2
voice-QoS = 2
local-RTP-port = 2
web-server = 2
8021x = 2
span-to-pc-port = 2
reg-surge-prev = 2
ICMPv6_Status = 2
open-VPN = 2
reserve-port = 0
[Network-Wifi]
wifi-active = 2
wifi-list = 2
wifi-label = 2
wifi-ssid = 2
wifi-mode = 2
wifi-type = 2
wifi-psk = 2
wifi-edit = 2
wifi-status-detection-timeout = 0
[ DSSKey ]
memorykey = 0
linekey = 0
programmablekey = 0
extkey = 0
[ MemoryKey ]
memory-key = 0
[ LineKey ]
line-key = 0
122
Configuration Guide for User Access Level
Enable-Page-Tips = 0
Label-Length = 0
[ ProgramKey ]
programmable-key = 0
[ ExtKey ]
ext-key = 0
[ Features ]
features-forward = 0
features-general = 0
features-audio = 0
features-intercom = 0
features-transfer = 0
features-callpickup = 0
features-remote = 0
features-phonelock = 0
features-acd = 0
features-sms = 0
features-actionurl = 0
features-bluetooth = 0
features-powerled = 0
features-notifypop = 0
[ Forward&DND ]
head-forward = 0
forward-mode = 0
forward-account = 0
always-forward = 0
always-forward-enabled = 0
always-forward-target = 0
always-forward-OnCode = 0
always-forward-OffCode = 0
busy-forward = 0
busy-forward-enabled = 0
busy-forward-target = 0
busy-forward-OnCode = 0
busy-forward-OffCode = 0
NoAnswer-forward = 0
NoAnswer-forward-enabled = 0
NoAnswer-forward-ringtimes = 0
NoAnswer-forward-target = 0
123
Configuration Guide for User Access Level
NoAnswer-forward-OnCode = 0
NoAnswer-forward-OffCode = 0
DND = 0
DND-Emergency = 0
DND-Authorized-Numbers = 0
DND-mode = 01
DND-account = 01
DND-Status = 01
DND-OnCode = 01
DND-OffCode = 01
forward-emergency = 0
forward-authorized-numbers = 0
[ General-Information ]
call_waiting = 0
auto-redial = 0
auto_redial_interval = 0
auto_redial_times = 0
key_as_send = 0
reserve-pound = 2
hotline-number = 0
hotline-delay = 0
busytone_delay = 0
return-code-refuse = 0
return-code-DND = 0
call_completion = 0
feature-key-synchronisation = 0
TimeOut-for-DialNow = 0
RFC-2543-Hold = 2
use-outbound-in-dialog = 2
IsDeal-180 = 2
logon-wizard = 2
PswPrefix = 2
PswLength = 2
PswDial = 2
SaveCallHistory = 2
SuppressDTMFDisplay = 1
SuppressDTMFDisplayDelay = 1
play-local-DTMF-tone = 0
DTMFRepetition = 0
MulticastCodec = 0
PlayHoldTone = 0
PlayHoldToneDelay = 0
124
Configuration Guide for User Access Level
AllowMute = 0
DualHeadset = 1
AutoAnswerDelay = 0
HeadsetPrior = 0
DTMFReplaceTran = 0
TranSendDTMF = 1
SendPoundKey = 0
FwdInternational = 0
Diversion-History-Info = 1
allow-trans-exist-call = 0
ReLogOffTime = 2
call-number-filter = 0
Use_Logo = 0
upload_logo = 0
allow-IP-call = 0
IP-direct-auto-answer = 0
calllog-show-num = 0
voicemail-tone = 0
DHCP-hostname = 0
EnableAutoFavorite = 0
reboot-in-talking = 0
Hide-Feature-Access-Codes = 0
display-method-on-dialing = 2
calllog-show-num = 0
auto-linekeys = 1
sip-trust-control = 2
enable-auto-answer-tone = 0
[ Features-Audio ]
call-waiting-tone = 0
button-sound = 0
redial_tone = 0
send-sound = 0
headset-send-volume = 1
handset-send-volume = 1
handfree-send-volume = 1
Ringer_Dev = 0
[ Features-Intercom ]
allow-intercom = 0
intercom-mute = 0
intercom-tone = 0
intercom-barge = 0
125
Configuration Guide for User Access Level
[ Features-Transfer ]
semi-attend-transfer = 0
blind-tran-onhook = 0
Semi-Attend-Trans-OnHook = 0
transfer-on-conference-hang-up = 0
TransferModeViaDsskey = 0
[ Features-Callpickup ]
Call-Pickup = 0
Call-Park = 0
[ Features-Remote ]
pushxml-server-addr = 2
XMLSIPNotify = 2
XMLBlockInCalling = 1
ActionURILimitIP = 2
[ Features-Lock ]
Lock_Enable = 2
keyboard_lock = 2
Phone_Unlock_PIN = 2
Phone_lock_time_out = 2
emergency_setting = 2
[ Features-ACD ]
ACD-auto-available = 2
ACD-auto-available-timer = 2
[ Features-SMS ]
send-sms = 0
[ Features-ActionURL ]
setup-complete = 2
log-on = 2
log-off = 2
register-fail = 2
off-hook = 2
on-hook = 2
incoming-call = 2
outgoing-call = 2
call-establish = 2
Call-Terminated = 2
DND-On = 2
DND-Off = 2
126
Configuration Guide for User Access Level
Forward-On-Code = 2
Forward-Off-Code = 2
Busy-Forward-On = 2
Busy-Forward-Off = 2
No-Answer-Forward-On = 2
No-Answer-Forward-Off = 2
TransferCall = 2
Blind-transfer-call = 2
Attended-transfer-call = 2
Hold = 2
Unhold = 2
Mute = 2
Unmute = 2
Missed-call = 2
IPChange = 2
IdletoBusy = 2
BusytoIdle = 2
RejectIncomingCall = 2
AnswerNewInCall = 2
TransferFailed = 2
TransferFinished = 2
ForwardIncomingCall = 2
UCServer = 2
ReportIP = 2
AutopFinish = 2
OpenCallWait = 2
CloseCallWait = 2
Headset = 2
Handfree = 2
CancelCallOut = 2
RemoteBusy = 2
CallRemoteCanceled = 2
[ Features-Bluetooth ]
bluetooth-active = 0
[ Features-PowerLED ]
common-power-light-on = 0
ring-power-light-flash = 0
mail-power-light-flash = 0
mute-power-light-flash = 0
hold-power-light-flash = 0
talk-power-light-flash = 0
127
Configuration Guide for User Access Level
[ Features-NotifyPop ]
Display-Voice-Mail-Popup = 0
Display-Missed-Call-Popup = 0
Display-Forward-Call-Popup = 0
Display-Text-Message-Popup = 0
[ Settings ]
settings-preference = 0
settings-datetime = 0
settings-calldisplay = 0
settings-upgrade = 0
settings-autop = 0
settings-config = 0
settings-dialplan = 0
settings-voice = 0
settings-ring = 1
settings-tones = 0
settings-softkey = 2
settings-tr069 = 2
settings-voicemonitoring = 0
settings-sip = 1
settings-camera = 0
settings-video = 0
settings-powersaving= 0
[ Settings-Preference ]
web-language = 0
live-dialpad = 0
inter-digit-time = 0
UnusedBackLight = 0
backlight = 0
BacklightTime = 0
contrast_ctrl = 0
watchdog = 2
ring_type_setting = 0
Wallpaper = 0
screen-saver-wait-time = 0
screen-saver-type = 0
[ Time&Date ]
DHCP-Time = 0
time_zone = 0
NTP_priority = 0
prim_server = 0
128
Configuration Guide for User Access Level
sec_server = 0
update_interval = 0
daylight-time = 0
time_type = 0
daylight_date= 0
offset = 0
manual-time = 0
manual-time-settings = 0
time_format_setting = 0
date_format_setting = 0
location = 0
[ Settings-CallDisplay ]
Display-Contact-Photo = 0
Incoming-Call-Ringer-Animation = 0
Call-Display-Method = 0
[ Settings-Upgrade ]
version_info = 0
reset_to_factory = 1
reset_local_config = 0
reboot_device = 0
upgrade_firmware = 1
[ Settings-AutoProvision ]
pnp-active = 2
dhcp-active = 2
custom-option = 2
DHCP-Option-Value = 2
server-URL = 2
account = 2
password = 2
common-AES-key = 2
MAC-Oriented-AES-key = 2
zero_active = 2
wait_time = 2
poweron-active = 2
repeatly-active = 2
repeat-interval = 2
weekly-active = 2
autop-time = 2
day-of-week = 2
btn-autop-now = 2
attempt-expired-time = 2
129
Configuration Guide for User Access Level
[ Settings-Config ]
opt-configfile = 1
opt-factory-configfile = 2
export-cfg-config-file = 2
import-cfg-config-file = 2
pcap_trace = 1
syslog = 1
SystemlogLevel = 2
ExportAllDiagnosticFiles = 2
[ Settings-DialPlan ]
replace-rule = 0
dial-now = 0
area-code = 0
block-out = 0
replace-rule-control = 0
dial-now-control = 0
area-code-control = 0
block-out-control = 0
[ Settings-Voice ]
echo-cancellation = 0
jitter-buffer = 0
[ Settings-Ring ]
personal-ring = 1
[ Settings-Tones ]
tone-items = 0
[ Softkey ]
Custom_SoftKey = 2
SoftKey_Type = 2
SoftKey_Select = 2
[ TR069 ]
head = 2
EnableTR069 = 2
ACSUsername = 2
ACSPassword = 2
ACSURL = 2
EnablePeriodicInform = 2
PeriodicInformInterval = 2
130
Configuration Guide for User Access Level
RequestUsername = 2
RequestPassword = 2
[ Settings-VoiceMonitoring ]
RTCP-Session-Report = 2
RTCP-Interval-Report = 2
RTCP-Interval-Period = 2
RTCP-Warning-Moslq = 2
RTCP-Critical-Moslq = 2
RTCP-Warning-Delay = 2
RTCP-Critical-Delay = 2
Display-VQReport-On-Web = 2
Display-VQReport-On-UI = 2
RTCP-Report-Options = 2
[ Settings-SIP ]
sip-session-timer = 2
local-SIP-port = 2
TLS-SIP-Port = 2
[ Settings-Camera ]
scene-mode = 2
manual-settings = 2
exposure = 2
status-bar-icon = 2
[ Settings-Video ]
video-active = 0
auto-start-video = 0
auto-answer-video-mute = 0
uplink-bandwidth = 2
downlink-bandwidth = 2
[ Settings-PowerSaving ]
office_hour = 2
office_Monday = 2
office_Tuesday = 2
office_Wednesday = 2
office_Thursday = 2
office_Friday = 2
office_Saturday = 2
office_Sunday = 2
idle_timeout = 2
office_timeout = 2
131
Configuration Guide for User Access Level
off_timeout = 2
user_input_ext_timeout = 2
[ Contacts ]
contacts-basic = 0
contacts-remote = 0
contacts-callinfo = 0
contacts-LDAP = 0
contacts-broadsoft = 0
contacts-multicastIP = 0
contacts-favorite = 0
[ LocalPhoneBook ]
contact-list = 0
all-contacts-control = 0
import-export-contacts = 1
btnImportCSV = 1
btnExportCSV = 1
btnImportXML = 1
btnExportXML = 1
opt-contacts = 0
[ Contacts-Remote ]
remote-phonebook-list = 0
SRemoteNameEnable = 0
SRemoteNameFlashTime = 0
[ PhoneCallInfo ]
call-control = 0
dialed-list-title = 0
dialed-list-content = 0
missed-list-title = 0
missed-list-content = 0
received-list-title = 0
received-list-content = 0
forwarded-list-title = 0
forwarded-list-content = 0
[ LDAP ]
enable-LDAP = 0
LDAP-name-filter = 0
LDAP-number-filter = 0
LDAP-TLS-Mode = 0
server-address = 0
132
Configuration Guide for User Access Level
port = 0
base = 0
user-name = 0
password = 0
maxhits = 0
LDAP-name-attributes = 0
LDAP-number-attributes = 0
LDAP-display-name = 0
protocol = 0
LDAP-lookup-for-incoming-call = 0
LDAP-lookup-for-callout = 0
LDAP-sorting-results = 0
[ Contacts-Broadsoft ]
Directotries = 0
XSI = 0
[ MulticastIP ]
Receive_Priority = 0
MulticastIPConfig = 0
PagePriorityActive = 0
PagingList = 0
[ Contacts-Favorite ]
contacts-group = 0
super-search = 0
[ Security ]
password = 0
trusted_cert = 2
server_cert = 2
[ Password ]
set-password = 0
[ TrustCerts ]
trust-certs-records = 2
btn-delete-certs = 2
only-accept-trusted-certs = 2
upload-trust-certs = 2
common-name-validation = 2
ca-certs = 2
[ ServerCerts ]
133
Configuration Guide for User Access Level
server-certs-records = 2
server-certs-upload = 2
server-certs-device-cert = 2
[ HiddenSetting ]
custom-factory-config = 2
DND-Active = 2
Forward-Active = 2
Broadsoft-Active = 1
Redirect-Active = 1
UC-Active = 1
pushxml = 2
[ GUI ]
status_list= 0
Status_IP = 11
Status_IPv6 = 11
Status_MAC = 21
Status_HW = 01
Status_More = 01
network = 0
Status_More_Phone = 0
Status_More_Account = 0
Status_More_RTP = 02
status_general = 02
features= 02
CallControl = 0
callcontrol_anywhere = 11
callcontrol_remoteoffice = 11
callcontrol_forward = 11
always-forward = 1
busy-forward = 1
NoAnswer-forward = 1
callcontrol_dnd= 11
callcontrol_hidenumber = 11
callcontrol_anonymousrejection = 11
callcontrol_sinultaneousring = 11
call_waiting = 1
DSSKey = 1
key_as_send= 12
hotline-number = 1
Features_Anonymous = 1
134
Configuration Guide for User Access Level
Features_AutoRD = 1
intercom = 1
call_completion = 1
history_save= 2
multpaginglist = 10
Main_Settings = 0
time_zone = 0
Basic_Time_Manual = 0
display = 10
sound = 1
key_tone = 1
ring_type_setting = 1
unlock_pin= 2
account_label = 02
display_name = 02
register_name = 02
user_name = 01
account_password = 01
sip_server = 01
enabled-outbound-proxy-server = 01
outbound-proxy-server = 01
STUN_server = 02
auto-Answer= 1
Adv_Network = 0
wan_port_title = 02
VLAN-items = 02
wanport = 02
pcport = 02
dhcpvlan = 02
web-server = 02
8021x = 02
open-VPN = 02
open-lldp = 02
network_cdp = 02
network_nat = 02
softkey Label = 02
keyboard_lock = 02
Adv_Reboot = 02
Adv_ResetToFac = 2
password = 0
135
Configuration Guide for User Access Level
Adv_AES = 02
autoprovision = 02
international-forward = 02
SMS= 12
MSG_Voice = 1
viewvoicemail = 1
setvoicemail = 1
usermodeentry = 0
NAT_traversal = 02
contrast_ctrl = 0
callcontrol_initialacdstate = 11
callcontrol_setacdstate = 11
Main_Contacts = 0
local_contact_list = 0
remote_contact_list = 0
broadsoft_contact_list = 0
blacklist_list = 0
call_info= 0
local_call_log_list = 01
Adv_Account = 2
Basic_LANG = 0
Basic_Setting_BackLight = 0
Basic_Time_Format = 0
Basic_Time_SNTP = 0
MSG_Text = 0
SMS_Draftbox = 0
SMS_Inbox = 0
SMS_NEW = 0
SMS_Outbox = 0
SMS_Sentbox = 0
Set_Adv = 0
Set_Basic = 0
dhcptimezone = 0
line_active = 2
status = 0
dnd= 0
advanced_call_feature_default_account = 2
advanced_call_feature_general = 1
advanced_call_feature_list = 1
136
Configuration Guide for User Access Level
broadsoft_calllog_list = 0
date_and_time_general = 0
phone_setting_list = 02
reset_and_reboot_list = 02
display_wallpaper = 1
reset_default = 0
bluetooth = 1
wifi = 2
camera_setting_interface = 00
usb_interface = 00
usb_browse_audio = 00
usb_browse_video = 00
usb_browse_photo = 00
usb_storage_property = 00
hdmi = 00
video_setting_interface = 00
proxy-fallback-interval = 01
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41P/T41S/T4
0P/T29G/T27P/T27G/T23P/T23G/T21(P) E2/T19(P) E2
IP Phones
The default configuration item settings in factory WebItemsLevel.cfg for
T48G/T48S/T46G/T46S/T42G/T42S/T41P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/T21(P)
E2/T19(P) E2 IP phones running firmware version 81 or later are:
[ Status-Menu ]
Status-Basic = 0
Status-RTP = 0
[ Status ]
version = 0
network = 0
IPv4 = 0
IPv6 = 0
NetworkCommon = 0
AccountStatus = 0
Ext = 0
DeviceCertificate = 0
[ Account ]
137
Configuration Guide for User Access Level
account-register = 0
account-basic = 0
account-codec = 0
account-adv = 2
[ Account-Register ]
switch-account = 0
account_status = 0
line_active = 0
account_label = 0
display_name = 0
register_name = 01
user_name = 01
account_password = 01
enabled-outbound-proxy-server = 2
outbound-proxy-server = 2
backup-outbound-proxy-server = 2
proxy-fallback-interval = 2
NAT_traversal = 2
sip_server = 2
sip_server2 = 2
outbound-proxy-server-port = 2
backup-outbound-proxy-server-port = 2
[ Account-Basic ]
switch-account = 0
proxy_require = 2
send_anonymous = 1
anonymous_call_enabled = 0
anonymous_call_OnCode = 1
anonymous_call_OffCode = 1
anonymous_rejection_enabled = 0
anonymous_rejection_OnCode = 1
anonymous_rejection_OffCode = 1
misscall-log = 0
auto-answer = 0
ring-type = 0
send_anonymous_rejection_code = 0
[ Account-Codec ]
switch-account = 0
codecs-group = 0
[ Account-Adv ]
138
Configuration Guide for User Access Level
switch-account = 0
UDP_keep-alive = 2
local-SIP-port = 2
rport = 2
sip-session-timer = 2
subscribe-period = 2
DTMF_items = 2
reliable_retransmission = 2
MWI-items = 2
voice_mail = 2
caller-ID-header = 2
use-session-timer = 2
session-timer = 2
session-refresher = 2
user-equal-phone = 2
voice-encryption = 2
ptime-item = 2
share-line = 2
Call-Pull-Feature-Access-Code = 2
dialog-info-call-pickup = 2
BLF-list-URI = 2
BlfListCode = 2
BLFListBargeInCode = 2
BLF-List-Retrieve-Code = 2
BLA-number = 2
BLA-subscription-period = 2
SIP-send-MAC = 2
SIP-send-line = 2
SIP-Reg-retry-timer = 2
conference-type = 2
conference-uri = 2
ACD-subscrip-period = 2
Earlymedia = 2
SIPServerType = 2
Music-ServerURI = 2
Direct-Call-Pickup-Code = 2
Group-Call-Pickup-Code = 2
Distinctive-Ring-Tones = 2
UnregisterOnReboot = 2
Out-Dialog-BLF = 2
RTCP-Collector-Name = 2
RTCP-Collector-Address = 2
RTCP-Collector-Port = 2
voice_mail_display = 2
139
Configuration Guide for User Access Level
subscribe-register = 2
udp-keep-alive-type = 2
udp-keep-alive-interval = 2
Number-Of-Linekey = 2
[ Network ]
network-basic = 0
network-pcport = 0
network-advanced = 2
network-nat = 2
network-wifi = 0
[ Network-Basic ]
ipaddress-mode = 0
ipv4config = 0
ipv6config = 0
[ Network-PCPort ]
pcport-active = 0
[ Network-Nat ]
manual = 2
manual-switch = 2
manual-ip = 2
ICE = 2
ICE-switch = 2
STUN = 2
STUN-switch = 2
STUN-server = 2
STUN-port = 2
TURN = 2
TURN-switch = 2
TURN-server = 2
TURN-port = 2
TURN-username = 2
TURN-password = 2
[ Network-Advanced ]
LLDP-items = 2
CDP-items = 2
VLAN-items = 2
port-link = 2
voice-QoS = 2
local-RTP-port = 2
140
Configuration Guide for User Access Level
web-server = 2
8021x = 2
span-to-pc-port = 2
reg-surge-prev = 2
ICMPv6_Status = 2
open-VPN = 2
[ Network-Wifi ]
wifi-active = 0
wifi-list = 0
wifi-label = 0
wifi-ssid = 0
wifi-mode = 0
wifi-type = 0
wifi-psk = 0
[ DSSKey ]
linekey = 0
programmablekey = 0
extkey = 0
[ LineKey ]
line-key = 0
Enable-Page-Tips = 0
Label-Length = 0
[ ProgramKey ]
programmable-key = 0
[ ExtKey ]
ext-key = 0
[ Features ]
features-forward = 0
features-general = 0
features-audio = 0
features-intercom = 0
features-transfer = 0
features-callpickup = 0
features-remote = 2
features-phonelock = 0
features-acd = 2
141
Configuration Guide for User Access Level
features-sms = 0
features-actionurl = 2
features-bluetooth = 0
features-powerled = 0
features-notifypop = 0
[ Forward&DND ]
head-forward = 0
forward-mode = 0
forward-account = 0
always-forward = 0
always-forward-enabled = 0
always-forward-target = 0
always-forward-OnCode = 0
always-forward-OffCode = 0
busy-forward = 0
busy-forward-enabled = 0
busy-forward-target = 0
busy-forward-OnCode = 0
busy-forward-OffCode = 0
NoAnswer-forward = 0
NoAnswer-forward-enabled = 0
NoAnswer-forward-ringtimes = 0
NoAnswer-forward-target = 0
NoAnswer-forward-OnCode = 0
NoAnswer-forward-OffCode = 0
DND = 0
DND-Emergency = 0
DND-Authorized-Numbers = 0
DND-mode = 0
DND-account = 0
DND-Status = 0
DND-OnCode = 0
DND-OffCode = 0
forward-emergency = 0
forward-authorized-numbers = 0
[ General-Information ]
call_waiting = 0
auto-redial = 0
auto_redial_interval = 0
142
Configuration Guide for User Access Level
auto_redial_times = 0
key_as_send = 0
reserve-pound = 2
hotline-number = 0
hotline-delay = 0
busytone_delay = 0
return-code-refuse = 0
return-code-DND = 0
call_completion = 0
feature-key-synchronisation = 0
TimeOut-for-DialNow = 0
RFC-2543-Hold = 2
use-outbound-in-dialog = 2
IsDeal-180 = 2
logon-wizard = 2
PswPrefix = 0
PswLength = 0
PswDial = 0
SaveCallHistory = 2
SuppressDTMFDisplay = 1
SuppressDTMFDisplayDelay = 1
play-local-DTMF-tone = 0
DTMFRepetition = 0
MulticastCodec = 0
PlayHoldTone = 0
PlayHoldToneDelay = 0
AllowMute = 0
DualHeadset = 0
AutoAnswerDelay = 0
HeadsetPrior = 0
DTMFReplaceTran = 0
TranSendDTMF = 1
SendPoundKey = 0
FwdInternational = 0
Diversion-History-Info = 1
allow-trans-exist-call = 0
blf-led-mode = 0
ReLogOffTime = 2
call-number-filter = 0
Use_Logo = 0
upload_logo = 0
allow-IP-call = 0
IP-direct-auto-answer = 0
calllog-show-num = 0
143
Configuration Guide for User Access Level
voicemail-tone = 0
DHCP-hostname = 0
EnableAutoFavorite = 0
reboot-in-talking = 0
Hide-Feature-Access-Codes = 0
display-method-on-dialing = 2
calllog-show-num = 0
auto-linekeys = 1
sip-trust-control = 2
enable-auto-answer-tone = 0
[ Features-Audio ]
call-waiting-tone = 0
button-sound = 0
redial_tone = 0
send-sound = 0
headset-send-volume = 1
handset-send-volume = 1
handfree-send-volume = 1
Ringer_Dev = 0
[ Features-Intercom ]
allow-intercom = 0
intercom-mute = 0
intercom-tone = 0
intercom-barge = 0
[ Features-Transfer ]
semi-attend-transfer = 0
Semi-Attend-Trans-OnHook = 0
blind-tran-onhook = 0
transfer-on-conference-hang-up = 0
TransferModeViaDsskey = 0
[ Features-Callpickup ]
Call-Pickup = 0
Call-Park = 0
[ Features-Remote ]
pushxml-server-addr = 2
XMLSIPNotify = 2
XMLBlockInCalling = 2
ActionURILimitIP = 2
CSTAControl = 2
144
Configuration Guide for User Access Level
[ Features-Lock ]
Lock_Enable = 0
keyboard_lock = 0
Phone_Unlock_PIN = 0
Phone_lock_time_out = 0
emergency_setting = 0
[ Features-ACD ]
ACD-auto-available = 2
ACD-auto-available-timer = 2
[ Features-ActionURL ]
setup-complete = 2
log-on = 2
log-off = 2
register-fail = 2
off-hook = 2
on-hook = 2
incoming-call = 2
outgoing-call = 2
call-establish = 2
Call-Terminated = 2
DND-On = 2
DND-Off = 2
Forward-On-Code = 2
Forward-Off-Code = 2
Busy-Forward-On = 2
Busy-Forward-Off = 2
No-Answer-Forward-On = 2
No-Answer-Forward-Off = 2
TransferCall = 2
Blind-transfer-call = 2
Attended-transfer-call = 2
Hold = 2
Unhold = 2
Mute = 2
Unmute = 2
Missed-call = 2
IPChange = 2
IdletoBusy = 2
BusytoIdle = 2
RejectIncomingCall = 2
AnswerNewInCall = 2
145
Configuration Guide for User Access Level
TransferFailed = 2
TransferFinished = 2
ForwardIncomingCall = 2
UCServer = 2
ReportIP = 2
AutopFinish = 2
OpenCallWait = 2
CloseCallWait = 2
Headset = 2
Handfree = 2
CancelCallOut = 2
RemoteBusy = 2
CallRemoteCanceled = 2
[ Features-Bluetooth ]
bluetooth-active = 0
[ Features-PowerLED ]
common-power-light-on = 0
ring-power-light-flash = 0
mail-power-light-flash = 0
mute-power-light-flash = 0
hold-power-light-flash = 0
talk-power-light-flash = 0
misscall-power-light-flash = 0
[ Features-NotifyPop ]
Display-Voice-Mail-Popup = 0
Display-Missed-Call-Popup = 0
Display-Forward-Call-Popup = 0
Display-Text-Message-Popup = 0
[ Settings ]
settings-preference = 0
settings-datetime = 0
settings-calldisplay = 0
settings-upgrade = 0
settings-autop = 2
settings-config = 0
settings-dialplan = 2
settings-voice = 2
settings-ring = 2
146
Configuration Guide for User Access Level
settings-tones = 2
settings-softkey = 2
settings-tr069 = 2
settings-voicemonitoring = 2
settings-sip = 2
settings-powersaving = 0
[ Settings-Preference ]
web-language = 0
live-dialpad = 0
inter-digit-time = 0
transparency =0
UnusedBackLight = 0
backlight = 0
BacklightTime = 0
contrast_ctrl = 0
watchdog = 2
ring_type_setting = 0
Wallpaper = 0
ScreenSaver = 0
ScreenSaverUpload = 0
[ Settings-PowerSaving ]
enable = 2
office_timeout = 0
off_timeout = 0
user_input_ext_timeout = 0
office_hour = 0
office_Monday = 0
office_Tuesday = 0
office_Wednesday = 0
office_Thursday = 0
office_Friday = 0
office_Saturday = 0
office_Sunday = 0
idle_timeout = 0
[ Time&Date ]
DHCP-Time = 0
time_zone = 0
NTP_priority = 0
prim_server = 0
sec_server = 0
147
Configuration Guide for User Access Level
update_interval = 0
daylight-time = 0
time_type = 0
daylight_date= 0
offset = 0
manual-time = 0
manual-time-settings = 0
time_format_setting = 0
date_format_setting = 0
location = 0
[ Settings-CallDisplay ]
Display-Contact-Photo = 0
Incoming-Call-Ringer-Animation = 0
Call-Display-Method = 0
[ Settings-Upgrade ]
version_info = 0
reset_to_factory = 2
reboot_device = 0
upgrade_firmware = 0
reset = 0
reset_local_settings = 0
reset_nonstatic_settings = 0
reset_static_settings = 2
reset_userdata = 0
[ Settings-AutoProvision ]
pnp-active = 2
dhcp-active = 2
custom-option = 2
DHCP-Option-Value = 2
server-URL = 2
account = 2
password = 2
common-AES-key = 2
MAC-Oriented-AES-key = 2
zero_active = 2
wait_time = 2
poweron-active = 2
repeatly-active = 2
repeat-interval = 2
weekly-active = 2
autop-time = 2
148
Configuration Guide for User Access Level
day-of-week = 2
btn-autop-now = 2
attempt-expired-time = 2
weekly-upgrade-interval = 2
inactivity-time-expire = 2
flexible-switch = 2
flexible-interval = 2
flexible-autoptime = 2
[ Settings-Config ]
opt-configfile = 0
opt-factory-configfile = 0
export-cfg-config-file = 0
import-cfg-config-file = 0
pcap_trace = 0
ExportAllDiagnosticFiles = 0
Local_Logging = 0
Local_Log_Switch = 0
Local_Log_Level = 0
Local_Log_Max_File_Size = 0
Local_Log_Export = 0
Syslog_Switch = 2
Syslog_Server = 2
Syslog_Transport_Type = 2
Syslog_Level = 2
Syslog_Facility = 2
Syslog_Prepend_Mac = 2
[ Settings-DialPlan ]
replace-rule = 0
dial-now = 0
area-code = 0
block-out = 0
replace-rule-control = 0
dial-now-control = 0
area-code-control = 0
block-out-control = 0
[ Settings-Voice ]
149
Configuration Guide for User Access Level
echo-cancellation = 2
jitter-buffer = 2
[ Settings-Ring ]
personal-ring = 2
[ Settings-Tones ]
tone-items = 2
tone-country = 2
[ Softkey ]
Custom_SoftKey = 2
SoftKey_Type = 2
SoftKey_Select = 2
[ TR069 ]
head = 2
EnableTR069 = 2
ACSUsername = 2
ACSPassword = 2
ACSURL = 2
EnablePeriodicInform = 2
PeriodicInformInterval = 2
RequestUsername = 2
RequestPassword = 2
[ Settings-VoiceMonitoring ]
RTCP-Session-Report = 2
RTCP-Interval-Report = 2
RTCP-Interval-Period = 2
RTCP-Warning-Moslq = 2
RTCP-Critical-Moslq = 2
RTCP-Warning-Delay = 2
RTCP-Critical-Delay = 2
Display-VQReport-On-Web = 2
Display-VQReport-On-UI = 2
RTCP-Report-Options = 2
Voice-RTCP-XR-REPORT = 2
[ Settings-SIP ]
sip-session-timer = 2
local-SIP-port = 2
TLS-SIP-Port = 2
150
Configuration Guide for User Access Level
[ Contacts ]
contacts-basic = 0
contacts-remote = 1
contacts-callinfo = 0
contacts-LDAP = 1
contacts-broadsoft = 0
contacts-multicastIP = 1
contacts-favorite = 0
[ LocalPhoneBook ]
contact-list = 0
all-contacts-control = 0
import-export-contacts = 0
btnImportCSV = 0
btnExportCSV = 0
btnImportXML = 0
btnExportXML = 0
opt-contacts = 0
[ Contacts-Remote ]
remote-phonebook-list = 1
SRemoteNameEnable = 1
SRemoteNameFlashTime = 1
[ PhoneCallInfo ]
call-control = 0
dialed-list = 0
missed-list = 0
received-list = 0
forwarded-list = 0
[ LDAP ]
enable-LDAP = 0
LDAP-name-filter = 0
LDAP-number-filter = 0
LDAP-TLS-Mode = 0
server-address = 0
port = 0
base = 0
user-name = 0
password = 0
maxhits = 0
151
Configuration Guide for User Access Level
LDAP-name-attributes = 0
LDAP-number-attributes = 0
LDAP-display-name = 0
protocol = 0
LDAP-lookup-for-incoming-call = 0
LDAP-lookup-for-callout = 0
LDAP-sorting-results = 0
[ Apps ]
broadsoft-XSI = 1
broadsoft-XMPP = 1
[ Broadsoft ]
XSI = 1
Directotries = 1
XMPP-accout = 1
XMPP-userame = 1
XMPP-password = 1
CallLog = 1
[ MulticastIP ]
Receive_Priority = 1
MulticastIPConfig = 1
PagePriorityActive = 1
PagingList = 1
[ Contacts-Favorite ]
contacts-group = 0
super-search = 0
[ Security ]
password = 0
trusted_cert = 2
server_cert = 2
[ TrustCerts ]
trust-certs-records = 2
btn-delete-certs = 2
only-accept-trusted-certs = 2
upload-trust-certs = 2
common-name-validation = 2
ca-certs = 2
152
Configuration Guide for User Access Level
[ ServerCerts ]
server-certs-records = 2
server-certs-upload = 2
server-certs-device-cert = 2
[ HiddenSetting ]
custom-factory-config = 2
DND-Active = 2
Forward-Active = 2
Broadsoft-Active = 2
Redirect-Active = 2
UC-Active = 2
pushxml = 2
XSI-Active = 2
remote_pcap = 2
remote_pcap_switch = 2
remote_pcap_port = 2
remote_pcap_password = 2
[ GUI ]
status_list= 0
Status_IP = 0
Status_IPv6 = 0
Status_MAC = 0
Status_HW = 0
Status_More = 0
network = 0
Status_More_Phone = 0
Status_More_Account = 0
Status_More_RTP = 0
status_general = 0
softkey Label = 0
features= 0
CallControl = 1
callcontrol_anywhere = 1
callcontrol_remoteoffice = 1
callcontrol_forward = 1
always-forward = 0
busy-forward = 0
NoAnswer-forward = 0
callcontrol_dnd= 1
callcontrol_hidenumber = 1
callcontrol_anonymousrejection = 1
callcontrol_sinultaneousring = 1
153
Configuration Guide for User Access Level
callcontrol_mobility =1
callcontrol_group_night_forward =1
callcontrol_callwaiting =1
callcontrol_forward_selective =1
callcontrol_executive =1
callcontrol_securityclassification =1
callcontrol_executive_assistant =1
call_waiting = 0
DSSKey = 0
key_as_send= 0
hotline-number = 0
Features_Anonymous = 0
Features_AutoRD = 0
intercom = 0
call_completion = 0
history_save= 2
multpaginglist = 2
Main_Settings= 0
time_zone = 0
Basic_Time_Manual = 0
display = 0
sound = 0
key_tone = 0
ring_type_setting = 0
unlock_pin= 0
account_label = 0
display_name = 0
register_name = 01
user_name = 01
account_password = 01
sip_server = 2
enabled-outbound-proxy-server = 2
outbound-proxy-server = 2
STUN_server = 2
auto-Answer= 0
Adv_Network = 0
wan_port_title = 0
VLAN-items = 2
wanport = 0
pcport = 2
dhcpvlan = 2
web-server = 2
154
Configuration Guide for User Access Level
8021x = 2
open-VPN = 2
open-lldp = 2
network_cdp = 2
network_nat = 2
keyboard_lock = 0
Adv_Reboot = 0
Adv_ResetToFac = 2
password = 0
autoprovision = 2
international-forward = 2
SMS= 0
MSG_Voice = 0
viewvoicemail = 0
setvoicemail = 0
usermodeentry = 0
NAT_traversal = 2
contrast_ctrl = 0
broadsoft_contact_list = 1
callcontrol_initialacdstate = 1
callcontrol_setacdstate = 1
Main_Contacts = 0
local_contact_list = 0
remote_contact_list = 0
blacklist_list = 0
call_info= 0
local_call_log_list = 0
Adv_Account = 0
Basic_LANG = 0
Basic_Setting_BackLight = 0
Basic_Time_Format = 0
Basic_Time_SNTP = 0
MSG_Text = 0
SMS_Draftbox = 0
SMS_Inbox = 0
SMS_NEW = 0
SMS_Outbox = 0
SMS_Sentbox = 0
Set_Adv = 0
Set_Basic = 0
dhcptimezone = 0
line_active = 0
status = 0
155
Configuration Guide for User Access Level
dnd= 0
advanced_call_feature_default_account = 0
advanced_call_feature_general = 0
advanced_call_feature_list = 0
broadsoft_calllog_list = 0
date_and_time_general = 0
reset_and_reboot_list = 0
bluetooth = 0
display_wallpaper = 0
reset_default = 0
wifi = 0
Features_Diagnostics = 0
Diagnostics_Network = 0
Diagnostics_Ping = 0
Diagnostics_TraceRoute = 0
display_dsskey_wallpaper = 0
usb_record= 0
browse_usb_record= 0
browse_usb_storage= 0
Adv_ResetConfig = 0
ResetLocalConfig = 0
ResetNonStaticConfig = 0
ResetStaticConfig = 2
callcontrol_securityclassification = 0
ResetUserDataUserCfg = 0
check_key_guard_lock = 0
screensaver = 0
blf_ring_setting = 0
CP860 IP Phones
The default configuration item settings in factory WebItemsLevel.cfg for CP860 IP phones
running firmware version 80 or later are:
[ Status-Menu ]
Status-Basic = 0
Status-RTP = 0
[ Status ]
version = 0
network = 0
IPv4 = 0
IPv6 = 0
156
Configuration Guide for User Access Level
NetworkCommon = 0
AccountStatus = 0
Ext = 0
[ Account ]
account-register = 0
account-basic = 0
account-codec = 0
account-adv = 0
[ Account-Register ]
switch-account = 0
account_status = 0
line_active = 0
account_label = 0
display_name = 0
register_name = 01
user_name = 01
account_password = 2
enabled-outbound-proxy-server = 01
outbound-proxy-server = 01
transport-item = 2
backup-outbound-proxy-server = 01
proxy-fallback-interval = 01
NAT_traversal = 2
sip_server = 2
[ Account-Basic ]
switch-account = 0
proxy_require = 0
send_anonymous = 1
anonymous_call_enabled = 0
anonymous_call_OnCode = 1
anonymous_call_OffCode = 1
anonymous_rejection_enabled = 0
anonymous_rejection_OnCode = 1
anonymous_rejection_OffCode = 1
misscall-log = 0
auto-answer = 0
ring-type = 0
send_anonymous_rejection_code = 0
auto-answer-mute = 0
[ Account-Codec ]
157
Configuration Guide for User Access Level
switch-account = 0
codecs-group = 0
[ Account-Adv ]
switch-account = 0
UDP_keep-alive = 2
local-SIP-port = 2
rport = 2
sip-session-timer = 2
subscribe-period = 2
DTMF_items = 2
reliable_retransmission = 2
MWI-items = 2
voice_mail = 0
caller-ID-header =2
use-session-timer = 2
session-timer = 2
session-refresher = 2
user-equal-phone = 2
voice-encryption = 2
ptime-item = 2
share-line = 2
Call-Pull-Feature-Access-Code = 2
dialog-info-call-pickup = 2
BLF-list-URI = 2
BlfListCode = 2
BLFListBargeInCode = 2
BLF-List-Retrieve-Code = 2
BLA-number = 2
BLA-subscription-period = 2
SIP-send-MAC = 2
SIP-send-line = 2
SIP-Reg-retry-timer = 2
conference-type = 2
conference-uri = 2
ACD-subscrip-period = 2
Earlymedia = 2
SIPServerType = 2
Music-ServerURI = 2
Direct-Call-Pickup-Code = 2
Group-Call-Pickup-Code = 2
Distinctive-Ring-Tones = 2
UnregisterOnReboot = 2
Out-Dialog-BLF = 2
158
Configuration Guide for User Access Level
RTCP-Collector-Name = 2
RTCP-Collector-Address = 2
RTCP-Collector-Port = 2
Number-Of-Linekey = 1
voice_mail_display = 2
subscribe-register = 2
[ Network ]
network-basic = 0
network-pcport = 0
network-advanced = 0
shotlevel = 0
[ Network-Basic ]
ipaddress-mode = 2
ipv4config = 2
ipv6config = 2
wan-ppoe = 2
[ Network-PCPort ]
pcport-active = 0
[ Network-Advanced ]
LLDP-items = 2
CDP-items = 2
VLAN-items = 2
NAT-items = 2
port-link = 2
voice-QoS = 2
local-RTP-port = 2
web-server = 2
8021x = 2
span-to-pc-port = 2
reg-surge-prev = 2
ICMPv6_Status = 2
open-VPN = 2
[ DSSKey ]
memorykey = 0
linekey = 0
programmablekey = 0
extkey = 0
[ MemoryKey ]
159
Configuration Guide for User Access Level
memory-key = 0
[ LineKey ]
line-key = 0
Enable-Page-Tips = 0
Label-Length = 0
[ ProgramKey ]
programmable-key = 0
[ ExtKey ]
ext-key = 0
[ Features ]
features-forward = 0
features-general = 0
features-audio = 0
features-intercom = 0
features-transfer = 0
features-callpickup = 0
features-remote = 0
features-phonelock = 0
features-acd = 0
features-sms = 0
features-actionurl = 0
features-powerled = 0
features-notifypop = 0
[ Forward&DND ]
head-forward = 0
forward-mode = 0
forward-account = 0
always-forward = 0
always-forward-enabled = 0
always-forward-target = 0
always-forward-OnCode = 0
always-forward-OffCode = 0
busy-forward = 0
busy-forward-enabled = 0
busy-forward-target = 0
busy-forward-OnCode = 0
busy-forward-OffCode = 0
NoAnswer-forward = 0
160
Configuration Guide for User Access Level
NoAnswer-forward-enabled = 0
NoAnswer-forward-ringtimes = 0
NoAnswer-forward-target = 0
NoAnswer-forward-OnCode = 0
NoAnswer-forward-OffCode = 0
DND = 0
DND-Emergency = 0
DND-Authorized-Numbers = 0
DND-mode = 01
DND-account = 01
DND-Status = 01
DND-OnCode = 01
DND-OffCode = 01
forward-emergency = 0
forward-authorized-numbers = 0
[ General-Information ]
call_waiting = 0
auto-redial = 0
auto_redial_interval = 0
auto_redial_times = 0
key_as_send = 0
reserve-pound = 2
hotline-number = 0
hotline-delay = 0
busytone_delay = 0
return-code-refuse = 0
return-code-DND = 0
call_completion = 0
feature-key-synchronisation = 0
TimeOut-for-DialNow = 0
RFC-2543-Hold = 2
use-outbound-in-dialog = 2
IsDeal-180 = 2
logon-wizard = 2
PswPrefix = 2
PswLength = 2
PswDial = 2
SaveCallHistory = 2
SuppressDTMFDisplay = 1
SuppressDTMFDisplayDelay = 1
play-local-DTMF-tone = 0
DTMFRepetition = 0
161
Configuration Guide for User Access Level
MulticastCodec = 0
PlayHoldTone = 0
PlayHoldToneDelay = 0
AllowMute = 0
DualHeadset = 1
AutoAnswerDelay = 0
HeadsetPrior = 0
DTMFReplaceTran = 0
TranSendDTMF = 1
SendPoundKey = 0
FwdInternational = 0
Diversion-History-Info = 1
allow-trans-exist-call = 0
ReLogOffTime = 2
call-number-filter = 0
Use_Logo = 0
upload_logo = 0
allow-IP-call = 0
IP-direct-auto-answer = 0
calllog-show-num = 0
voicemail-tone = 0
DHCP-hostname = 0
EnableAutoFavorite = 0
reboot-in-talking = 0
Hide-Feature-Access-Codes = 0
display-method-on-dialing = 2
calllog-show-num = 0
auto-linekeys = 1
sip-trust-control = 2
enable-auto-answer-tone = 0
[ Features-Audio ]
call-waiting-tone = 0
button-sound = 0
redial_tone = 0
send-sound = 0
headset-send-volume = 1
handset-send-volume = 1
handfree-send-volume = 1
Ringer_Dev = 0
[ Features-Intercom ]
allow-intercom = 0
intercom-mute = 0
162
Configuration Guide for User Access Level
intercom-tone = 0
intercom-barge = 0
[ Features-Transfer ]
semi-attend-transfer = 0
Semi-Attend-Trans-OnHook = 0
blind-tran-onhook = 0
transfer-on-conference-hang-up = 0
TransferModeViaDsskey = 0
[ Features-Callpickup ]
Call-Pickup = 0
Call-Park = 0
[ Features-Remote ]
pushxml-server-addr = 2
XMLSIPNotify = 2
XMLBlockInCalling = 1
ActionURILimitIP = 2
[ Features-Lock ]
Lock_Enable = 2
keyboard_lock = 2
Phone_Unlock_PIN = 2
Phone_lock_time_out = 2
emergency_setting = 2
[ Features-ACD ]
ACD-auto-available = 2
ACD-auto-available-timer = 2
[ Features-ActionURL ]
setup-complete = 2
log-on = 2
log-off = 2
register-fail = 2
off-hook = 2
on-hook = 2
incoming-call = 2
outgoing-call = 2
call-establish = 2
Call-Terminated = 2
DND-On = 2
DND-Off = 2
163
Configuration Guide for User Access Level
Forward-On-Code = 2
Forward-Off-Code = 2
Busy-Forward-On = 2
Busy-Forward-Off = 2
No-Answer-Forward-On = 2
No-Answer-Forward-Off = 2
TransferCall = 2
Blind-transfer-call = 2
Attended-transfer-call = 2
Hold = 2
Unhold = 2
Mute = 2
Unmute = 2
Missed-call = 2
IPChange = 2
IdletoBusy = 2
BusytoIdle = 2
RejectIncomingCall = 2
AnswerNewInCall = 2
TransferFailed = 2
TransferFinished = 2
ForwardIncomingCall = 2
UCServer = 2
ReportIP = 2
AutopFinish = 2
OpenCallWait = 2
CloseCallWait = 2
Headset = 2
Handfree = 2
CancelCallOut = 2
RemoteBusy = 2
[ Features-PowerLED ]
common-power-light-on = 0
ring-power-light-flash = 0
mail-power-light-flash = 0
mute-power-light-flash = 0
hold-power-light-flash = 0
talk-power-light-flash = 0
[ Features-NotifyPop ]
Display-Voice-Mail-Popup = 0
Display-Missed-Call-Popup = 0
Display-Forward-Call-Popup = 0
164
Configuration Guide for User Access Level
Display-Text-Message-Popup = 0
[ Settings ]
settings-preference = 0
settings-datetime = 0
settings-calldisplay = 0
settings-upgrade = 0
settings-autop = 0
settings-config = 0
settings-dialplan = 0
settings-voice = 0
settings-ring = 1
settings-tones = 0
settings-softkey = 2
settings-tr069 = 2
settings-voicemonitoring = 0
settings-sip = 1
[ Settings-Preference ]
web-language = 0
live-dialpad = 0
inter-digit-time = 0
UnusedBackLight = 0
backlight = 0
BacklightTime = 0
contrast_ctrl = 0
watchdog = 2
ring_type_setting = 0
Wallpaper = 0
[ Time&Date ]
DHCP-Time = 0
time_zone = 0
NTP_priority = 0
prim_server = 0
sec_server = 0
update_interval = 0
daylight-time = 0
time_type = 0
daylight_date= 0
offset = 0
manual-time = 0
manual-time-settings = 0
time_format_setting = 0
165
Configuration Guide for User Access Level
date_format_setting = 0
location = 0
[ Settings-CallDisplay ]
Display-Contact-Photo = 0
Incoming-Call-Ringer-Animation = 0
Call-Display-Method = 0
[ Settings-Upgrade ]
version_info = 0
reset_to_factory = 1
reset = 2
reset_local_config = 0
reboot_device = 0
upgrade_firmware = 1
[ Settings-AutoProvision ]
pnp-active = 2
dhcp-active = 2
custom-option = 2
DHCP-Option-Value = 2
server-URL = 2
account = 2
password = 2
common-AES-key = 2
MAC-Oriented-AES-key = 2
zero_active = 2
wait_time = 2
poweron-active = 2
repeatly-active = 2
repeat-interval = 2
weekly-active = 2
autop-time = 2
day-of-week = 2
btn-autop-now = 2
attempt-expired-time = 2
[ Settings-Config ]
opt-configfile = 1
opt-factory-configfile = 2
export-cfg-config-file = 2
import-cfg-config-file = 2
pcap_trace = 1
syslog = 1
166
Configuration Guide for User Access Level
SystemlogLevel = 2
ExportAllDiagnosticFiles = 2
[ Settings-DialPlan ]
replace-rule = 0
dial-now = 0
area-code = 0
block-out = 0
replace-rule-control = 0
dial-now-control = 0
area-code-control = 0
block-out-control = 0
[ Settings-Voice ]
echo-cancellation = 0
jitter-buffer = 0
[ Settings-Ring ]
personal-ring = 1
[ Settings-Tones ]
tone-items = 0
[ Softkey ]
Custom_SoftKey = 2
SoftKey_Type = 2
SoftKey_Select = 2
[ TR069 ]
head = 2
EnableTR069 = 2
ACSUsername = 2
ACSPassword = 2
ACSURL = 2
EnablePeriodicInform = 2
PeriodicInformInterval = 2
RequestUsername = 2
RequestPassword = 2
[ Settings-VoiceMonitoring ]
RTCP-Session-Report = 2
RTCP-Interval-Report = 2
RTCP-Interval-Period = 2
RTCP-Warning-Moslq = 2
167
Configuration Guide for User Access Level
RTCP-Critical-Moslq = 2
RTCP-Warning-Delay = 2
RTCP-Critical-Delay = 2
Display-VQReport-On-Web = 2
Display-VQReport-On-UI = 2
RTCP-Report-Options = 2
[ Settings-SIP ]
sip-session-timer = 2
local-SIP-port = 2
TLS-SIP-Port = 2
[ Contacts ]
contacts-basic = 0
contacts-remote = 0
contacts-callinfo = 0
contacts-LDAP = 0
contacts-broadsoft = 0
contacts-multicastIP = 0
contacts-favorite = 0
[ LocalPhoneBook ]
contact-list = 0
all-contacts-control = 0
import-export-contacts = 1
btnImportCSV = 1
btnExportCSV = 1
btnImportXML = 1
btnExportXML = 1
opt-contacts = 0
[ Contacts-Remote ]
remote-phonebook-list = 0
SRemoteNameEnable = 0
SRemoteNameFlashTime = 0
[ PhoneCallInfo ]
call-control = 0
dialed-list-title = 0
dialed-list-content = 0
missed-list-title = 0
missed-list-content = 0
received-list-title = 0
received-list-content = 0
168
Configuration Guide for User Access Level
forwarded-list-title = 0
forwarded-list-content = 0
[ LDAP ]
enable-LDAP = 0
LDAP-name-filter = 0
LDAP-number-filter = 0
LDAP-TLS-Mode = 0
server-address = 0
port = 0
base = 0
user-name = 0
password = 0
maxhits = 0
LDAP-name-attributes = 0
LDAP-number-attributes = 0
LDAP-display-name = 0
protocol = 0
LDAP-lookup-for-incoming-call = 0
LDAP-lookup-for-callout = 0
LDAP-sorting-results = 0
[ Contacts-Broadsoft ]
Directotries = 0
XSI = 0
[ MulticastIP ]
Receive_Priority = 0
MulticastIPConfig = 0
PagePriorityActive = 0
PagingList = 0
[ Contacts-Favorite ]
contacts-group = 0
super-search = 0
[ Security ]
password = 0
trusted_cert = 2
server_cert = 2
[ TrustCerts ]
trust-certs-records = 2
btn-delete-certs = 2
169
Configuration Guide for User Access Level
only-accept-trusted-certs = 2
upload-trust-certs = 2
common-name-validation = 2
ca-certs = 2
[ ServerCerts ]
server-certs-records = 2
server-certs-upload = 2
server-certs-device-cert = 2
[ HiddenSetting ]
custom-factory-config = 2
DND-Active = 2
Forward-Active = 2
Broadsoft-Active = 1
Redirect-Active = 1
UC-Active = 1
pushxml = 2
[ GUI ]
status_list= 0
Status_IP = 11
Status_IPv6 = 11
Status_MAC = 21
Status_HW = 01
Status_More = 01
network = 0
Status_More_Phone = 0
Status_More_Account = 0
Status_More_RTP = 02
status_general = 02
features= 02
CallControl = 0
callcontrol_anywhere = 11
callcontrol_remoteoffice = 11
callcontrol_forward = 11
always-forward = 1
busy-forward = 1
NoAnswer-forward = 1
callcontrol_dnd= 11
callcontrol_hidenumber = 11
callcontrol_anonymousrejection = 11
callcontrol_sinultaneousring = 11
170
Configuration Guide for User Access Level
call_waiting = 1
DSSKey = 1
key_as_send= 12
hotline-number = 1
Features_Anonymous = 1
Features_AutoRD = 1
intercom = 1
call_completion = 1
history_save= 2
multpaginglist = 10
Main_Settings = 0
time_zone = 0
Basic_Time_Manual = 0
display = 10
sound = 1
key_tone = 1
ring_type_setting = 1
unlock_pin= 2
account_label = 02
display_name = 02
register_name = 02
user_name = 01
account_password = 01
sip_server = 01
enabled-outbound-proxy-server = 01
outbound-proxy-server = 01
STUN_server = 02
auto-Answer= 1
Adv_Network = 0
wan_port_title = 02
VLAN-items = 02
wanport = 02
pcport = 02
dhcpvlan = 02
web-server = 02
8021x = 02
open-VPN = 02
open-lldp = 02
network_cdp = 02
171
Configuration Guide for User Access Level
network_nat = 02
softkey Label = 02
keyboard_lock = 02
Adv_Reboot = 02
Adv_ResetToFac = 2
password = 0
Adv_AES = 02
autoprovision = 02
international-forward = 02
SMS= 12
MSG_Voice = 1
viewvoicemail = 1
setvoicemail = 1
usermodeentry = 0
NAT_traversal = 02
contrast_ctrl = 0
broadsoft_contact_list = 0
callcontrol_initialacdstate = 11
callcontrol_setacdstate = 11
Main_Contacts = 0
local_contact_list = 0
remote_contact_list = 0
blacklist_list = 0
call_info= 0
local_call_log_list = 01
Adv_Account = 2
Basic_LANG = 0
Basic_Setting_BackLight = 0
Basic_Time_Format = 0
Basic_Time_SNTP = 0
MSG_Text = 0
SMS_Draftbox = 0
SMS_Inbox = 0
SMS_NEW = 0
SMS_Outbox = 0
SMS_Sentbox = 0
Set_Adv = 0
Set_Basic = 0
dhcptimezone = 0
172
Configuration Guide for User Access Level
line_active = 2
status = 0
dnd= 0
reset_default = 0
usb-record = 0
browserecordfiles = 0
browseusbstorge = 0
[ Status-Menu ]
Status-Basic = 0
Status-RTP = 3
Status-VoIP = 0
[ Status ]
version = 0
network = 0
IPv4 = 0
NetworkCommon = 0
[ Status-VoIP ]
registered-handset = 0
registered-new-handset = 0
voip-status = 0
paging = 0
[ Account ]
account-register = 0
account-basic = 0
account-codec = 0
account-adv = 0
account-assign = 0
account-handsetname = 0
[ Account-Register ]
173
Configuration Guide for User Access Level
switch-account = 0
account_status = 0
line_active = 0
account_label = 0
display_name = 0
register_name = 01
user_name = 01
account_password = 2
enabled-outbound-proxy-server = 01
outbound-proxy-server = 01
transport-item = 2
backup-outbound-proxy-server = 01
proxy-fallback-interval = 01
NAT_traversal = 2
sip_server = 2
[ Account-Basic ]
switch-account = 0
proxy_require = 0
send_anonymous = 1
anonymous_call_enabled = 0
anonymous_call_OnCode = 1
anonymous_call_OffCode = 1
anonymous_rejection_enabled = 0
anonymous_rejection_OnCode = 1
anonymous_rejection_OffCode = 1
send_anonymous_rejection_code = 0
[ Account-Codec ]
switch-account = 0
codecs-group = 0
[ Account-Adv ]
switch-account = 0
UDP_keep-alive = 2
local-SIP-port = 2
rport = 2
174
Configuration Guide for User Access Level
sip-session-timer = 2
subscribe-period = 2
DTMF_items = 2
reliable_retransmission = 2
MWI-items = 2
voice_mail = 0
caller-ID-header = 2
use-session-timer = 2
session-timer = 2
session-refresher = 2
user-equal-phone = 2
voice-encryption = 2
ptime-item = 2
share-line = 2
SIP-send-MAC = 2
SIP-send-line = 2
SIP-Reg-retry-timer = 2
conference-type = 2
conference-uri = 2
SIPServerType = 2
UnregisterOnReboot = 2
RTCP-Collector-Name = 3
RTCP-Collector-Address = 3
RTCP-Collector-Port = 3
subscribe-register = 2
[ Account-Assign ]
incoming-lines = 0
outgoing-lines = 0
[ Account-Handsetname ]
handsetname = 1
[ Network ]
network-basic = 0
network-advanced = 0
shotlevel = 0
175
Configuration Guide for User Access Level
[ Network-Basic ]
ipaddress-mode = 2
ipv4config = 2
wan-ppoe = 2
[ Network-Advanced ]
LLDP-items = 2
VLAN-items = 2
NAT-items = 2
voice-QoS = 2
local-RTP-port = 2
web-server = 2
8021x = 2
reg-surge-prev = 2
open-VPN = 2
[ Features ]
features-forward = 0
features-general = 0
features-audio = 0
features-transfer = 0
features-callpickup = 0
features-phonelock = 0
features-powerled = 0
[ Forward&DND ]
head-forward = 0
forward-mode = 0
forward-account = 0
always-forward = 0
always-forward-enabled = 0
always-forward-target = 0
always-forward-OnCode = 0
always-forward-OffCode = 0
busy-forward = 0
176
Configuration Guide for User Access Level
busy-forward-enabled = 0
busy-forward-target = 0
busy-forward-OnCode = 0
busy-forward-OffCode = 0
NoAnswer-forward = 0
NoAnswer-forward-enabled = 0
NoAnswer-forward-ringtimes = 0
NoAnswer-forward-target = 0
NoAnswer-forward-OnCode = 0
NoAnswer-forward-OffCode = 0
DND = 0
DND-mode = 01
DND-account = 01
DND-Status = 01
DND-OnCode = 01
DND-OffCode = 01
[ General-Information ]
call_waiting = 0
key_as_send = 0
reserve-pound = 2
busytone_delay = 0
return-code-refuse = 0
return-code-DND = 0
feature-key-synchronisation = 0
TimeOut-for-DialNow = 0
RFC-2543-Hold = 2
use-outbound-in-dialog = 2
IsDeal-180 = 2
SaveCallHistory = 2
SuppressDTMFDisplay = 1
SuppressDTMFDisplayDelay = 1
FwdInternational = 0
Diversion-History-Info = 1
ReLogOffTime = 2
call-number-filter = 0
allow-IP-call = 0
177
Configuration Guide for User Access Level
voicemail-tone = 0
DHCP-hostname = 0
reboot-in-talking = 0
display-method-on-dialing = 2
sip-trust-control = 2
end-call-onhook = 0
[ Features-Audio ]
call-waiting-tone = 0
[ Features-Transfer ]
semi-attend-transfer = 0
Semi-Attend-Trans-OnHook = 0
blind-tran-onhook = 0
[ Features-Callpickup ]
Call-Park = 0
[ Features-Lock ]
emergency_setting = 2
[ Features-PowerLED ]
common-power-light-on = 0
ring-power-light-flash = 0
mail-power-light-flash = 0
miss-call-light-flash = 0
[ Settings ]
settings-preference = 0
settings-datetime = 0
settings-calldisplay = 0
settings-upgrade = 0
settings-autop = 0
settings-config = 0
settings-dialplan = 0
settings-voice = 0
settings-tones = 0
178
Configuration Guide for User Access Level
settings-tr069 = 2
settings-voicemonitoring = 3
settings-sip = 1
[ Settings-Preference ]
web-language = 0
watchdog = 2
[ Time&Date ]
DHCP-Time = 0
time_zone = 0
NTP_priority = 0
prim_server = 0
sec_server = 0
update_interval = 0
daylight-time = 0
time_type = 0
daylight_date = 0
offset = 0
manual-time = 0
manual-time-settings = 0
time_format_setting = 0
date_format_setting = 0
location = 0
[ Settings-CallDisplay ]
Incoming-Call-Ringer-Animation = 0
Call-Display-Method = 0
[ Settings-Upgrade ]
version_info = 0
reset_to_factory = 1
reset_local_config = 0
reboot_device = 0
upgrade_firmware = 1
upgrade_handset_firmware = 1
179
Configuration Guide for User Access Level
[ Settings-AutoProvision ]
pnp-active = 2
dhcp-active = 2
custom-option = 2
DHCP-Option-Value = 2
server-URL = 2
account = 2
password = 2
common-AES-key = 2
MAC-Oriented-AES-key = 2
poweron-active = 2
repeatly-active = 2
repeat-interval = 2
weekly-active = 2
autop-time = 2
day-of-week = 2
btn-autop-now = 2
attempt-expired-time = 2
[ Settings-Config ]
opt-configfile = 1
opt-factory-configfile = 2
export-cfg-config-file = 2
import-cfg-config-file = 2
pcap_trace = 1
syslog = 1
SystemlogLevel = 2
[ Settings-DialPlan ]
replace-rule = 0
dial-now = 0
area-code = 0
block-out = 0
replace-rule-control = 0
dial-now-control = 0
area-code-control = 0
block-out-control = 0
180
Configuration Guide for User Access Level
[ Settings-Voice ]
echo-cancellation = 0
jitter-buffer = 0
[ Settings-Tones ]
tone-items = 0
[ TR069 ]
head = 2
EnableTR069 = 2
ACSUsername = 2
ACSPassword = 2
ACSURL = 2
EnablePeriodicInform = 2
PeriodicInformInterval = 2
RequestUsername = 2
RequestPassword = 2
[ Settings-VoiceMonitoring ]
RTCP-Session-Report = 2
RTCP-Interval-Report = 2
RTCP-Interval-Period = 2
RTCP-Warning-Moslq = 2
RTCP-Critical-Moslq = 2
RTCP-Warning-Delay = 2
RTCP-Critical-Delay = 2
Display-VQReport-On-Web = 2
Display-VQReport-On-UI = 2
RTCP-Report-Options = 2
[ Settings-SIP ]
sip-session-timer = 2
local-SIP-port = 2
TLS-SIP-Port = 2
[ Contacts ]
181
Configuration Guide for User Access Level
contacts-basic = 0
contacts-remote = 0
contacts-LDAP = 0
contacts-broadsoft = 0
contacts-favorite = 0
[ Contacts-Basic ]
download-contacts = 0
import-contacts = 0
export-contacts = 0
[ Contacts-Remote ]
remote-phonebook-list = 0
SRemoteNameEnable = 0
SRemoteNameFlashTime = 0
[ LDAP ]
enable-LDAP = 0
LDAP-name-filter = 0
LDAP-number-filter = 0
LDAP-TLS-Mode = 0
server-address = 0
port = 0
base = 0
user-name = 0
password = 0
maxhits = 0
LDAP-name-attributes = 0
LDAP-number-attributes = 0
LDAP-display-name = 0
protocol = 0
LDAP-lookup-for-incoming-call = 0
LDAP-lookup-for-callout = 0
LDAP-sorting-results = 0
[ Contacts-Broadsoft ]
Directotries = 0
182
Configuration Guide for User Access Level
XSI = 0
[ Contacts-Favorite ]
contacts-group = 0
super-search = 0
[ Security ]
password = 0
trusted_cert = 2
server_cert = 2
base-pin = 0
[ BasePin ]
base-unit-pin = 0
[ TrustCerts ]
trust-certs-records = 2
btn-delete-certs = 2
only-accept-trusted-certs = 2
upload-trust-certs = 2
common-name-validation = 2
ca-certs = 2
[ ServerCerts ]
server-certs-records = 2
server-certs-upload = 2
server-certs-device-cert = 2
[ HiddenSetting ]
custom-factory-config = 2
DND-Active = 2
Forward-Active = 2
Broadsoft-Active = 1
Redirect-Active = 1
[ GUI ]
Menu_Status = 0
183
Configuration Guide for User Access Level
Base = 0
Handset = 0
LineStatus = 0
Menu_Intercom = 0
Intercom_HSXS = 0
Intercom_ALLHS = 0
Menu_VoiceMail = 0
Play_Message = 0
Set_Voice_Mail = 0
Set_Key_1 = 0
Menu_CallFeatures = 0
CallForward = 0
AlwaysForward = 0
BusyForward = 0
NoAnswerForward = 0
DND = 0
CallWaiting = 0
AnonymousRejection = 0
AnonymousCall = 0
Menu_Directory = 0
Local_Contact_List = 0
Remote_Contact_List = 0
Broadsoft_Contact_List = 0
LDAP_Contact_List = 0
Menu_Settings = 0
DateTime = 0
Audio = 0
Advisory_Tones = 0
Ring_Tones = 0
Volume = 0
Melodies = 0
184
Configuration Guide for User Access Level
Display = 0
Screen_Saver = 0
Color_Schemes = 0
Wallpaper = 0
Display_Backlight = 0
Keypad_Light = 0
Notification_Light = 0
Time_Formate = 0
Date_Formate = 0
Input_Method = 0
Shortcut = 0
Soft_Left = 0
Soft_Right = 0
Up = 0
Down = 0
Left = 0
Right = 0
Language = 0
Registration = 0
De_reg_Hadndset = 0
Select_Base = 0
Telephony = 0
Auto_Answer = 0
Auto_Intercom = 0
Default_Line = 0
Incoming_Lines = 02
Speed_Dial = 0
Blacklist = 0
SystemSettings = 0
Network = 0
Logon_Wizard = 0
Handset_Reset = 0
185
Configuration Guide for User Access Level
Change_Base_PIN = 02
Base_Reset = 02
Base_Reset_Local_Cfg = 02
Base_Restart = 02
Auto_Provision = 02
RPS = 02
Eco_Mode_Plus = 02
Eco_Mode = 0
Repeater_Mode = 02
HandsetName = 0
UpgradeFirmware = 2
Menu_History = 0
All_Calls = 0
Missed_Calls = 0
Outgoing_Calls = 0
Accepted_Calls = 0
Menu_Usermode = 0
186
Configuration Guide for User Access Level
Customer Feedback
We are striving to improve our documentation quality and we appreciate your feedback. Email your opinions and
comments to [email protected].
187