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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable or restrict buttons on Avaya 1608 phone

Status
Not open for further replies.

ValiantSoft1

IS-IT--Management
Dec 31, 2010
42
US
I have a client with an Ip Office V500 v2 v8.042 with 15 Avaya 1608 phones. Clients wants to disable or restrict access to the Contacts, Menu(A) and features button. Is this possible?

Thank you in advance.
 
You can play with the 46xxsettings.txt file

Change these settings and see how far you can get:

Code:
##############  APPLICATION ACCESS SETTINGS  ###############
##
## These settings restrict access to certain applications.
## APPSTAT is not supported on 96xx or 16cc SIP phones.
##
##   When APPSTAT is set to 0, Call Log and Redial are 
##   suppressed and changes to Speed Dial/Contacts are not allowed.
##   
##   When APPSTAT is set to 1, Call Log, Redial and, 
##   Speed Dial/Contacts work without restrictions.
##
##   When APPSTAT is set to 2, Call Log is suppressed. 
##   For Redial the Last-6-numbers option is suppressed
##   and changes to Speed Dial/Contacts are not allowed.
##
##   When APPSTAT is set to 3, changes to Speed Dial/Contacts
##   are not allowed.
##
## SET APPSTAT 1
##
##
#################  OPTION ACCESS SETTINGS  #################
##
## This setting restricts access to certain user options.
## OPSTAT is not supported on 96xx or 16cc SIP phones.
##
##   When OPSTAT is set to 000, the user options
##   are not accessible.
##
##   When OPSTAT is set to 001, the user can only access
##   the Log-Off Option.
##
##   When OPSTAT is set to 010, the user can only access
##   view-only options. The user cannot change any setting.
##
##   When OPSTAT is set to 011, the user can only access 
##   view-only options and the Log-Off Option.
##
##   When OPSTAT is set to 100, the user can access 
##   all options except the view-only options and 
##   the Log-Off option.
##
##   When OPSTAT is set to 101, the user can access 
##   all options except the view-only options.
##
##   When OPSTAT is set to 110, the user can access
##   all the options except the Log-Off option.
##
##   When OPSTAT is set to 111, the user can invoke
##   any or all of the user options. 
##
## SET OPSTAT 111
##
##


BAZINGA!

I'm not insane, my mother had me tested!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top