46xxsettings.txt issues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • scbutler
    Member
    • Feb 2016
    • 4

    46xxsettings.txt issues

    Hi all. I am having trouble with a specific parameter in the 46xxsettings.txt file.
    I am trying to remove the logout feature from the menu so my users will kindly stop logging out.
    I've adjusted the info to this:
    ## Logout Enabled
    ## Determines whether user can log out from phone.
    ## 0 for No
    ## 1 for Yes
    ## SET PROVIDE_LOGOUT 0
    ## Determines whether log out option is available or not in Avaya Menu options.


    I have upgraded and downgraded the firmware one three different model (9611g, 9650, and 9670g) phones. No luck. Any other changes I make take effect.
    Any ideas?

    Avaya Definity CM 5.2.1
    96xx 3.2.2
    96x1 6.4014
  • gwebster
    Guru
    .
    • Mar 2010
    • 143

    #2
    If you look carefully, you will see that this parameter only applies to SIP software. You are trying to use it with H.323 software.

    Comment

    • scbutler
      Member
      • Feb 2016
      • 4

      #3
      I totally overlooked that.
      Thank you.
      While we're here, is there a way to disable the logout feature for the user on the H.323 phones?

      Comment

      • holme26
        Aspiring Member
        • Nov 2013
        • 2

        #4
        Whilst I have not used this setting, you could try:-

        OPSTAT restricts access to certain user options.
        ## Value Operation
        ## 000 user options are not accessible
        ## 001 user can only access the Log-Off Option.
        ## 010 user can only access view-only options, they cannot change any settings
        ## 011 user can only access view-only options and the Log-Off Option
        ## 100 user can access all options except the view-only options and the Log-Off option
        ## 101 user can access all options except the view-only options
        ## 110 user can access all the options except the Log-Off option
        ## 111 user can invoke any or all of the user options (default)
        ## This parameter is supported by:
        ## 96x1 H.323 R6.0 and later
        ## 96x0 H.323 R1.0 and later
        ## B189 H.323 R1.0 and later
        ## 46xx H.323 R1.0 and later
        ## 46xx SIP R2.2 and later
        ## 1603 SIP R1.0 and later
        ## 16xx H.323 R1.0 and later
        ## SET OPSTAT 101
        ACSS

        Comment

        Loading