Yealink IP Phones Configuration Guide For User Access Level V81 20

Download as pdf or txt
Download as pdf or txt
You are on page 1of 187

User Access Level of Web/Phone/Handset User

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.

This guide applies to the following Yealink IP phones:

 SIP VP-T49G, CP860 and W56P IP phones running firmware version 80 or later

 SIP-T48G, SIP-T48S, SIP-T46G, SIP-T46S, SIP-T42G, SIP-T42S, SIP-T41P, SIP-T41S, SIP-T40P,


SIP-T29G, SIP-T27P, SIP-T27G, SIP-T23P/G, SIP-T21(P) E2 and SIP-T19(P) E2 IP phones
running firmware version 81 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

The valid values of X1, X2 include 0, 1, 2 and 3.

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:

(W: writable; R: read-only; N: hidden)

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).

Edit the desired configuration items in the Yealink-supplied template file


“WebItemsLevel.cfg”.

Upload the WebItemsLevel.cfg file to the directory of the provisioning server.

Edit the configuration file (e.g., y000000000028.cfg, features.cfg):

1. Set the value of parameter “static.security.var_enable” to 1.

2. Configure the value of the parameter “static.web_item_level.url”.

(e.g., ftp://<ServerIPAddress>/WebItemsLevel.cfg)

Upload the configuration file (e.g., y000000000028.cfg, features.cfg) to the


directory of the provisioning server.

Edit the boot file (e.g., y000000000000.boot):

1. Reference the configuration file in the boot file (e.g., include: config
“ftp://<ServerIPAddress>/features.cfg”).

1. 2.

Upload the boot file (e.g., y000000000000.boot) to the directory of the


provisioning server.

Trigger the IP phone to perform auto provisioning.

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:

Main Page First Navigation Item Configuration Item

Account Register account-register


Network Basic network-basic
Line Key 1-11 (for SIP
VP-T49G/SIP-T48G/T48S),
Line Key 1-9 (for
DSSKey/Dsskey
SIP-T46G/T46S/T29G),
(not applicable linekey
Line Key 1-7 (for SIP-T27P/G),
to W56P)
Line Key 1-5 (for
SIP-T42G/T42S/T41P/T41S),
Line Key (for SIP-T40P/T23P/T23G),

8
Configuration Guide for User Access Level

Main Page First Navigation Item Configuration Item

Line Key (for SIP-T21(P) E2),


Programable key (for SIP-T19(P)
E2/CP860)
Features Forward&DND features-forward
Settings Preference settings-preference
Directory Local Directory contacts-basic
Security Password password

For example, set the value of the configuration item “settings-preference” to be 1.

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 more information on parameters of the WebItemsLevel.cfg file, refer to Appendix-A:


Configuration Parameters on page 23.

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:

Always forward submenu is hidden for user access level:

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

Always forward submenu is read-only for var 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:

Always forward submenu is writable for admin access level:

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:

Always forward submenu is read-only for user access level:

Busy forward submenu is read-only for user access level:

14
Configuration Guide for User Access Level

No answer forward submenu is writable 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:

Always forward submenu is writable for var access level:

Busy forward submenu is read-only for var access level:

15
Configuration Guide for User Access Level

No answer forward submenu is writable for var access level:

When logging in to the phone user interface with admin access level, the phone user interface
displays as below:

Always forward submenu is writable for admin access level:

Busy forward submenu is writable for admin access level:

16
Configuration Guide for User Access Level

No answer forward submenu is writable for admin access level:

For W56P IP DECT phones:

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.

Example: Configuration items in the WebItemsLevel.cfg for Telephony submenu settings:

[ GUI ]

Auto_Answer = 01

Auto_Intercom = 02

Default_Line = 03

Incoming_Lines = 02

Speed_Dial = 0

Blacklist = 1

According to the above configuration of access level:

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.

For more information on parameters of the WebItemsLevel.cfg file, refer to Appendix-A:


Configuration Parameters on page 23.

17
Configuration Guide for User Access Level

Configuring Yealink IP Phones


User access level feature is disabled for 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 in neutral firmware version by default. Before using this
feature, you need to enable it through auto provisioning introduced as following. User access
level feature is configurable only via configuration files.

To configure user access level feature for Yealink IP phones:

1. Edit the following parameters in the configuration file (e.g., y000000000051.cfg).

Parameters Permitted Values Default

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

Note: It takes effect after reboot.

Web User Interface:

None

Phone User Interface:

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

Note: It works only if the value of the parameter “security.var_enable” is set to 1


(Enabled). It takes effect after reboot.

Web User Interface:

18
Configuration Guide for User Access Level

Parameters Permitted Values Default

None

Phone User Interface:

None

FTP, TFTP, HTTP or


web_item_level.url Blank
HTTPS download URL

Description:

This parameter is used to configure the access URL of the WebItemsLevel.cfg file.

Note: It takes effect after reboot.

Web User Interface:

None

Phone User Interface:

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

2. Upload the configuration file to the directory of the provisioning server.

3. Configure the access URL of the provisioning server for the IP phone.

4. Trigger the IP phone to perform auto provisioning.

For more information on auto provisioning Yealink IP phones, refer to Yealink_SIP-T2


Series_T19(P) E2_T4_Series_CP860_W56P_IP_Phones_Auto_Provisioning_Guide.

19
Configuration Guide for User Access Level

To configure user access level feature for Yealink IP phones:

1. Edit the following parameters in the configuration file (e.g., features.cfg).

Parameters Permitted Values Default

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

Note: It takes effect after reboot.

Web User Interface:

None

Phone User Interface:

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

Note: It works only if the value of the parameter “static.security.var_enable” is set to 1


(Enabled). It takes effect after reboot.

Web User Interface:

None

Phone User Interface:

None

static.web_item_level.url FTP, TFTP, HTTP or Blank

20
Configuration Guide for User Access Level

Parameters Permitted Values Default

HTTPS download URL

Description:

This parameter is used to configure the access URL of the WebItemsLevel.cfg file.

Note: It takes effect after reboot.

Web User Interface:

None

Phone User Interface:

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

2. Upload the configuration file to the directory of the provisioning server.

3. Reference the configuration file in the boot file (e.g., y000000000000.boot).

include:config “ftp://192.168.1.100/features.cfg”

4. Upload the boot file to the directory of the provisioning server.

5. Configure the access URL of the provisioning server for the IP phone.

6. Trigger the IP phone to perform auto provisioning.

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.

To login the web user interface with different access levels:

1. Press the OK/√ key when the phone is idle to obtain the IP address.

For W56P, press the OK->Status->Base 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.

4. Click Confirm to login.

21
Configuration Guide for User Access Level

When logging in with different access levels, you can see different permissions of web user
interface.

To login the phone user interface with different access levels:

1. Press Menu->UserMode.

2. Press or , or the Switch soft key to select the desired access level in the User
Type field.

3. Enter the password in the Password field.

4. Press the Save soft key to accept the change.

You can see different permissions of phone user interface when logging in with different access
levels.

To login the handset user interface with different access levels:

1. Press OK->User Mode.

2. Press or to select the desired access level in the User Type field.

3. Enter the password in the Password field.

4. Press the Save soft key to accept the change.

You can see different permissions of handset user interface when logging in with different
access levels.

22
Appendix-A Configuration Parameters

Configuration Parameters of Web User Interface


The following table lists configuration items in the WebItemsLevel.cfg file with associated
configurations on the web user interface (take SIP-T46G IP phones as an example for reference):

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

Status-Basic = 0 Status->Status (the whole page)

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

(only applicable to SIP Status->Talk Statistics (the whole page)


VP-T49G IP phones)

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

Status->IPv6
IPv6 = 0

(not applicable to
W56P IP DECT
phones)

Status->Network Common

NetworkCommon = 0

[ Status ] Status->Account Status

AccountStatus = 0

(not applicable to
W56P IP DECT
phones)

Status->Ext

For SIP-T29G and SIP-T27P/G:

Ext = 0

(only applicable to
SIP-T48G/T48S/T46G/
T46S/T29G/T27P/ For SIP-T48G/S and SIP-T46G/S:
T27G IP phones)

[ Status-VoIP ] registered-handset = Status->Registered Handsets

24
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

(only applicable to 0
W56P IP DECT
registered-new-hands
phones) Status->Register New Handsets
et = 0

voip-status = 0 Status->Paging Status

Paging = 0 Status->VoIP Status

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-register = 0 Account->Register (the whole page)

account-basic = 0 Account->Basic (the whole page)

account-codec = 0 Account->Codec (the whole page)

account-adv = 2

(0 for SIP
Account->Advanced (the whole page)
VP-T49G/CP860/

W56P IP phones)

[ Account ] account-assign = 0

(only applicable to Account->Number Assignment (the whole


W56P IP DECT page)
phones)

account-handsetnam
e=0

(only applicable to Account->Handset Name (the whole page)


W56P IP DECT
phones)

25
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

account-direct = 0

(only applicable to SIP Account->SIP IP Call (the whole page)


VP-T49G IP phones)

switch-account = 0

(not applicable to
Account->Register->Account
SIP-T19(P) E2/CP860
IP phones)

account_status = 0 Account->Register->Register Status

line_active = 0 Account->Register->Line Active

account_label = 0 Account->Register->Label

display_name = 0 Account->Register->Display Name

register_name = 01 Account->Register->Register Name

user_name = 01 Account->Register->User Name

account_password =
01

(2 for SIP Account->Register->Password


VP-T49G/CP860/

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

(01 for SIP


VP-T49G/CP860/
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
W56P IP phones)
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
T21(P) E2/T19(P) E2:

Account->Register->Outbound Proxy
Server 1

26
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

(01 for SIP


VP-T49G/CP860/
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
W56P IP phones)
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
T21(P) E2/T19(P) E2:

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/

[ Account-Register W56P IP phones)


]
proxy-fallback-interva
l=2

(01 for SIP Account->Register->Proxy Fallback Interval


VP-T49G/CP860/

W56P IP phones)

transport-item = 2

(only applicable to SIP


Account->Register->Transport
VP-T49G/CP860/

W56P IP phones)

SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/

NAT_traversal = 2 T21(P) E2/T19(P) E2/CP860/W56P:

Account->Register->NAT

SIP VP-T49G:

27
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

Account->Register->NAT

Account->SIP IP Call->NAT

SIP VP-T49G/CP860/W56P:

Account->Register->SIP Server 1/2

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

(not applicable to SIP


VP-T49G/CP860/

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)

send_anonymous = 1 Account->Basic->Local Anonymous

anonymous_rejection_ Account->Basic->Local Anonymous


enabled = 0 Rejection

anonymous_call_enab
led = 0 Account->Basic->Send Anonymous Code

(for neutral firmware

28
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

(not applicable to Account->Basic->Ring Type

W56P IP DECT

29
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

(not applicable to Account->Advanced->Account


[ Account-Adv ]
SIP-T19(P) E2/CP860

30
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

(not applicable to SIP Account->Advanced->Keep Alive Type


VP-T49G/CP860/

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-Adv ] T21(P) E2/T19(P) E2/CP860/W56P:

Account->Advanced->DTMF Type

Account->Advanced->DTMF Info Type

Account->Advanced->DTMF Payload
Type(96~127)

SIP VP-T49G:
DTMF_items = 2
Account->Advanced->DTMF Type

Account->Advanced->DTMF Info Type

Account->Advanced->DTMF Payload
Type(96~127)

Account->SIP IP Call->DTMF Type

Account->SIP IP Call->DTMF Info Type

Account->SIP IP Call->DTMF Payload


Type(96~127)

reliable_retransmissio Account->Advanced->Retransmission

31
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

n=2

subscribe-register = 2 Account->Advanced->Subscribe Register

Account->Advanced->Subscribe for MWI

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)

caller-ID-header = 2 Account->Advanced->Caller ID Source

use-session-timer = 2 Account->Advanced-> Session Timer

Account->Advanced->Session
session-timer = 2
Expires(30~7200s)

session-refresher = 2 Account->Advanced->Session Refresher

user-equal-phone = 2 Account->Advanced->Send user=phone

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

(not applicable to Account->Advanced->BLF List Barge In


SIP-T19(P) E2/ Code

CP860/W56P IP
phones)

BLF-List-Retrieve-Cod
e=2

(not applicable to Account->Advanced->BLF List Retrieve Call


[ Account-Adv ]
SIP-T19(P) E2/ Parked Code

CP860/W56P IP
phones)

share-line = 2 Account->Advanced->Shared Line

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

(not applicable to Account->Advanced->Dialog Info Call


SIP-T19(P) E2/ Pickup

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

BLA-subscription-peri
od = 2
Account->Advanced->BLA Subscription
(not applicable to
Period
W56P/SIP VP-T49G IP
phones)

SIP-send-MAC = 2 Account->Advanced->SIP Send MAC

SIP-send-line = 2 Account->Advanced->SIP Send Line

SIP-Reg-retry-timer = Account->Advanced->SIP Registration


2 Retry Timer(0~1800s)

conference-type = 2 Account->Advanced->Conference Type

conference-uri = 2 Account->Advanced->Conference URI

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)

SIPServerType = 2 Account->Advanced->SIP Server Type

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

Distinctive-Ring-Tone
s=2
Account->Advanced->Distinctive Ring
(not applicable to
Tones
W56P IP DECT
phones)

UnregisterOnReboot Account->Advanced->Unregister When


=2 Reboot

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

(1 for SIP VP-T49G IP Account->Advanced->Number of line key


phone; not applicable (only appear when the parameter
to SIP-T19(P) E2/ “features.auto_linekeys.enable” is set to 1)
CP860/W56P IP
phones)

[ Account-Assign ] Account->Number Assignment->Incoming


incoming-lines = 0
(only applicable to lines

35
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

W56P IP DECT Account->Number Assignment->Outgoing


outgoing-lines =0
phones) lines

[ Account-Handse
tname ]

(only applicable to Handsetname = 1 Account->Handset Name


W56P IP DECT
phones)

network-basic = 0 Network->Basic (the whole page)

network-pcport = 0

(not applicable to
Network->PC Port (the whole page)
CP860/W56P IP
phones)

network-nat = 2

(not applicable to SIP


Network->NAT (the whole page)
VP-T49G/CP860/

W56P IP phones)

network-advanced =
[ Network ]
2

(0 for SIP Network->Advanced (the whole page)


VP-T49G/CP860/

W56P IP phones)

network-wifi = 0

(only applicable to SIP


VP-T49G/SIP-T48G/ Network->Wi-Fi (the whole page)
T48S/T46G/T46S/

T29G IP phones)
[ Network ]
shotlevel = 0

(only applicable to SIP


VP-T49G/CP860/

W56P IP phones)

ipaddress-mode = 0

(2 for SIP Network->Basic->Internet


[ Network-Basic ]
VP-T49G/CP860/ Port->Mode(IPv4/IPv6)

W56P IP phones)

36
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

manual-switch = 2 Network->NAT->Nat Manual->Active


[ Network-Nat ]
manual-ip = 2 Network->NAT->Nat Manual->IP Address
(not applicable to
SIP Network->NAT->ICE
VP-T49G/CP860/ ICE = 2
W56P IP phones)

ICE-switch = 2 Network->NAT->ICE->Active

STUN = 2 Network->NAT->STUN

37
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

STUN-switch = 2 Network->NAT->STUN->Active

STUN-server = 2 Network->NAT->STUN->STUN Server

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

TURN-server = 2 Network->NAT->TURN->TURN Server

Network->NAT->TURN->TURN Port
TURN-port = 2
(1~65535)

TURN-username = 2 Network->NAT->TURN->User Name

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

VP-T49G/CP860/

W56P IP phones)

port-link = 2 Network->Advanced->Port Link


(not applicable to
W56P IP DECT
phones)

Network->Advanced->Voice QoS

W56P/CP860/SIP-T48G/T48S/T46G/T46S/

T42G/T42S/T41P/T41S/T40P/T29G/T27P/

T27G/T23P/T23G/T21(P) E2/T19(P) E2:

voice-QoS = 2

SIP VP-T49G:

[ Network-Advanc
Network->Advanced->Reserved Port
ed ] reserve-port = 0

(only applicable to SIP


VP-T49G IP phones)

Network->Advanced->Local RTP Port


local-RTP-port = 2

(not applicable to SIP


VP-T49G IP phones)

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

SIP-T48G/T48S/T46G/T46S/T42G/T42S/

T41P/T41S/T40P/T29G/T27P/T27G/T23P/

T23G/T21(P) E2/T19(P) E2:

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

(2 for SIP VP-T49G IP


phones; only
applicable to SIP Network->Wi-Fi->Wi-Fi Active
VP-T49G/SIP-T48G/

T48S/T46G/T46S/
[Network-Wifi]
T29G IP phones)

wifi-list = 0

(2 for SIP VP-T49G IP


Network->Wi-Fi
phones; only
applicable to SIP

40
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

(only applicable to SIP


VP-T49G IP phones)

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

phones) IP phones)

programmablekey = 0 Dsskey->Programable Key (the whole page)

extkey = 0

(only applicable to
SIP-T48G/T48S/T46G/ Dsskey->Ext Key (the whole page)
T46S/T29G/T27P/

T27G IP phones)

Dsskey->Line Key (for all the line keys on


each page)

line-key = 0

[ LineKey ]

(not applicable to Enable-Page-Tips = 0


SIP-T19(P) E2/
(only applicable to
CP860/W56P IP SIP-T46G/T46S/T29G/
Dsskey->Line Key->Enable Page Tips
phones) T42G/T42S/T41P/

T41S/T27P/T27G IP
phones)

Label-Length = 0

(only applicable to SIP


VP-T49G/SIP-T48G/ Dsskey->Line Key->Label Length
T48S/T46G/T46S/

T29G IP phones)

Dsskey->Programable Key

[ ProgramKey ]

(not applicable to programmable-key =


W56P IP DECT 0
phones)

[ ExtKey ]
ext-key = 0 Dsskey->Ext Key
(only applicable to

42
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

SIP-T48G/T48S/

T46G/T46S/T29G/
T27P/T27G IP
phones)

features-forward = 0 Features->Forward&DND (the whole page)

Features->General Information (the whole


features-general = 0
page)

features-audio = 0 Features->Audio (the whole page)

features-intercom = 0

(not applicable to
Features->Intercom (the whole page)
W56P IP DECT
phones)

features-transfer = 0 Features->Transfer (the whole page)

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

(only applicable to SIP


[ Features ] Features->Bluetooth (the whole page)
VP-T49G/SIP-T48G/

T48S/T46G/T46S/

T29G IP phones)

features-powerled = 0

(not applicable to Features->Power LED (the whole page)


CP860 IP phones)

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

(not applicable to Features->Forward&DND->Forward

SIP-T19(P) E2/CP860 ->Mode


IP phones)

forward-account = 0 Features->Forward&DND->Forward

44
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

(not applicable to ->Account


SIP-T19(P) E2/CP860
IP phones)

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)

[ Forward&DND ] Features->Forward&DND->Busy Forward

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

(not applicable to Features->Forward&DND->DND->DND


W56P IP DECT Emergency
phones)

DND-Authorized-Nu
Features->Forward&DND->DND->DND
mbers = 0
Authorized Numbers
(not applicable to

46
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

W56P IP DECT
phones)

DND-mode = 0

(01 for SIP


VP-T49G/CP860/

W56P IP phones; not Features->Forward&DND->DND->Mode

applicable to
SIP-T19(P) E2/CP860
IP phones)

DND-account = 0

(01 for SIP


VP-T49G/CP860/
Features->Forward&DND->DND->Accoun
W56P IP phones; not
t
applicable to
SIP-T19(P) E2/CP860
IP phones)

[ Forward&DND ] DND-Status = 0

(01 for SIP Features->Forward&DND->DND->DND


VP-T49G/CP860/ Status

W56P IP phones)

DND-OnCode = 0

(01 for SIP


VP-T49G/CP860/ Features->Forward&DND->DND->On

W56P IP phones; for Code

neutral firmware
version only)

DND-OffCode = 0

(01 for SIP


VP-T49G/CP860/ Features->Forward&DND->DND->Off

W56P IP phones; for Code

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

Features->General Information->Call
Waiting Off Code (for neutral firmware
version only)

auto-redial = 0

(not applicable to Features->General Information->Auto


W56P IP DECT Redial
phones)

auto_redial_interval =
0
Features->General Information->Auto
(not applicable to
Redial Interval(1~300s)
W56P IP DECT
phones)

auto_redial_times = 0

(not applicable to Features->General Information->Auto


W56P IP DECT Redial Times (1~300)
phones)

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

(not applicable to Features->General Information->Hotline


W56P IP DECT Number
phones)

hotline-delay = 0

(not applicable to Features->General Information->Hotline


W56P IP DECT Delay(0~10s)
phones)

Features->General Information->Busy Tone


busytone_delay = 0
Delay (Seconds)

return-code-refuse = Features->General Information->Return


0 Code When Refuse

Features->General Information->Return
return-code-DND = 0
Code When DND

call_completion = 0 Features->General Information->Call

(not applicable to Completion

48
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

W56P IP DECT
phones)

feature-key-synchroni Features->General Information->Feature


sation = 0 Key Synchronization

TimeOut-for-DialNow Features->General Information->Time Out


=0 for Dial Now Rule

Features->General Information->RFC 2543


RFC-2543-Hold = 2
Hold

use-outbound-in-dial Features->General Information->Use


og = 2 Outbound Proxy In Dialog

Features->General Information->180 Ring


IsDeal-180 = 2
Workaround

logon-wizard = 2

(not applicable to Features->General Information->Logon


CP860/W56P IP Wizard
phones)

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)

Features->General Information->Save Call


SaveCallHistory = 2
Log

49
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

SuppressDTMFDisplay Features->General Information->Suppress


=1 DTMF Display

SuppressDTMFDisplay Features->General Information->Suppress


Delay = 1 DTMF Display Delay

play-local-DTMF-tone
=0
Features->General Information->Play Local
(not applicable to
DTMF Tone
W56P IP DECT
phones)

DTMFRepetition = 0

(not applicable to Features->General Information->DTMF


W56P IP DECT Repetition
phones)

MulticastCodec = 0

(not applicable to Features->General Information->Multicast


SIP-T19(P) E2/W56P Codec
IP phones)

PlayHoldTone = 0

(not applicable to Features->General Information->Play Hold


[ General-Informat
W56P IP DECT Tone
ion ]
phones)

PlayHoldToneDelay =
0
Features->General Information->Play Hold
(not applicable to
Tone Delay
W56P IP DECT
phones)

AllowMute = 0

(not applicable to Features->General Information->Allow


W56P IP DECT Mute
phones)

DualHeadset = 0

(1 for SIP VP-T49G IP


phones; not Features->General Information->Dual
applicable to Headset
CP860/W56P IP
phones)

50
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

AutoAnswerDelay = 0

(not applicable to Features->General Information->Auto


W56P IP DECT Answer Delay(1~4s)
phones)

enable-auto-answer-t
one = 0
Features->General Information->Enable
(not applicable to
Auto Answer Tone
W56P IP DECT
phones)

HeadsetPrior = 0

(not applicable to Features->General Information->Headset


CP860/W56P IP Prior
phones)

DTMFReplaceTran = 0

(not applicable to Features->General Information->DTMF


W56P IP DECT Replace Tran
phones)

TranSendDTMF = 1

(not applicable to Features->General Information->Tran Send


W56P IP DECT DTMF
phones)
[ General-Informat
SendPoundKey = 0
ion ]
(not applicable to Features->General Information->Send
W56P IP DECT Pound Key
phones)

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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:

allow-IP-call = 0 Features->General Information->Allow IP


Call

SIP VP-T49G:

Account->SIP IP Call->Allow IP Call

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

Account->SIP IP Call->IP Direct Auto


Answer

calllog-show-num = 0

(not applicable to Features->General Information->Call List


W56P IP DECT Show Number
phones)

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)

display-method-on-di Features->General Information->Display


[ General-Informat
aling = 2 Method on Dialing
ion ]
auto-linekeys = 1

(not applicable to
Features->General Information->Auto
SIP-T19(P) E2/
Linekeys
CP860/W56P IP
phones)

end-call-onhook = 0

(only applicable to Features->General Information->End Call


W56P IP DECT On Hook
phones)

call-waiting-tone = 0 Features->Audio->Call Waiting Tone

53
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

(not applicable to Features->Audio->Ringer Device for


CP860/W56P IP Headset
phones)

[ Features-Interco allow-intercom = 0 Features->Intercom->Allow Intercom


m]
intercom-mute = 0 Features->Intercom->Intercom Mute
(not applicable to
intercom-tone = 0 Features->Intercom->Intercom Tone
W56P IP DECT
phones) intercom-barge = 0 Features->Intercom->Intercom Barge

54
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

semi-attend-transfer Features->Transfer->Semi-Attended
=0 Transfer

blind-tran-onhook = Features->Transfer->Blind Transfer On


0 Hook

Semi-Attend-Trans-O Features->Transfer->Attended Transfer On


nHook = 0 Hook

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

(not applicable to Features->Transfer->Transfer Mode Via


SIP-T19(P) E2/ Dsskey

CP860/W56P IP
phones)

Features->Call Pickup->Call Pickup

Call-Pickup = 0

[ Features-Callpick
up ]
Features->Call Pickup->Call Park
Call-Park = 0

(not applicable to SIP


VP-T49G/CP860/

W56P IP phones)

pushxml-server-addr Features->Remote Control->Push XML


[ Features-Remote =2 Server IP Address
]
XMLSIPNotify = 2 Features->Remote Control->SIP Notify
(not applicable to
W56P IP DECT XMLBlockInCalling =
Features->Remote Control->Block XML in
phones) 2
Calling
(1 for SIP

55
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

VP-T49G/CP860/

W56P IP phones)

Features->Remote Control->Action URI


ActionURILimitIP = 2
Allow IP List

CSTAControl = 2

(not applicable to SIP


Features->Remote Control->CSTA Control
VP-T49G/CP860/

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

(2 for SIP Features->Phone Lock->Emergency


VP-T49G/CP860 IP
phones)

[ Features-ACD ] ACD-auto-available = Features->ACD->ACD->ACD Auto


2 Available
(not applicable to
W56P IP DECT ACD-auto-available-ti Features->ACD->ACD->ACD Auto
phones) mer = 2 Available Timer(0~120s)

[ Features-SMS ] send-sms = 0 Features->SMS->

56
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

(only applicable to
SIP VP-T49G IP
phones)

setup-complete = 2 Features->Action URL->Setup Completed

log-on = 2 Features->Action URL->Registered

log-off = 2 Features->Action URL->Unregistered

register-fail = 2 Features->Action URL->Register Failed

off-hook = 2 Features->Action URL->Off Hook

on-hook = 2 Features->Action URL->On Hook

incoming-call = 2 Features->Action URL->Incoming Call

[ Features-ActionU outgoing-call = 2 Features->Action URL->Outgoing Call


RL ]
call-establish = 2 Features->Action URL->Established
(not applicable to
W56P IP DECT Call-Terminated = 2 Features->Action URL->Terminated
phones)
DND-On = 2 Features->Action URL->Open DND

DND-Off = 2 Features->Action URL->Close DND

Features->Action URL->Open Always


Forward-On-Code = 2
Forward

Features->Action URL->Close Always


Forward-Off-Code = 2
Forward

Features->Action URL->Open Busy


Busy-Forward-On = 2
Forward

Busy-Forward-Off = 2 Features->Action URL->Close Busy Forward

No-Answer-Forward- Features->Action URL->Open NoAnswer


On = 2 Forward

No-Answer-Forward- Features->Action URL->Close NoAnswer


Off = 2 Forward

TransferCall = 2 Features->Action URL->Transfer Call

Blind-transfer-call = 2 Features->Action URL->Blind Transfer

Attended-transfer-call
Features->Action URL->Attended Transfer
=2

57
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

Hold = 2 Features->Action URL->Hold

Unhold = 2 Features->Action URL->UnHold

Mute = 2 Features->Action URL->Mute

Unmute = 2 Features->Action URL->UnMute

Missed-call = 2 Features->Action URL->Missed Call

IPChange = 2 Features->Action URL->IP Changed

IdletoBusy = 2 Features->Action URL->Idle To Busy

BusytoIdle = 2 Features->Action URL->Busy To Idle

RejectIncomingCall = Features->Action URL->Reject Incoming


[ Features-ActionU
2 Call
RL ]

(not applicable to Features->Action URL->Answer New-In


AnswerNewInCall = 2
W56P IP DECT Call
phones)
TransferFailed = 2 Features->Action URL->Transfer Failed

TransferFinished = 2 Features->Action URL->Transfer Finished

ForwardIncomingCall Features->Action URL->Forward Incoming


=2 Call

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)

AutopFinish = 2 Features->Action URL->Autop Finish

OpenCallWait = 2 Features->Action URL->Open Call Waiting

CloseCallWait = 2 Features->Action URL->Close Call Waiting

Headset = 2

(not applicable to Features->Action URL->Headset


CP860 IP phones)

Handfree = 2

(not applicable to Features->Action URL->Handfree


CP860 IP phones)

CancelCallOut = 2 Features->Action URL->Cancel Call Out

58
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

RemoteBusy = 2 Features->Action URL->Remote Busy

CallRemoteCanceled Features->Action URL->Call Remote


=2 Canceled

bluetooth-active = 0

(only applicable to SIP


[ Features-Bluetoo
VP-T49G/SIP-T48G/ Features->Bluetooth->Bluetooth Active
th ]
T48S/T46G/T46S/

T29G IP phones)

common-power-light Features->Power LED->Common Power


-on = 0 Light On

ring-power-light-flash Features->Power LED->Ringing Power


=0 Light Flash

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

(not applicable to Light On

W56P IP DECT

59
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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)

Display-Voice-Mail-P Features->Notification Popups->Display


opup = 0 Voice Mail Popup
[ Features-NotifyP
Display-Missed-Call-P Features->Notification Popups->Display
op ]
opup = 0 Missed Call Popup
(not applicable to
Display-Forward-Call- Features->Notification Popups->Display
W56P IP DECT
Popup = 0 Forward Call Popup
phones)
Display-Text-Message Features->Notification Popups->Display
-Popup = 0 Text Message Popup

settings-preference =
Settings->Preference (the whole page)
0

settings-datetime = 0 Settings->Time & Date (the whole page)

settings-calldisplay =
Settings->Call Display (the whole page)
0

settings-upgrade = 0 Settings->Upgrade (the whole page)

settings-autop = 2

(0 for SIP
Settings->Auto Provision (the whole page)
[ Settings ] VP-T49G/CP860/

W56P IP phones)

settings-config = 0 Settings->Configuration (the whole page)

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)

settings-ring = 2 Settings->Ring (the whole page)

60
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

(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)

settings-tr069 = 2 Settings->TR069 (the whole page)


[ Settings ]
settings-voicemonitor
ing = 2

(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

(only applicable to SIP


Settings->Power Saving (the whole page)
VP-T49G/SIP-T48G/

T48S/T46G/T46S/

T29G IP phones)

settings-camera = 0

(only applicable to SIP Settings->Camera (the whole page)


VP-T49G IP phones)

settings-video = 0
Settings->Video (the whole page)
(only applicable to SIP

61
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

(only applicable to SIP


Settings->Preference->Backlight Inactive
VP-T49G/SIP-T48G/
Level (Unused BackLight)
T48S/T46G/T46S/

T29G IP phones)

backlight = 0

(only applicable to SIP


Settings->Preference->Backlight Active
VP-T49G/SIP-T48G/T4
Level (Active Backlight Level)
8S/T46G/T46S/T29G/
T27P/T27G IP phones)

BacklightTime = 0

(not applicable to Settings->Preference->Backlight


SIP-T19(P) E2 and Time(seconds)
W56P IP phones)

contrast_ctrl = 0
Settings->Preference->Contrast
(only applicable to

62
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

CP860/SIP-T40P/T27P
/T27G/T23P/T23G/

T21(P) E2/T19(P) E2 IP
phones)

watchdog = 2 Settings->Preference->Watch Dog

ring_type_setting = 0

(not applicable to Settings->Preference->Ring Type


W56P IP DECT Settings->Preference->Upload Ringtone
phones)

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)

DHCP-Time = 0 Settings->Time & Date->DHCP Time


[ Time&Date ]
manual-time = 0 Settings->Time & Date->Manual Time

time_zone = 0 Settings->Time & Date->Time Zone

daylight-time = 0 Settings->Time & Date->Daylight Saving

63
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

Time

location = 0 Settings->Time & Date->Location

time_type = 0 Settings->Time & Date->Fixed Type

Settings->Time & Date->Start Date


daylight_date = 0
Settings->Time & Date->End Date

offset = 0 Settings->Time & Date->Offset(minutes)

Settings->Time & Date->NTP by DHCP


NTP_priority = 0
Priority

SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
T21(P) E2/T19(P) E2/CP860/W56P:

prim_server = 0 Settings->Time & Date->Primary Server

SIP VP-T49G:

Settings->Time & Date->Primary NTP


Server
[ Time&Date ]
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
T21(P) E2/T19(P) E2/CP860/W56P:

sec_server = 0 Settings->Time & Date->Secondary Server

SIP VP-T49G:

Settings->Time & Date->Secondary NTP


Server

Settings->Time &
update_interval = 0
Date->Synchronism(15~86400s)

Settings->Time & Date->Manual Time


manual-time-settings
=0

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

[ Settings-CallDisp T48S/T46G/T46S/
lay ] T29G IP phones)

Incoming-Call-Ringer- Settings->Call Display->Display Called


Animation = 0 Party Information

Call-Display-Method Settings->Call Display->Call Information


=0 Display Method

Settings->Upgrade->Version

version_info = 0

SIP VP-T49G/CP860/W56P:

reset_to_factory = 2 Settings->Upgrade->Reset to Factory


Setting
(1 for SIP
SIP-T48G/T48S/T46G/T46S/T42G/T42S/T41
VP-T49G/CP860/
P/T41S/T40P/T29G/T27P/T27G/T23P/T23G/
W56P IP phones)
T21(P) E2/T19(P) E2:
Settings->Upgrade->Reset to factory

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

Settings->Upgrade->Reset userdata &


reset_userdata = 0
local config (only appear when the
(not applicable to SIP
parameter
VP-T49G/CP860/
“static.auto_provision.custom.protect” is set
W56P IP phones)
to 1.)

reset_local_config = 0 Settings->Upgrade->Reset Local


(only applicable to SIP Configuration (only appear when the
VP-T49G/CP860/ parameter “auto_provision.custom.protect”

W56P IP phones) is set to 1.)

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/

W56P IP phones) T21(P) E2/T19(P) E2:


Settings->Upgrade->Select and Upgrade
Firmware

upgrade_handset_firm
ware = 1
Settings->Upgrade->Select and Upgrade
(only applicable to
Handset Firmware
W56P IP DECT
phones)

pnp-active = 2 Settings->Auto Provision->PNP Active

dhcp-active = 2 Settings->Auto Provision->DHCP Active


[ Settings-AutoPro
Settings->Auto Provision->Custom
vision ] custom-option = 2
Option(128~254)

DHCP-Option-Value Settings->Auto Provision->DHCP Option


=2 Value

server-URL = 2 Settings->Auto Provision->Server URL

account = 2 Settings->Auto Provision->User Name

password = 2 Settings->Auto Provision->Password

attempt-expired-time Settings->Auto Provision->Attempt

66
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

=2 Expired Time(s)

Settings->Auto Provision->Common AES


common-AES-key = 2
Key

MAC-Oriented-AES-k Settings->Auto Provision->MAC-Oriented


ey = 2 AES Key

zero_active = 2

(not applicable to
Settings->Auto Provision->Zero Active
W56P IP DECT
phones)

wait_time = 2

(not applicable to Settings->Auto Provision->Wait


W56P IP DECT Time(1~100s)

Settings-AutoProv phones)

ision ] poweron-active = 2 Settings->Auto Provision->Power On

repeatly-active = 2 Settings->Auto Provision->Repeatedly

Settings->Auto
repeat-interval = 2
Provision->Interval(Minutes)

weekly-active = 2 Settings->Auto Provision->Weekly

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)

autop-time = 2 Settings->Auto Provision->Time

day-of-week = 2 Settings->Auto Provision->Day of Week

67
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

flexible-switch = 2

(not applicable to SIP Settings->Auto Provision->Flexible Auto


VP-T49G/CP860/ Provision

[ Settings-AutoPro W56P IP phones)


vision ]
flexible-interval = 2

(not applicable to SIP Settings->Auto Provision->Flexible Interval


VP-T49G/CP860/ Days

W56P IP phones)

flexible-autoptime = 2

(not applicable to SIP


Settings->Auto Provision->Flexible Time
VP-T49G/CP860/

W56P IP phones)

Settings->Auto Provision->
btn-autop-now = 2

opt-configfile = 0 Settings->Configuration->Export or Import


(1 for SIP Configuration
VP-T49G/CP860/

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

W56P IP phones) when the parameter


“static.features.custom_factory_config.enabl
e” is set to 1)

export-cfg-config-file
=0 Settings->Configuration->Export CFG
(2 for SIP Configuration File
VP-T49G/CP860/

68
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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)

W56P IP phones) Settings->Configuration->Pcap Filter Type


(only applicable to SIP VP-T49G 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

(only applicable to SIP Settings->Configuration->System Log


VP-T49G/CP860/ Level

W56P IP phones)

Settings->Configuration->Local Logging
Local_Logging = 0

(not applicable to SIP


VP-T49G/CP860/

W56P IP phones)

Local_Log_Switch = 0

(not applicable to SIP Settings->Configuration->Local


VP-T49G/CP860/ Logging->Enable Local Logging

W56P IP phones)

Local_Log_Level = 0 Settings->Configuration->Local

69
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

(not applicable to SIP Logging->Local Log Level


VP-T49G/CP860/

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

(not applicable to SIP Settings->Configuration->Local


VP-T49G/CP860/ Logging->Export Local Log

W56P IP phones)

Syslog_Switch = 2

(not applicable to SIP Settings->Configuration->Syslog->Enable


VP-T49G/CP860/ Syslog Feature

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

(not applicable to SIP Settings->Configuration->Syslog->Syslog


VP-T49G/CP860/ Level

W56P IP phones)

Syslog_Facility = 2

(not applicable to SIP Settings->Configuration->Syslog->Syslog


VP-T49G/CP860/ Facility

W56P IP phones)

Syslog_Prepend_Mac Settings->Configuration->Syslog->Prepen
=2 d MAC in Syslog

70
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

(not applicable to SIP


VP-T49G/CP860/

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 Rule (the


replace-rule = 0
whole page)

Settings->Dial Plan->Dial Now (the whole


dial-now = 0
page)

Settings->Dial Plan->Area Code (the whole


area-code = 0
page)

Settings->Dial Plan->Block Out (the whole


block-out = 0
page)

Settings->Dial Plan->Replace Rule->Prefix

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

Settings->Dial Plan->Dial Now->Account


dial-now-control = 0
(not applicable to SIP-T19(P) E2/CP860 IP
phones)

Settings->Dial Plan->Area Code->Code

Settings->Dial Plan->Area Code->Min


Length (1-15)

Settings->Dial Plan->Area Code->Max


area-code-control = 0
Length (1-15)

Settings->Dial Plan->Area Code->Account


(not applicable to SIP-T19(P) E2/CP860 IP
phones)

Settings->Dial Plan->Block Out->BlockOut


block-out-control = 0
NumberX(X=1,2,…,10)

71
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

[ Settings-DialPlan Settings->Dial Plan->Block Out->Account


] (not applicable to SIP-T19(P) E2/CP860 IP
phones)

echo-cancellation = 2 Settings->Voice->Echo Cancellation


(0 for SIP
VP-T49G/CP860/

W56P IP phones)

[ Settings-Voice ] Settings->Voice->JITTER BUFFER


jitter-buffer = 2

(0 for SIP
VP-T49G/CP860/

W56P IP phones)

[ Settings-Ring ] personal-ring = 2

(not applicable to (1 for SIP Settings->Ring->Internal Ringer Text


W56P IP DECT VP-T49G/CP860 IP Settings->Ring->Internal Ringer File
phones) phones)

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)

Settings->Tones->Stutter (not applicable


to W56P IP DECT phones)

Settings->Tones->Message (not applicable


to W56P IP DECT phones)

Settings->Tones->Auto Answer (not


applicable to W56P IP DECT phones)

tone-country = 2
Settings->Tones->Select Country
(not applicable to SIP

72
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

[ Settings-Tones ] VP-T49G/CP860/

W56P IP phones)

Custom_SoftKey = 2 Settings->Softkey Layout->Custom Softkey

Settings->Softkey Layout->Call States


SoftKey_Type = 2

[ Softkey ] Settings->Softkey Layout->

(not applicable to
W56P IP DECT
phones)
SoftKey_Select = 2

head = 2 Settings->TR069->

EnableTR069 = 2 Settings->TR069->Enable TR069

ACSUsername = 2 Settings->TR069->ACS Username

ACSPassword = 2 Settings->TR069->ACS Password

ACSURL = 2 Settings->TR069->ACS URL

EnablePeriodicInform
[ TR069 ] Settings->TR069->Enable Periodic Inform
=2

PeriodicInformInterval Settings->TR069->Periodic Inform Interval


=2 (seconds)

Settings->TR069->Connection Request
RequestUsername = 2
Username

Settings->TR069->Connection Request
RequestPassword = 2
Password

RTCP-Session-Report Settings->Voice Monitoring->VQ RTCP-XR


=2 Session Report

RTCP-Interval-Report Settings->Voice Monitoring->VQ RTCP-XR

[ Settings-VoiceM =2 Interval Report

onitoring ] RTCP-Interval-Period Settings->Voice Monitoring->Period for


=2 Interval Report

RTCP-Warning-Moslq Settings->Voice Monitoring->Warning


=2 threshold for Moslq

73
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

RTCP-Critical-Moslq = Settings->Voice Monitoring->Critical


2 threshold for Moslq

RTCP-Warning-Delay Settings->Voice Monitoring->Warning


=2 threshold for Delay

RTCP-Critical-Delay = Settings->Voice Monitoring->Critical


2 threshold for Delay

Display-VQReport-On Settings->Voice Monitoring->Display


-Web = 2 Report options on Web

Display-VQReport-On Settings->Voice Monitoring->Display


[ Settings-VoiceM -UI = 2 Report options on phone
onitoring ]
Voice-RTCP-XR-REPO
RT = 2
Settings->Voice Monitoring->Voice
(not applicable to SIP
RTCP-XR Report
VP-T49G/CP860/

W56P IP phones)

Settings->Voice Monitoring->Report
options on phone

RTCP-Report-Options
=2

Settings->SIP->SIP Session Timer T1


(0.5~10s)

Settings->SIP->SIP Session Timer T2


sip-session-timer = 2
(2~40s)
[ Settings-SIP ] Settings->SIP->SIP Session Timer T4
(2.5~60s)

local-SIP-port = 2 Settings->SIP->Local SIP Port

TLS-SIP-Port = 2 Settings->SIP->TLS SIP Port

[ Settings-Camera Settings->Camera->Scene Mode


] scene-mode = 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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

“camera.scene_mode” is set to 0)

[ Settings-Camera
]

(only applicable to
SIP VP-T49G IP
phones)
Settings->Camera->Exposure

exposure = 2

Settings->Camera->Camera Icon on Status


status-bar-icon = 2
Bar

video-active = 0 Settings->Video->Video Active

auto-start-video = 0 Settings->Video->Auto Start Video


[ Settings-Video ]
auto-answer-video-m Settings->Video->Auto Answer Video
(only applicable to
ute = 0 Mute
SIP VP-T49G IP
phones) uplink-bandwidth = 2 Settings->Video->Uplink Bandwidth

downlink-bandwidth
Settings->Video->Downlink Bandwidth
=2

enable = 2

(not applicable to SIP Settings->Power Saving->Power Saving


VP-T49G IP phones)

Settings->Power Saving->Office Hour


[ Settings-PowerS
aving ]

(only applicable to office_hour = 0

SIP (2 for SIP VP-T49G IP


VP-T49G/SIP-T48 phones)
G/T48S/T46G/

T46S/T29G IP
phones)
office_Monday = 0

(2 for SIP VP-T49G IP Settings->Power Saving->Monday


phones)

75
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

office_Tuesday = 0

(2 for SIP VP-T49G IP Settings->Power Saving->Tuesday


phones)

office_Wednesday = 0

(2 for SIP VP-T49G IP Settings->Power Saving->Wednesday


phones)

office_Thursday = 0

(2 for SIP VP-T49G IP Settings->Power Saving->Thursday


phones)

office_Friday = 0

(2 for SIP VP-T49G IP Settings->Power Saving->Friday


phones)

office_Saturday = 0

(2 for SIP VP-T49G IP Settings->Power Saving->Saturday


phones)
[ Settings-PowerS
office_Sunday = 0
aving ]
(2 for SIP VP-T49G IP Settings->Power Saving->Sunday
(only applicable to
phones)
SIP
VP-T49G/SIP-T48 Settings->Power Saving->Idle TimeOut

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

Directory->Local Directory (the whole


contacts-basic = 0
page)

contacts-remote = 1

(0 for SIP Directory->Remote Phone Book (the whole


VP-T49G/CP860/ page)

W56P IP phones)

contacts-callinfo = 0

(not applicable to Directory->Phone Call Info (the whole


W56P IP DECT page)

phones)

[ Contacts ] contacts-LDAP = 1

(0 for SIP
VP-T49G/CP860/

W56P IP phones; not Directory->LDAP (the whole page)

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)

contacts-favorite = 0 Directory->Setting (the whole page)

download-contacts = Directory->Local Directory->File Template


0 Download
[ Contacts-Basic ]

(only applicable to Directory->Local Directory->Import


importcontacts = 0
W56P IP DECT Contacts
phones)
Directory->Local Directory->Export
export-contacts = 0
Contacts

contact-list = 0

(not applicable to
Directory->Local Directory
W56P IP DECT
phones)

77
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

Directory->Local Directory->

[ LocalPhoneBook
]

(not applicable to
opt-contacts = 0
W56P IP DECT
phones)

remote-phonebook-li Directory->Remote Phone Book->


st = 1

(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)

Directory->Phone Call Info->Call Panel


call-control = 0

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

(only applicable to SIP


VP-T49G/CP860 IP

79
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

phones)

Directory->Phone Call Info->


dialed-list = 0

(not applicable to SIP


VP-T49G/CP860 IP
phones)

missed-list-title = 0

(only applicable to SIP


Directory->Phone Call Info->
VP-T49G/CP860 IP
phones)

missed-list-content =
Directory->Phone Call Info->Missed List
0

(only applicable to SIP


VP-T49G/CP860 IP
phones)
[ PhoneCallInfo ]
missed-list = 0 Directory->Phone Call Info->
(not applicable to
(not applicable to SIP
W56P IP DECT
VP-T49G/CP860 IP
phones)
phones)

received-list-title = 0

(only applicable to SIP


Directory->Phone Call Info->
VP-T49G/CP860 IP
phones)

received-list-content
Directory->Phone Call Info->Received List
=0

(only applicable to SIP


VP-T49G/CP860 IP
phones)

Directory->Phone Call Info->


received-list = 0

(not applicable to SIP


VP-T49G/CP860 IP
phones)

forwarded-list-title =
0
Directory->Phone Call Info->
(only applicable to SIP
VP-T49G/CP860 IP

80
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

phones)

forwarded-list-conten
t=0 Directory->Phone Call Info->Forwarded List

[ PhoneCallInfo ] (only applicable to SIP

(not applicable to VP-T49G/CP860 IP

W56P IP DECT phones)

phones)
forwarded-list = 0 Directory->Phone Call Info->

(not applicable to SIP


VP-T49G/CP860 IP
phones)

enable-LDAP = 0 Directory->LDAP->Enable LDAP

LDAP-name-filter = 0 Directory->LDAP->LDAP Name Filter

LDAP-number-filter =
Directory->LDAP->LDAP Number Filter
0

LDAP-TLS-Mode = 0 Directory->LDAP->LDAP TLS Mode

server-address = 0 Directory->LDAP->Server Address

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

LDAP-lookup-for-inco Directory->LDAP->LDAP Lookup For


ming-call = 0 Incoming Call

LDAP-lookup-for-call Directory->LDAP-> LDAP Lookup For


out = 0 Callout

LDAP-sorting-results Directory->LDAP->LDAP Sorting Results

81
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

=0

Receive_Priority = 1

(0 for SIP
Directory->Multicast IP->Paging Barge
VP-T49G/CP860 IP
phones)

PagePriorityActive = 1

(0 for SIP Directory->Multicast IP->Paging Priority


VP-T49G/CP860 IP Active
phones)

Directory->Multicast IP->

[ MulticastIP ]
MulticastIPConfig = 1
(not applicable to
(0 for SIP
W56P IP DECT
VP-T49G/CP860 IP
phones)
phones)

Directory->Multicast IP->Paging List

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]

Directory->Setting->Search Source List In


super-search = 0
Dialing

82
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

[ Contacts-Favorit
e]

Directory->Setting->Recent Call In Dialing

password = 0 Security->Password (the whole page)

Security->Trusted Certificates (the whole


trusted_cert = 2
page)

[ Security ] Security->Server Certificates (the whole


server_cert = 2
page)

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

[ TrustCerts ] btn-delete-certs = 2 Security->Trusted Certificates->

only-accept-trusted-c Security->Trusted Certificates->Only


erts = 2 Accept Trusted Certificates

common-name-valida Security->Trusted Certificates->Common


tion = 2 Name Validation

Security->Trusted Certificates->CA
ca-certs = 2
Certificates

83
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

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

DND-Active = 2 Hidden->DND Active

Forward-Active = 2 Hidden->Forward Active

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

(not applicable to SIP


Hidden->XSI Active
VP-T49G/CP860/

W56P IP phones)

UC-Active = 2 Hidden->UC Active

84
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

(1 for SIP VP-T49G IP


phones; only
applicable to SIP
VP-T49G/SIP-T48G/

T48S/T46G/T46S/

T29G IP phones)

remote_pcap_switch
=2 Hidden->Remote Pcap

(only applicable to Hidden->Remote Pcap Port


SIP-T48G/T48S/T46G/ Hidden->Remote Pcap Password
T46S/T29G IP phones)

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

(only applicable to Hidden->Remote Pcap Password


SIP-T48G/T48S/T46G/
T46S/T29G IP phones)

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.

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

[ General-Informat EnableAutoFavorite = 0 Features->General Information->Enable

85
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

ion ] (only applicable to SIP Auto Favorite


VP-T49G/SIP-T48G/

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

Directory->Network Directory->Call Log

Directotries = 0

[ Contacts-Broads
oft ]

(only applicable to
SIP
VP-T49G/CP860/
W56P IP phones)

Directory->Network Directory->XSI

XSI = 0

[ Apps ] Applications->Broadsoft XSI (the whole


broadsoft-XSI = 1
(not applicable to page)

SIP
VP-T49G/CP860/ Applications->Broadsoft XMPP (the whole
broadsoft-XMPP = 1
W56P IP phones) page)

XSI = 1 Applications->Broadsoft XSI->XSI Account

86
Configuration Guide for User Access Level

Parameters and Configuration Items on the Web User


Section Header
Default Value Interface

Applications->Broadsoft XSI->Network
Directory

Applications->Broadsoft XSI->Custom
Directory

Directotries = 1
[ Broadsoft ]

(not applicable to
SIP
VP-T49G/CP860/
W56P IP phones)

CallLog = 1 Applications->Broadsoft XSI->Call Log

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

Configuration Parameters of Phone User Interface


The following table lists configuration items in the WebItemsLevel.cfg file with associated
configurations 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:

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

status_list = 0 Menu->Status

SIP VP-T49G:

Menu->Status->General->IPv4

Status_IP = 0 SIP-T48G/T48S:

(11 for SIP Menu->Status->General->IPv4 IP


VP-T49G/CP860/ SIP-T46G/T46S/T42G/T42S/T41P/T41S/
W56P IP phones) T40P/T29G/T27P/T27G/T23P/T23G/T21(P)
E2/T19(P) E2/CP860:

Menu->Status->IPv4 (or IPv4 Address)

SIP VP-T49G:

Menu->Status->General->IPv6

Status_IPv6 = 0 SIP-T48G/T48S:

(11 for SIP Menu->Status->General->IPv6 IP


VP-T49G/CP860/ SIP-T46G/T46S/T42G/T42S/T41P/T41S/
W56P IP phones) T40P/T29G/T27P/T27G/T23P/T23G/T21(P)
E2/T19(P) E2/CP860:

Menu->Status->IPv6 (or IPv6 Address)

[ GUI ] SIP VP-T49G/SIP-T48G/T48S:


Status_MAC = 0 Menu->Status->General->MAC Address
(21 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->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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

Status_More = 0

(01 for CP860/W56P IP


phones; not applicable
Menu->Status->More
to SIP
VP-T49G/SIP-T48G/

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:

(02 for SIP Menu->Status->RTP 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->Status->More->RTP

status_general= 0

(02 for SIP VP-T49G IP


phones; only applicable Menu->Status->General
to SIP
VP-T49G/SIP-T48G/

89
Configuration Guide for User Access Level

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

T48S IP phones)

features = 0

(02 for SIP


Menu->Features
VP-T49G/CP860/

W56P IP phones)

callcontrol_forward = 1

(11 for SIP


Menu->Features->Call Forward
VP-T49G/CP860/

W56P IP phones)

always-forward = 0

(1 for SIP Menu->Features->Call Forward->Always


VP-T49G/CP860/ Forward

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

(1 for SIP Menu->Features->Call Forward->No


VP-T49G/CP860/ Answer Forward

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

(1 for SIP VP-T49G IP


phones; not applicable
Menu->Features->DSS Keys
to SIP-T19(P)
E2/CP860/W56P IP
phones)

90
Configuration Guide for User Access Level

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

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

(not applicable to SIP Menu->Features->Diagnostics


VP-T49G/CP860/W56P
IP phones)

Diagnostics_Network =
0

(not applicable to SIP Menu->Features->Diagnostics->Network


VP-T49G/CP860/W56P
IP phones)

Diagnostics_Ping = 0 Menu->Features->Diagnostics->Network-

91
Configuration Guide for User Access Level

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

(not applicable to SIP >Ping


VP-T49G/CP860/W56P
IP phones)

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

W56P IP phones) SIP-T46G/T46S/T29G:

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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

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

(not applicable to SIP


VP-T49G/SIP-T48G/ Menu->Settings

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:

Menu->Settings->Basic Settings->Time &


Date->SNTP Settings->Time Zone

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:

Menu->Settings->Basic Settings->Time &


Date->Manual Settings

display = 0 SIP

(10 for SIP VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:

93
Configuration Guide for User Access Level

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

VP-T49G/CP860/ Menu->Basic->Display

W56P IP phones) SIP-T42G/T42S/T41P/T41S/T40P/T27P/

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:

blf_ring_setting = 0 Menu->Basic->Sound->BLF Ring Type

(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->Basic
Settings->Sound->BLF Ring Type

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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

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

(1 for SIP VP-T49G IP


phones; only applicable
to Menu->Basic->Bluetooth
VP-T49G/SIP-T48G/T48
S/T46G/T46S/T29G IP
phones)

wifi = 0

(2 for SIP VP-T49G IP


phones; only applicable
[ GUI ] to SIP Menu->Basic->Wi-Fi
VP-T49G/SIP-T48G/T48
S/T46G/T46S/T29G IP
phones)

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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

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

STUN_server = 2 SIP VP-T49G/SIP-T48G/T48S:

(02 for SIP Menu->Advanced->Account->Account

97
Configuration Guide for User Access Level

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

VP-T49G/CP860 IP X->NAT Status


phones) SIP-T46G/T46S/T29G:

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

(02 for SIP VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:

98
Configuration Guide for User Access Level

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

VP-T49G/CP860/ Menu->Advanced->Network->VLAN

W56P IP phones) ->WAN Port

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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

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

(02 for CP860/W56P IP


SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
phones; not applicable
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:
to SIP
Menu->Settings->Advanced
VP-T49G/SIP-T48G/T48
Settings->Softkey Label
S/T46G/T46S/T29G IP
phones)

keyboard_lock = 02
SIP VP-T49G:
(only applicable to SIP

100
Configuration Guide for User Access Level

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

VP-T49G/CP860 IP Menu->Advanced->Phone Lock


phones) CP860:

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

Adv_ResetToFac = 2 SIP VP-T49G:

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:

Adv_ResetConfig = 0 Menu->Advanced->Reset Config

(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->Advanced
Settings->Reset Config

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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

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.)

(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->Advanced
Settings->Reset Config->Reset non-static
settings (only appear when the parameter
“static.auto_provision.custom.protect” is set
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.)

ResetUserDataUserCfg Menu->Advanced->Reset Config->Reset


=0 userdata & local config (only appear when

(not applicable to SIP the parameter

VP-T49G/CP860/ “static.auto_provision.custom.protect” is set


to 1.)

102
Configuration Guide for User Access Level

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

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”

(only applicable to SIP is set to 1.)

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->Advanced->Set Password (Change


Password)
password = 0
SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:

Menu->Settings->Advanced Settings->Set
Password (Change Password)

[ GUI ] SIP VP-T49G:


Adv_AES = 02
Menu->Advanced->Set AES Key
(only applicable to SIP
CP860:
VP-T49G/CP860 IP
Menu->Settings->Advanced Settings->Set
phones)
AES Key

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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

Settings->FWD International

SMS= 0

(12 for SIP


Menu->Message
VP-T49G/CP860/

W56P IP phones)

MSG_Voice = 0

(1 for SIP
Menu->Message->Voice Mail
VP-T49G/CP860/

W56P IP phones)

viewvoicemail = 0

(1 for SIP Menu->Message->Voice Mail->View Voice


VP-T49G/CP860/ Mail

W56P IP phones)

setvoicemail = 0

(1 for SIP Menu->Message->Voice Mail->Set Voice


VP-T49G/CP860/ Mail Code

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:

contrast_ctrl = 0 Menu->Basic->Display->Contrast Setting

(not applicable to SIP CP860/SIP-T40P/T27P/T27G/T23P/T23G/T2


VP-T49G/SIP- 1(P) E2/T19(P) E2:
T42G/T42S/T41P/T41S) Menu->Settings->Basic
Settings->Display->Contrast

104
Configuration Guide for User Access Level

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

local_call_log_list = 0

(01 for SIP


Menu->Directory->Local Directory
VP-T49G/CP860/

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:

Menu->Basic->Time & Date->Time & Date


Basic_Time_Format = 0 Format

SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:

Menu->Settings->Basic Settings->Time &

105
Configuration Guide for User Access Level

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

Date->Time & Date Format

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:

Menu->Settings->Basic Settings->Time &


Date->SNTP Settings

MSG_Text = 0 Menu->Message->Text Message

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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

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:

Menu->Basic->Time & Date->DHCP Time


[ GUI ]
dhcptimezone = 0 SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:

Menu->Settings->Basic Settings->Time &


Date->DHCP Time

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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

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

remote_contact_list = 0 Menu->Directory->Remote Phone book

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

(1 for SIP VP-T49G IP


phones; only applicable
Menu->Features
to SIP
VP-T49G/SIP-T48G/T48
S/T46G/T46S/T29G IP
phones)

date_and_time_general
=0 Menu->Basic->Time &Date->General

(only applicable to SIP

108
Configuration Guide for User Access Level

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

VP-T49G/SIP-T48G/T48
S/T46G/T46S/T29G IP
phones)

reset_and_reboot_list =
0

(only applicable to Menu->Advanced->Reset&Reboot


SIP-T46G/T46S/T29G IP
phones)

display_wallpaper = 0

(1 for SIP VP-T49G IP


phones; only applicable
to SIP Menu->Basic->Display->Wallpaper
VP-T49G/SIP-T48G/T48
S/T46G/T46S/T29G IP
phones)

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

(only applicable to SIP Menu->USB


VP-T49G IP phones)

usb_browse_audio = 00

(only applicable to SIP Menu->USB->Browse Audio


VP-T49G IP phones)

usb_browse_video = 00

(only applicable to SIP Menu->USB->Browse Video


VP-T49G IP phones)

109
Configuration Guide for User Access Level

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

usb_browse_photo = 00

(only applicable to SIP Menu->USB->Browse Photo


VP-T49G IP phones)

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

(only applicable to Menu->USB Record


CP860 IP phones)

browserecordfiles = 0

(only applicable to Menu->USB Record->Playback Recording


CP860 IP phones)

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.

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

broadsoft_contact_list =
1

(0 for SIP Menu->Directory->Network Directory


VP-T49G/CP860/

W56P IP phones)

broadsoft_calllog_list =
Menu->History->Network CallLog
0

SIP
CallControl = 1 VP-T49G/SIP-T48G/T48S/T46G/T46S/T29G:

(0 for SIP Menu->Features->Call Control


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->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:

Menu->Call Control->Remote Office

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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

SIP-T42G/T42S/T41P/T41S/T40P/T27P/T27
G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:

Menu->Call Control->Do Not Disturb

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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

(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->Executive

SIP-T48G/T48S/T46G/T46S/T29G:

callcontrol_securityclass Menu->Features->Call Control->Security


ification = 1 Classification

(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->Security
Classification

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:

Menu->Call Control->Hide Number

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

Parameters and Configuration Items on the Phone User


Section Header
Default Value Interface

G/T23P/T23G/T21(P) E2/T19(P) E2/CP860:

Menu->Call Control->Initial ACD State

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:

callcontrol_securityclass Menu->Features->Call Control->Security


ification = 0 Classification

(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/CP860:
IP phones) Menu->Call Control->Security
Classification

114
Configuration Guide for User Access Level

Configuration Parameters of Handset User Interface


The following table lists configuration items in the WebItemsLevel.cfg file with associated
configurations on the handset user interface of the W56P IP DECT phones:

Section Parameters and Default Configuration Items on the Handset


Header Value User Interface

Menu_Status = 0 OK->Status

Base = 0 OK->Status->Base

Handset = 0 OK->Status->Handset

LineStatus = 0 OK->Status->Line Status

Menu_Intercom = 0 OK->Intercom

Intercom_HSXS = 0 OK->Intercom->Handset X

Intercom_ALLHS = 0 OK->Intercom->All HS

Menu_VoiceMail = 0 OK->Voice Mail

Play_Message = 0 OK->Voice Mail->Play Message

Set_Voice_Mail = 0 OK->Voice Mail->Set Voice Mail

Set_Key_1 = 0 OK->Voice Mail->Set Key 1

Menu_CallFeatures = 0 OK->Call Features

CallForward = 0 OK->Call Features->Call Forware

OK->Call
AlwaysForward= 0
Features->LineX->Always(Disable/Enable)

[ GUI ] OK->Call
BusyForward= 0
Features->LineX->Busy(Disable/Enable)

OK-> Call Features->LineX->No


NoAnswerForward= 0
Answer(Disable/Enable)

DND= 0 OK->Call Features->Do Not Disturb

CallWaiting= 0 OK->Call Features->Call Waiting

AnonymousRejection = 0 OK->Call Features->Anon.Call Rejection

AnonymousCall = 0 OK->Call Features->Anonymous Call

Menu_Directory = 0 OK->Directory

Local_Contact_List= 0 OK->Directory->Local Directory

Remote_Contact_List= 0 OK->Directory->Remote Dir

115
Configuration Guide for User Access Level

Section Parameters and Default Configuration Items on the Handset


Header Value User Interface

Broadsoft_Contact_List= 0 OK->Directory->Network Directory

LDAP_Contact_List= 0 OK->Directory->LDAP

Menu_Settings = 0 OK->Settings

DateTime = 0 OK->Settings->Date & Time

Audio = 0 OK->Settings->Audio

Advisory_Tones = 0 OK->Settings->Audio->Advisory Tones

Ring_Tones = 0 OK->Settings->Audio->Ring Tones

OK->Settings->Audio->Ring
Volume = 0
Tones->Volume

OK->Settings->Audio->Ring
Melodies = 0
Tones->Melodies

Display = 0 OK->Settings->Display

Screen_Saver = 0 OK->Settings->Display->Screen Saver

Wallpaper = 0 OK->Settings->Display->Wallpaper

[ GUI ] OK->Settings->Display->Display
Display_Backlight = 0
Backlight

Keypad_Light = 0 OK->Settings->Display->Keypad Light

Time_Formate = 0 OK->Settings->Display->Time Format

Date_Formate = 0 OK->Settings->Display->Date Format

Input_Method = 0 OK->Settings->Display->Input Method

Shortcut = 0 OK->Settings->Shortcut

Soft_Left = 0 OK->Settings->Shortcut->History

Soft_Right = 0 OK->Settings->Shortcut->Line Status

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

Section Parameters and Default Configuration Items on the Handset


Header Value User Interface

Handset

OK->Settings->Registration->De-reg.
De_reg_Handset = 0
Handset

Select_Base = 0 OK->Settings->Registration->Select Base

Telephony = 0 OK->Settings->Telephony

Auto_Answer = 0 OK->Settings->Telephony->Auto Answer

OK->Settings->Telephony->Auto
Auto_Intercom = 0
Intercom

Default_Line = 0 OK->Settings->Telephony->Default Line

OK->Settings->Telephony->Incoming
Incoming_Lines = 02
Lines

Speed_Dial = 0 OK->Settings->Telephony->Speed Dial

OK->Settings->Telephony->Caller
Blacklist = 0
Blacklist

SystemSettings= 0 OK->Settings->System Settings

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

RPS = 02 OK->Settings->System Settings->RPS

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

Section Parameters and Default Configuration Items on the Handset


Header Value User Interface

Settings->Repeater Mode

HandsetName= 0 OK->Settings->Handset Name

UpgradeFirmware= 2 OK->Settings->Upgrade Firmware

Menu_History = 0 OK->History

[ GUI ] All_Calls= 0 OK->History->All Calls

Missed_Calls= 0 OK->History->Outgoing Calls

Outgoing_Calls= 0 OK->History->Missed Calls

Accepted_Calls= 0 OK->History->Accepted Calls

Menu_Usermode = 0 OK->User Mode

118
Appendix-B Sample Configuration Files

SIP VP-T49G IP Phones


The default configuration item settings in factory WebItemsLevel.cfg for SIP VP-T49G IP phones
running firmware version 51.80.0.108 or later are:

[ 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

W56P IP DECT Phones


The default configuration item settings in factory WebItemsLevel.cfg for W56P IP DECT phones
running firmware version 80 or later are:

[ 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

You might also like