AASTRA 6700i series, 9143, 9480i, 9480i CT SIP Administrator Guide EN User Manual

Page 172

Advertising
background image

41-001343-01 Rev 03, Release 3.2.2

4-9

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:[email protected]";

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

;

FTP

ftp://user:password@ftpserver

option AastraIPPhone57iCT.cfg-server-name “ftp://192.168.1.45”;

option AastraIPPhone57iCT.cfg-server-name “ftp://ftpsvr.example.com”;
(for anonymous user)

option AastraIPPhone57iCT.cfg-server-name “ftp://userID:password@
ftpsvr.example.com”;

TFTP

tftp://tftpserver

option AastraIPPhone57iCT.cfg-server-name “192.168.1.45”;

option AastraIPPhone57iCT.cfg-server-name “tftpsvr.example.com”;

option AastraIPPhone57iCT.cfg-server-name “tftp://tftpsvr.example.com”;

Protocol

Format

Examples

Advertising