Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Back light on 4621 set

Status
Not open for further replies.

rmack22138

Technical User
Sep 12, 2003
232
US
Hi all I have an SOE at 3.2.57 and a 4621 set I am trying to turn of the back light after 2 min. Here is my 46xxsetting.txt Can any one see what I'm doing wrong.


#############################################################
## Avaya 46xx IP Telephone Settings Script
## File Created on: 02/15/2005
## See the LAN Administrators Guide for
## more details on using this file.


## Use "##" without quotes to comment out a line.
## To activate a setting below, set the parameter
## to the appropriate value for your network and
## remove the "## " from the begining of the line.

## To include whitespaces in a value,
## the entire value must be enclosed in double quotes.
## example:
## SET PARAM "value1 value2"

## To set different set types to different values, use
## the "IF" keyword statement.
## See the LAN Administrators Guide for more details.

## Some of the values listed below have default settings which
## are used by the IP Telephones even if they are commented out
## in this file. For a list of those settings and their default
## values, see the LAN Administrators Guide.

#############################################################

## ======= COMMON SETTINGS (Recommended) Applies to all 4600 IP Telephones ======= ##

###### Domain Settings ######

## Your domain
## NOTE: It is recommended that DOMAIN be set via DHCP.
## If you set your DOMAIN via DHCP, do not set it here
## as it will over ride your DHCP setting.
## example:
## SET DOMAIN mycompany.com

## Your Domain Name Server
## NOTE: It is recommended that Domain Name Server be set via DHCP.
## If you set your Domain Name Server via DHCP, do not set it here
## as it will over ride your DHCP setting.
## example:
## SET DNSSRVR 198.152.15.15

############## Enhanced Local Dialing Rules #################

## These settings effect certain dialing behaviors on the 4610,
## 462X and 4630 phones. These include "Click to Dial" and
## "Add to Speed Dial" links shown on the web browser applications
## and incoming and missed call log entries. These settings also
## apply to dialable numbers reurned from searches on the 4630
## LDAP directory application.

## Telephone Country Code
## example: For United States it is '1'
## SET PHNCC 1

## Telephone dial plan length (the length of an internal extension number).
## For example, if your extension is 12345, your dial plan
## length is 5.
## example:
## SET PHNDPLENGTH 5

## Telephone international access code
## For the USA, the code is 011.
## example:
## SET PHNIC 011

## Telephone long distance access code
## example:
## SET PHNLD 1

## Length of national telephone number
## For example, 800-555-1111 is a length of 10.
## example:
## SET PHNLDLENGTH 10

## Outside line access code
## The number you press to make an outside call.
## example:
## SET PHNOL 9
##################################################

####### 4610/462X IP Phone Multi-Language Administration ########

## Use this value to set the local display
## language of your 4610 and 4620.

## For all 4610SW 4620 sets, and 4620SW sets that have
## been loaded with single-byte software, use one of the
## following settings:
## For English use keyword "English"
## For French use keyword "Francais"
## For Italian use keyword "Italiano"
## For Japanese use keyword "Katakana"
## For Dutch use keyword "Nederlands"
## For German use keyword "Deutsch"
## For Portuguese use keyword "Portugues"
## For Spanish use keyword "Espanol"

## For 4620SW sets that have been loaded with multi-byte software
## to support Chinese/Russian/English fonts, use one of
## the following settings:
## For English use keyword "English"
## For Chinese use keyword "Chinese"
## For Russian use keyword "Russian"

## For 4620SW sets that have been loaded with multi-byte software
## to support Japanese/Russian/English fonts, use one of
## the following settings:
## For English use keyword "English"
## For Japanese use keyword "Japanese"
## For Russian use keyword "Russian"

## example:
## SET SYSLANG English
#######################################################

################# Application Access Settings #######################

## Use this setting to restrict access to certain 4610, 462X
## and 4630 applications.

## When APPSTAT is set to 0, Call Log and Redial are suppressed and,
## changes to Speed Dial are not allowed.

## when APPSTAT is set to 1, Call Log, Redial and, Speed Dial work
## without restrictions.

## when APPSTAT is set to 2, Call Log is suppressed, for Redial the
## Last-6-numbers (last-8-numbers for 4630) option is suppressed
## and changes to Speed Dial are not allowed.

## when APPSTAT is set to 3, changes to Speed Dial are not allowed.

## example:
## SET APPSTAT 1
#####################################################################

###################### Option Access Settings #######################

## Use this setting to enable or disable access to certain 4610,
## 462X, and 4630 user options.

## When OPSTAT is set to 000, the user options are not accessible.
## For 4630, the Lock control is not accessible.

## When OPSTAT is set to 001, the user can only invoke the Log-Off
## Option on the 4610 and 462X. For the 4630 this setting is the
## same as 000.

## When OPSTAT is set to 010, the user can only invoke view-only options.
## The user cannot change any setting. Also for 4630, Lock control
## is not accessible,

## When OPSTAT is set to 011, the user can only invoke view-only options
## and the Log-Off Option on the 4610 and 462X. For the 4630 this setting
## is the same as 010.

## When OPSTAT is set to 100, the user can access all options except the
## view-only options and the Log-Off option on the 4610 and 462X.

## When OPSTAT is set to 101, the user options can access all options
## except the view-only options. For the 4630 this setting
## is the same as 100.

## When OPSTAT is set to 110, the user can invoke all the options except
## the Log-Off option on the 4610 and 462X. For the 4630 this setting
## is the same as 111.

## When OPSTAT is set to 111, the user can invoke any or all of the user
## options.

## example:
## SET OPSTAT 111

############# ==== END OF COMMON SETTINGS ==== ##############

## Per Model Settings

IF $MODEL4 SEQ 4610 goto SETTINGS4610
IF $MODEL4 SEQ 4620 goto SETTINGS4620
IF $MODEL4 SEQ 4621 goto SETTINGS4621
IF $MODEL4 SEQ 4622 goto SETTINGS4622
IF $MODEL4 SEQ 4625 goto SETTINGS4625
IF $MODEL4 SEQ 4630 goto SETTINGS4630
goto END
##################################################

##############
# SETTINGS4610
##############

## These settings are used to enable and administer the 'Web' application.

## NOTE: Avaya hosts a web site for the 4600 Series IP Phones.
## The WMLHOME and WMLCODING parameters are set up
## to point your 4610 and 462X IP telephones to this hosted site.
## To disable this operation, put "##" in front
## of the lines SET WMLHOME ... and SET WMLCODING ...
## To change the web site that your phones point to,
## replace the provided URL in the SET WMLHOME .. line
## with the URL of your site.

## NOTE: Your network must be using Domain Name Services
## for the Avaya hosted site settings to operate properly.

## The URL of your 4610 Home page
## example (Note: The site specified below is hosted by Avaya):
SET WMLHOME
## The coding to be used for characters entered in forms on web pages
## The valid settings are Latin-1, Ascii and Unicode
## example:
SET WMLCODING ASCII

## Your HTTP proxy server address (name or IP address)
## example:
## SET WMLPROXY my.proxy.company.com

## The TCP port number of your HTTP proxy server
## example:
## SET WMLPORT 8080

## A list of one or more HTTP proxy server exception domains
## separated by commas without any spaces.
## Accesses to these addresses will not go through the proxy
## server.
## example:
## SET WMLEXCEPT mycompany.com,135.20.21.20

### PUSH Interface parameters ######
## TPSLIST is the List of all the Trusted Push Servers.
## Please refer to LAN Admin Guide for more info.
## If set to "/", all servers are allowed; if set to null or blank, Push is disabled.
## SET TPSLIST 135.20.21.20


## SUBSCRIBELIST is the List of all the Subscription Servers.
## Please refer to LAN Admin Guide for more info.
## SET SUBSCRIBELIST
goto END

####### END OF 4610 IP Phone Settings #######


##############
# SETTINGS4620
##############

######## Web Settings for 4620 IP Phone ########
### Please refer to the description on these terms above in SETTINGS4610

SET WMLHOME SET WMLCODING ASCII
## SET WMLPROXY my.proxy.company.com
## SET WMLPORT 8080
## SET WMLEXCEPT mycompany.com,135.20.21.20
## SET TPSLIST 135.20.21.20
## SET SUBSCRIBELIST goto END

####### END OF 4620 IP Phone Settings #######


##############
# SETTINGS4621
##############

######## Web Settings for 4621 IP Phone ########
### Please refer to the description on these terms above in SETTINGS4610

SET WMLHOME SET WMLCODING ASCII
## SET WMLPROXY my.proxy.company.com
## SET WMLPORT 8080
## SET WMLEXCEPT mycompany.com,135.20.21.20
## SET TPSLIST 135.20.21.20
## SET SUBSCRIBELIST goto END

############### DISPLAY BACKLIGHT CONTROL ################
##
## Idle Time Before Turning Off Backlight (minutes)
## Number of minutes without phone activity to wait
## before turning off backlight. A value of 0 means the
## backlight is never turned off. This parameter is
## supported only by phones which have a backlight.
## The default is 120 minutes.
SET BAKLIGHTOFF 2
##
##
####### END OF 4622 IP Phone Settings #######


##############
# SETTINGS4622
##############

######## Web Settings for 4622 IP Phone ########
### Please refer to the description on these terms above in SETTINGS4610

SET WMLHOME SET WMLCODING ASCII
## SET WMLPROXY my.proxy.company.com
## SET WMLPORT 8080
## SET WMLEXCEPT mycompany.com,135.20.21.20
## SET TPSLIST 135.20.21.20
## SET SUBSCRIBELIST goto END

####### END OF 4622 IP Phone Settings #######


##############
# SETTINGS4625
##############

######## Web Settings for 4625 IP Phone ########

### Please refer to the description on these terms above in SETTINGS4610

SET WMLHOME SET WMLCODING ASCII
## SET WMLPROXY my.proxy.company.com
## SET WMLPORT 8080
## SET WMLEXCEPT mycompany.com,135.20.21.20
## SET TPSLIST 135.20.21.20
## SET SUBSCRIBELIST goto END

####### END OF 4625 IP Phone Settings #######


##############
# SETTINGS4630
##############

######## Settings for the 4630 IP Phone LDAP Application ########

## These settings are used to enable and administer the LDAP
## application on the 4630.

## Your LDAP Directory server Address
## You must set this value to activate the LDAP application.
## example:
## SET DIRSRVR ldap.mycompany.com

## The TCP port number of your LDAP Directory Server
## The default port number is 389. If you wish to change the
## port number, you must set this value.
## example:
## SET DIRSRVRPORT 389

## The Directory Topmost Distinguished Name
## You must set this value.
## example:
## SET DIRTOPDN "ou=People,o=My Company Inc."

## The default search value. The 4630 only supports
## searches on names.
## CHANGING THIS VALUE IS NOT RECOMMENDED.
## example:
## SET DIRFULLNAME cn

## The Directory Telephone Number field.
## CHANGING THIS VALUE IS NOT RECOMMENDED.
## example:
## SET DIRTELNUM telephonenumber

## Directory Coding Scheme
## The valid settings are Latin-1, Ascii and Unicode
## example:
## SET DIRCODING Latin-1
##########################################################

############ Settings for 4630 IP Phone Web Application ############

## These settings are used to enable and administer the Web
## application on the 4630.

## NOTE: Avaya hosts a web site for the 4630 IP Phone.
## The WEBHOME and WEBCODING parameters are set up
## to point your 4630 IP telephones to this hosted site.
## To disable this operation, put "##" in front
## of the lines SET WEBHOME ... and SET WEBCODING ...
## To change the web site that your phones point to,
## replace the provided URL in the SET WEBHOME .. line
## with the URL of your site.

## NOTE: Your network must be using Domain Name Services
## for the Avaya hosted site settings to operate properly.

## The URL of your 4630 Home page
## example (Note: The site specified below is hosted by Avaya):
SET WEBHOME
## The coding to be used for characters entered in forms on web pages
## The valid settings are Latin-1, Ascii and Unicode
## example:
SET WEBCODING ASCII

## Your HTTP proxy server address (name or IP address)
## example:
## SET WEBPROXY my.proxy.company.com

## The TCP port number of your HTTP proxy server
## example:
## SET WEBPORT 80

## A list of one or more HTTP proxy server exception domains
## separated by commas without any spaces.
## Accesses to these addresses will not go through the proxy
## server.
## example:
## SET WEBEXCEPT mycompany.com,135.20.21.20
########################################################

######## 4630 Emergency Contact Number ########

## If set, this number will be the top-leftmost speed dial button in group 1
## of the 4630 speed dial screen and labeled "EMERGENCY".
## example:
## SET PHNEMERGNUM 911
########################################################

#################### 4630 Stock Ticker #######################

## Use this setting to activate the stock ticker on your 4630. Go to
## Options on your 4630 to complete setup of this feature.
## Use 0 to Disable or 1 to Enable (Default)
## example:
## SET STKSTAT 1

##################

goto END
############## End of 4630 Specific IP Phone Settings ###############


# END


## END OF SETTINGS SCRIPT FILE
 
jml2665

i have this problem with a 5621 wich won't work
a 4621 should work , there is a difference between those phones


ACA - Implement IP Office
ACA - Voice Services Management
______________
Women and cats can do as they please and men and dogs should relax and get used to the idea!
 
i would just make sure you dont have any spaces between left hand side of the page and SET BAKLIGHTOFF 2. Just make sure you reboot your phone so it can get the new txt file.
 
tlpeter, to a user I don't think they would know the difference but I am sure there are some technical differences but I have no clue what that would be. The 56xx series is only for the IP Office whereas the 46xx will work on both the IPO and CM. I also thought the 56xx was EOL'd by Avaya (end of life)

They both use the same settings files so if you have issues with those then either one would still be a problem. Maybe you need to address that first. I might suggest using a true TFPT server as apposed to leavning the manager open. This way you can see in the logs if it's actually getting the right file plus it will support more connects if you have a lot of IP phones
 
Well I did take out the spaces before the comand and reset the phone and I still did not get it to work.
 
rmack, what sort of activity are you seeing on the phone itself? in the TFTP logs?

maybe try this txt file

ftp://ftp.avaya.com/incoming/Up1cku9/tsoweb/9600/46xxsettings.txt
 
I did try that txt file and it did not work at all, in the display it said text file not found. So I copied the back light info and pasted it in the text file for 3.2.57.
 
Do you have the phone's TFPT IP address pointing to a valid TFPT server with those files in it's shared directory, or is the phone pointed to the manager PC with manager opened?
 
OK, I always mean TFTP when I type TFPT,
must be my advanced age
 
I have it pointed the PCMCIA card in the SOE. I put those
on a PCMCIA card because I don't leave a PC connected to the SOE all the time
 
I have never tried it that way before. I would just put it on a pc running a TFTP server. Once the phone gets the txt it doesn't need it again. You don't have to always have a pc with the text file, the phones will just time out and it will just use the one that it has on it.
 
What I did is but the TFTP files on an ATA memory card.
All the phones do pickup the files from it and I did do as per Avaya recommends.
 
All:

I've read that this does not work for ALL 4621's. I thought somewhere on this forum, however, I can't find it right now. So, you may be trying to get something to work that just won't.

It has something to do with the IPO version of the firmware that's loaded on the phone.

I've been trying different settings for quite some time now and it doesn't work. I even tried BACKLIGHTOFF and BAKLIGHTOFF to no avail.

Hope this helps,
Drew
 
No.

However, I too would like it to work. I'd like to use the phone in a bedroom and it would be nice if the phone went to sleep so... I could sleep.

I've heard grumblings that it is going to be addressed. However, those are just grumblings and don't carry a great deal of weight.

It would be nice, though, if this were to be escalated and this issue get addressed. The backlit phones are far easier to read, especially from a distance.

Take care all,
Drew
 
I have a 4621 on an IPO the firmware version of the phone is 2_8. It also worked on 2_7. The backlight timer has always worked for me.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top