We have a client that has asked that when logging out of his phone (extension) he wishes that the extension not appear or be remembered. is this possible? i have looked through the script and i dont see anything even remotely close. i have informed him at this time to use a new password we have created for him to not allow others to use the default to log in the extension.any ideas?
96XX ip phones remembering last ext after logout
Collapse
X
-
Maybe this will help you: It would still show the extension, but requires the user to to type in the password.
What you can also do, is have the user use a USB stick to auto-login.
## QKLOGINSTAT specifies whether a password must always be
## entered manually at the login screen.
##
## 0 : makes manual password entry mandatory.
## 1 : enables a "quick login' by pressing the
## # key to accept the current password value.
##
## SET QKLOGINSTAT 1
-
Comment