## Voicemail Access Number ##
SET MSGNUM *17

#################  Firmware Upgrade  ####################
##
## DOCK_FW_INTERVAL defines the number of minutes the media station checks for new firmware. When the interval is reached,
## the media station polls the upgrade script file Upgrade script file to download and install new firmware. This only occurs when a user is no longer on an active call
## Default value is 1440 (one day) 
SET DOCK_FW_INTERVAL 0 


####################  Application Menus  ####################
##
## DOCK_HIDDEN_MENUS Controls the Settings menus users see on the media station app. Valid values are:
## ADVANCED_SIP -  Hides the advanced SIP options
## NETWORK - Hides the capability to edit network
## SKYPE - Hides the capability to add a Skype account
## The parameter is a comma separated list of values that can include several values. The default value should be Skype
SET DOCK_HIDDEN_MENUS GLOBAL_VOIP

##################  EVENT LOGGING SETTINGS  ##################
##
## LOGSRVR specifies one address for a syslog server
##  in dotted-decimal (IPv4)
##  The value can contain 0 to 255 characters; the default value is null ("").
SET LOGSRVR \"\"

## SYSLOG_MODESet Syslog level for syslog messages sent to server
## configured using parameter LOGSRVR. Allowed values:
## disabled (default), errors, event, full
SET SYSLOG_MODE disabled

####################  Automatic Unregistration  ####################
##
## DOCK_AUTOMATIC_UNREGISTRATION_TIMER Controls whether and when the media station unregisters
## when you disconnect a smart device from the media station.
## -1 : Media station remains registered after the smart device (default)
## 0  : Media station unregisters immediately after the smart device disconnects
## 1 to 720 : Media station remains registered for
## administered number of minutes after the smart device disconnects
SET DOCK_AUTOMATIC_UNREGISTRATION_TIMER -1

####################  Media Encryption (SRTP) ####################
##
## USE_MEDIA_ENCRYPTION Enables media encryption on the device. Default value is 0
SET USE_MEDIA_ENCRYPTION 0

##############  SECURE SHELL (SSH) SETTINGS  ###############
##
## SSH_ALLOWED specifies whether SSH server is opened on the client. 
## IMPORTANT NOTE: Enabling SSH MUST be regarded as a DEBUG/TROUBLESHOOTING capability and it is recommended NOT to enable it in production environment
##  Value  Operation
##    0    Disabled (default)
##    1    Enabled
SET DOCK_SSH_ALLOWED 0

############################### Network  ########################
##
## OUTBOUND_SUBSCRIPTION_REQUEST_DURATION specifies the duration in seconds requested by the
##  telephone in SUBSCRIBE messages, which may be decreased in the response from the server. 
##  Valid values are 60 through 31536000 (one year); the default value is 3600 (one hour).
##
SET OUTBOUND_SUBSCRIPTION_REQUEST_DURATION 3600

## TCP_KEEP_ALIVE_STATUS specifies whether or not the telephone sends TCP keep alive messages.
##  Value  Operation
##    0    Keep-alive messages are not sent (defauult)
##    1    Keep-alive messages are sent 
SET TCP_KEEP_ALIVE_STATUS 0

## TCP_KEEP_ALIVE_TIME specifies the number of seconds that the telephone will wait 
##  before sending out a TCP keep-alive (TCP ACK) message.
##  Valid values are 0 through 3600; the default value is 0 (disabled).
SET TCP_KEEP_ALIVE_TIME 0

## TCP_KEEP_ALIVE_INTERVAL specifies the number of seconds that the telephone will wait
##  before re-transmitting a TCP keep-alive (TCP ACK) message.
##  Valid values are 0 through 60; the default value is 0.
SET TCP_KEEP_ALIVE_INTERVAL 0

## FAST_RESPONSE_TIMEOUT specifies the number of seconds that the telephone will wait
##  before terminating an INVITE transaction if no response is received.
##  However, a value of 0 means that this timer is disabled.
##  Valid values are 0 through 32; the default value is 0.
SET FAST_RESPONSE_TIMEOUT 0

## L2Q specifies whether layer 2 frames generated by the telephone will have IEEE 802.1Q tags.
##  Value  Operation
##    0    Auto - frames will be tagged if the value of L2QVLAN is non-zero (default).
##    1    On - frames will always be tagged.
##    2    Off - frames will never be tagged.
SET L2Q 0

## L2QVLAN specifies the voice VLAN ID to be used by IP telephones.
##  Valid values are 0 through 4094; the default value is 0.
SET L2QVLAN 0

## CONTROLLER_SEARCH_INTERVAL specifies the number of seconds the telephone will wait
##  to complete the maintenance check for monitored controllers.
##  Valid values are 4 through 3600. Default value is 16.
SET CONTROLLER_SEARCH_INTERVAL 16

## RECOVERYREGISTERWAIT specifies a number of seconds.
##  If no response is received to a REGISTER request within the number of seconds specified
##  by WAIT_FOR_REGISTRATION_TIMER, the telephone will try again after a randomly selected
##  delay of 50% to 90% of the value of RECOVERYREGISTERWAIT.
##  Valid values are 10 through 36000; the default value is 300
SET RECOVERYREGISTERWAIT 300

## DSCPAUD specifies the layer 3 Differentiated Services (DiffServ) Code Point
##  for audio frames generated by the telephone.
##  Valid values are 0 through 63; the default value is 46.
SET DSCPAUD 46

## DSCPSIG specifies the layer 3 Differentiated Services (DiffServ) Code Point
##  for signaling frames generated by the telephone.
##  Valid values are 0 through 63; the default value is 34.
SET DSCPSIG 34

## SNMPADD specifies a list of source IP addresses from which SNMP query messages
##  will be accepted and processed.
##  Addresses can be in dotted-decimal (IPv4), colon-hex (IPv6, if supported), or
##  DNS name format, separated by commas without any intervening spaces.
##  The list can contain up to 255 characters; the default value is null ("").
SET SNMPADD \"\"

## SNMPSTRING specifies a security string that must be included in SNMP query messages
##  for the query to be processed.
##  Valid values contain 0 through 32 ASCII alphanumeric characters.
##  The default value is null ("") unless indicated otherwise below.
SET SNMPSTRING \"\"

## NETWORK_RECOVERY_ATTEMPT_MIN_DELAY Minimum for random delay for network recovery attempts in seconds. 
## Valid values 0-60. Default value: 0 (disabled)
SET NETWORK_RECOVERY_ATTEMPT_MIN_DELAY 0

## NETWORK_RECOVERY_ATTEMPT_MAX_DELAY Minimum for random delay for network recovery attempts in seconds. 
## Valid values 0-120. Default value: 0 (disabled) 
SET NETWORK_RECOVERY_ATTEMPT_MAX_DELAY 0

## IPOFFICE-72823
SET DOCK_MANAGEMENT_SERVER \"\"
