About the general download process
Issue 1 May 2011 77
The following are example settings only. Your settings will vary from the settings shown. This
sample assumes specification of a DNS Server, identifying SIP-specific settings, and setting the
time/date.
##
##
## Define the Domain Name Server to be "dns.example.yourco.com"
## Note that quotes are only needed for parameters that contain
spaces.
##
SET DNSSRVER dnsexample.yourco.com
##
##
## SIP Proxy/Registrar servers list
## SIP_CONTROLLER_LIST provides ability to configure SIP Proxy/
Registrar list.
## The format is host[:port];[transport:xxx]. A comma seperated
list in this
## format can be provided. Host can be DNS name or IP address. Port
is optional.
## If port is not specified then default value of 5060 for TCP and
UDP and 5061 for
## TLS will be used. Transport type is optional. It can be tcp or
udp or tls.
## Default value of tls will be used if it is not provided.
SET SIP_CONTROLLER_LIST proxy1,proxy2:5070;transport=udp
##
##
## Presence Enabled
## Determines whether presence functionality is
## enabled on the phone.
## 0 for No
## 1 for Yes
SET ENABLE_PRESENCE 1
##
##