Hi all
I want to disable the logoff feature on some of our phones. I know can remove it in the 46xxsettings file by setting OPSTAT to 110, however I want to be selective as to which phones lose the feature. I have read the documentation and it tells me that I can add the stations to groups and then use conditions to apply settings to those groups:
IF $GROUP SEQ 10 goto GROUP10
IF $GROUP SEQ 11 goto GROUP11
# GROUP10
SET OPSTAT 110
GOTO END
# GROUP11
SET OPSTAT 111
GOTO END
# END
However, when I try this it appears to ignore the IF statement. I suspect that it is not recognising the name "$GROUP" and therefore not able to check the condition. It applies OPSTAT 111 by default.
I have added the stations to groups using both Site admin (ch stat, page 3, IP Phone Group ID) and dialpad command (MUTE 47687)
Is $GROUP the wrong name for this? Or am I doing something else wrong???
I want to disable the logoff feature on some of our phones. I know can remove it in the 46xxsettings file by setting OPSTAT to 110, however I want to be selective as to which phones lose the feature. I have read the documentation and it tells me that I can add the stations to groups and then use conditions to apply settings to those groups:
IF $GROUP SEQ 10 goto GROUP10
IF $GROUP SEQ 11 goto GROUP11
# GROUP10
SET OPSTAT 110
GOTO END
# GROUP11
SET OPSTAT 111
GOTO END
# END
However, when I try this it appears to ignore the IF statement. I suspect that it is not recognising the name "$GROUP" and therefore not able to check the condition. It applies OPSTAT 111 by default.
I have added the stations to groups using both Site admin (ch stat, page 3, IP Phone Group ID) and dialpad command (MUTE 47687)
Is $GROUP the wrong name for this? Or am I doing something else wrong???