# J1X9SPECIALS
IF $SIG_IN_USE SEQ H323 GOTO J1X9H323SPECIALS
##
##
## BACKGROUND_IMAGE specifies a list of background images. The default value is "".
SET BACKGROUND_IMAGE "BGimage1.jpg,BGimage2.jpg"
##
##
## BACKGROUND_IMAGE_DISPLAY specifies the administrator choice of background image.
SET BACKGROUND_IMAGE_DISPLAY BGimage.jpg
##
##
## BACKGROUND_IMAGE_SELECTABLE specifies whether end users are allowed to choose background images
## (and overrides administrator choice as configured using BACKGROUND_IMAGE_DISPLAY parameter).
## Value Operation
## 0 End user is not allowed to choose background image and will not see the background image selection in the Settings -> Display menu.
## 1 End user is allowed to choose the background image from the Settings -> Display menu (Default)
SET BACKGROUND_IMAGE_SELECTABLE 1
##
##
## SCREENSAVERON specifies the number of minutes of idle time after which the screen saver will be displayed.
SET SCREENSAVERON 1
##
##
## SCREENSAVER_IMAGE specifies a list of screensaver images. The default value is "".
SET SCREENSAVER_IMAGE "SSimage1.jpg,SSimage2.jpg"
##
##
## SCREENSAVER_IMAGE_DISPLAY specifies the administrator choice of screensaver image.
SET SCREENSAVER_IMAGE_DISPLAY SSimage.jpg
##
##
## SCREENSAVER_IMAGE_SELECTABLE specifies whether end users are allowed to choose screensaver images
## (and overrides administrator choice as configured using SCREENSAVER_IMAGE_DISPLAY parameter).
## Value Operation
## 0 End user is not allowed to choose screensaver image and will not see the screensaver image selection in the Settings -> Display menu.
## 1 End user is allowed to choose the screensaver image from the Settings -> Display menu (Default)
SET SCREENSAVER_IMAGE_SELECTABLE 1
##
##
##
GOTO GENERALSPECIALS