I tried searching and found nothing.
I cannot get my phones to update the 46xxsettings.txt from our HTTP server. I can upgrade and downgrade firmware all day, but at no time does it update the 46xx file.
I only made three changes to it, but they are what we need here. I'll paste whet I have below.
I know, or hope, it's something simple. Can someone please help?
Here are the only changes to the 46xx file:
##PHNSCRALL specifies whether separate screens will be displayed for call appearances and features.
## Value Operation
## 0 Separate screens will be displayed for call appearances and features (default)
## 1 A consolidated screen will be displayed that includes call appearances and features
## This parameter is supported by:
## 96x1 H.323 R6.0 and later
## SET PHNSCRALL 1
##FBONCASCREEN specifies whether features will be displayed on the same screen as call appearances
## when the value of PHNSCRALL is 0.
## Value Operation
## 0 Features will not be displayed on the same screen as call appearances (default)
## 1 As many features as will fit will be displayed on the same screen as call appearances,
## in addition to being displayed on a separate feature screen.
## This parameter is supported by:
## 96x1 H.323 R6.0 and later (9608, 9608G and 9611G models only)
## 96x0 H.323 R3.0 and later (9630 and 9640 models only)
## SET FBONCASCREEN 1
## PHNSCRIDLE specifies the content displayed in Main Display Area when the phone is in Idle state.
## Value Operation
## 0 Dial Pad Window is displayed (Default)
## 1 Call Appearance Window is displayed.
## This parameter is supported by:
## B189 H.323 R1.0 and later
## SET PHNSCRIDLE 1
96x1Hupgrade.txt:
********************************************
* Common Kernel/RFS File for all 96x1 models
********************************************
IF $MODEL4 SEQ 9641 GOTO 9641SW
IF $MODEL4 SEQ 9608 GOTO 9608SW
IF $MODEL4 SEQ 9611 GOTO 9611SW
IF $MODEL4 SEQ 9621 GOTO 9621SW
*********************************************
* Application and Kernel file for 9641
*********************************************
# 9641SW
SET RFSNAME S96x1_UKR_V22r11_V22r11.tar
SET APPNAME S9621_41HALBR6_4_0_14_V452.tar
GOTO GETSET
*********************************************
* Application and Kernel file for 9608
*********************************************
# 9608SW
SET RFSNAME S96x1_UKR_V22r11_V22r11.tar
SET APPNAME S9608_11HALBR6_4_0_14_V452.tar
GOTO GETSET
*********************************************
* Application and Kernel file for 9611
*********************************************
# 9611SW
SET RFSNAME S96x1_UKR_V22r11_V22r11.tar
SET APPNAME S9608_11HALBR6_4_0_14_V452.tar
GOTO GETSET
*********************************************
* Application and Kernel file for 9621
*********************************************
# 9621SW
SET RFSNAME S96x1_UKR_V22r11_V22r11.tar
SET APPNAME S9621_41HALBR6_4_0_14_V452.tar
GOTO GETSET
********************************************
* Get the settings file
********************************************
# GETSET
GET 46xxsettings.txt
I cannot get my phones to update the 46xxsettings.txt from our HTTP server. I can upgrade and downgrade firmware all day, but at no time does it update the 46xx file.
I only made three changes to it, but they are what we need here. I'll paste whet I have below.
I know, or hope, it's something simple. Can someone please help?
Here are the only changes to the 46xx file:
##PHNSCRALL specifies whether separate screens will be displayed for call appearances and features.
## Value Operation
## 0 Separate screens will be displayed for call appearances and features (default)
## 1 A consolidated screen will be displayed that includes call appearances and features
## This parameter is supported by:
## 96x1 H.323 R6.0 and later
## SET PHNSCRALL 1
##FBONCASCREEN specifies whether features will be displayed on the same screen as call appearances
## when the value of PHNSCRALL is 0.
## Value Operation
## 0 Features will not be displayed on the same screen as call appearances (default)
## 1 As many features as will fit will be displayed on the same screen as call appearances,
## in addition to being displayed on a separate feature screen.
## This parameter is supported by:
## 96x1 H.323 R6.0 and later (9608, 9608G and 9611G models only)
## 96x0 H.323 R3.0 and later (9630 and 9640 models only)
## SET FBONCASCREEN 1
## PHNSCRIDLE specifies the content displayed in Main Display Area when the phone is in Idle state.
## Value Operation
## 0 Dial Pad Window is displayed (Default)
## 1 Call Appearance Window is displayed.
## This parameter is supported by:
## B189 H.323 R1.0 and later
## SET PHNSCRIDLE 1
96x1Hupgrade.txt:
********************************************
* Common Kernel/RFS File for all 96x1 models
********************************************
IF $MODEL4 SEQ 9641 GOTO 9641SW
IF $MODEL4 SEQ 9608 GOTO 9608SW
IF $MODEL4 SEQ 9611 GOTO 9611SW
IF $MODEL4 SEQ 9621 GOTO 9621SW
*********************************************
* Application and Kernel file for 9641
*********************************************
# 9641SW
SET RFSNAME S96x1_UKR_V22r11_V22r11.tar
SET APPNAME S9621_41HALBR6_4_0_14_V452.tar
GOTO GETSET
*********************************************
* Application and Kernel file for 9608
*********************************************
# 9608SW
SET RFSNAME S96x1_UKR_V22r11_V22r11.tar
SET APPNAME S9608_11HALBR6_4_0_14_V452.tar
GOTO GETSET
*********************************************
* Application and Kernel file for 9611
*********************************************
# 9611SW
SET RFSNAME S96x1_UKR_V22r11_V22r11.tar
SET APPNAME S9608_11HALBR6_4_0_14_V452.tar
GOTO GETSET
*********************************************
* Application and Kernel file for 9621
*********************************************
# 9621SW
SET RFSNAME S96x1_UKR_V22r11_V22r11.tar
SET APPNAME S9621_41HALBR6_4_0_14_V452.tar
GOTO GETSET
********************************************
* Get the settings file
********************************************
# GETSET
GET 46xxsettings.txt
Comment