#===================================================
File:“aastra.cfg” file
DHCP Setting
============
dhcp: 1 # DHCP enabled.
DHCP:
0 = false, means DHCP is disabled.
1 = true, means DHCP is enabled.
#----------------------------------------------------------------------
Network Settings
================
#subnet mask: 255.255.0.0
#default gateway: 172.29.50.1
#dns1: 172.29.50.1
#dns2:
tftp server: 172.29.40.10
download protocol: TFTP
sip transport protocol: 0
Additional Network Settings:
===========================
web interface enabled: 1
#sip registration time: 300 # Eg. every 300 seconds, a re-register
# request is sent to the SIP server.
#sip rtp port: 3000 # Eg. RTP packets are sent to port 3000.
sip silence suppression: 2 # “0” = off, “1” = on, “2” = default
#----------------------------------------------------------------------
SIP registrar and Proxy Server Settings
=======================================
sip proxy ip: 172.29.40.10 # IP of proxy server.
sip proxy port: 5060 # 5060 is set by default.
sip registrar ip: 172.29.40.10 # IP of registrar.
sip registrar port: 5060 # 5060 is set by default.
Time in seconds before which the phone automatically
starts calling the dialed number
sip digit timeout: 4
#----------------------------------------------------------------------
Time Server Settings
====================
time server disabled: 0 # Time server disabled.
time server1: 172.29.50.1 # Enable time server and enter at
#time server2: # least one time server IP address.
#time server3:
time format: 0
date format: 7
time zone name: US-Pacific
time zone code: PST
dst config: 3
Time Server Disabled:
0 = false, means the time server is not disabled.
1 = true, means the time server is disabled.
Notes: If the time server is enabled you will need to enter the
IP address of at least one time server. If the time server is
disabled, the time can be set manually in the phone’s Options
List under option “2. Time and Date”.
#----------------------------------------------------------------------
Line Settings
=============
Lines should be set in the .cfg file since these settings
are unique to each phone. See the sample “.cfg” file for
for more information.
#----------------------------------------------------------------------
Programmable key Settings
=========================
Programmable keys can be set either server wide or unique to each phone.
Setting programmable keys as done in the “.cfg” file are
unique to each phone.
Notes: There are a maximum of 7 keys that can be configured
on the 9133i phone. These can be set up through either of the 2
configuration files, depending on whether this is to be server
wide (“aastra.cfg”) or phone specific ("[mac].cfg").
Each key needs to be numbered from 1 - 7, for example
“prgkey7 type: speeddial”. Programmable keys can be set up as speeddials.
PRGKEY TYPE: “speeddial”
PRGKEY NAME: Alpha numeric name for the programmable key.
The maximum number of characters for this value is 10.
PRGKEY VALUE: Any DTMFs (from # 0 - 9, *, "
") or a comma (,) for 500ms pause and
‘E’ for On-hook can be set for the value.
prgkey1 type: speeddial
prgkey1 label: "Voicemail"
prgkey1 value: *97
prgkey2 type: speeddial
prgkey2 label: "Call FWD On"
prgkey2 value: *72
prgkey3 type: speeddial
prgkey3 label: "Call FWD Off"
prgkey3 value: *73
#prgkey4 type: speeddial
#prgkey4 label: “CallFwdOff”
#prgkey4 value: *73
#prgkey5 type: speeddial
#prgkey5 label: “DND On”
#prgkey5 value: *78
#prgkey6 type: speeddial
#prgkey6 label: “DND Off”
#prgkey6 value: *79
#prgkey7 type: speeddial
#prgkey7 label: “CLIDBlock”
#prgkey7 value: *67
#==================================================================