Screensaver per phone

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • cshewa
    Aspiring Member
    • Jul 2013
    • 1

    Screensaver per phone

    Pardon the ignorance, but I'm looking for a way to either turn off/on screensaver on a per phone basis.
    And I would like to control which logo file on a per phone basis (not using USB) is being used.
    Is there a way to do either of these?
  • nash
    Brainiac
    .
    • May 2010
    • 82

    #2
    Not sure about the screensaver - that may be configurable through the 46xx settings file. Background logo seems to be a configurable thing on the handset in teh screen and sound options menu. I guess the screensavers are picked up from the 46xx settings file? Have you looked through the admin guide for the handsets?
    Andrew Nash | Global SMB Services Leader | Global Support Services | Avaya |

    Comment

    • mlombardi1
      Legend
      • Sep 2010
      • 533

      #3
      Can be done using IP group IDs in the 46xxsettings.txt file. CM makes this especially easy as you can assign an IP station to a group ID on p3 of the station form. Never done this on IP Office, but I'm guessing you'd have to manually assign the group ID at the phone itself in the craft menu.

      GOTO GROUP_SETTINGS

      ################################################## ############
      ##
      # GROUP_SETTINGS
      ##
      ################################################## ############
      ##
      ## Parameter values can be set for specifically-designated groups of
      ## telephones by using IF statements based on the GROUP parameter.
      ##
      ## The value of GROUP can be set manually in a telephone by using the
      ## GROUP local craft procedure or, for H.323 telephones, it can be set
      ## remotely by CM based on the telephone's extension number.
      ## The default value of GROUP in each telephone is 0,
      ## and the maximum value is 999.
      ##
      ## To create a group of settings, use one of the templates below,
      ## or create others just like them.
      ##
      ################################################## ############

      IF $GROUP SEQ 1 GOTO GROUP_1
      IF $GROUP SEQ 2 GOTO GROUP_2
      IF $GROUP SEQ 3 GOTO GROUP_3
      IF $GROUP SEQ 4 GOTO GROUP_4
      IF $GROUP SEQ 5 GOTO GROUP_5
      GOTO END

      ################################################## ############
      # GROUP_1
      ########## Add SET Statements for GROUP 1 below ############


      ################ END OF GROUP 1 SETTINGS #####################
      GOTO END

      ################################################## ############
      # GROUP_2
      ########## Add SET Statements for GROUP 2 below ############


      ################ END OF GROUP 2 SETTINGS #####################
      GOTO END
      Meridian IT - Senior Engineer

      Comment

      Loading