Aastra 9000i Series Administrator's Manual page 172

Ip sip phones
Hide thumbs Also See for 9000i Series:
Table of Contents

Advertisement

Protocol
Format
FTP
ftp://user:password@ftpserver
TFTP
tftp://tftpserver
Option 43 Redirection and Configuration Server (RCS) Bypass
DHCP Option 43 includes the ability to bypass contacting Aastra's Redirection and Configuration
Server (RCS), in addition to the previous support of setting the configuration server to contact.
A sub-option code 3 uses a boolean value (true or false) that controls whether or not the phone
should contact the RCS after a factory default. If this value is set to false, the the RCS is not
contacted. If it is set to true or is missing, then the RCS is contacted as per previous releases. This
can be used in conjunction with the existing code 2 sub-option to set the configuration server.
Configuring RCS Bypass via Option 43 on a Linux DHCP Server
The following example illustrates how to configure RCS bypass via Option 43 on a Linux DHCP
server.
option space AastraIPPhone;
option AastraIPPhone.cfg-server-name code 02 = text;
option AastraIPPhone.contact-rcs code 03 = boolean;
Subnet 192.168.1.0 netmask 255.255.255.0 {
#The 6757i phones do not contact the RCS but use the defined FTP server for
configuration files.
class "vendor-class-57i" {
match if option vendor-class-identifier="AastraIPPhone57i";
vendor-option-space AastraIPPhone;
option AastraIPPhone.cfg-server-name "ftp://username:password@10.10.10.1";
option AastraIPPhone.contact-rcs false;
}
#The 6757iCT phones do not contact the RCS.
class "vendor-class-57iCT" {
match if option vendor-class-identifier="AastraIPPhone57iCT";
vendor-option-space AastraIPPhone;
option AastraIPPhone.contact-rcs false;
41-001343-01 Rev 02, Release 3.2.2
Examples
option tftp-server-name "ftp://192.168.1.45";
option tftp-server-name "ftp://ftpsvr.example.com";
(for anonymous user)
option tftp-server-name "ftp://userID:password@
ftpsvr.example.com";
option tftp-server-name "192.168.1.45";
option tftp-server-name "tftpsvr.example.com";
option tftp-server-name "tftp://tftpsvr.example.com";
4-9

Advertisement

Table of Contents
loading

This manual is also suitable for:

6700i series9000i6700i

Table of Contents