In This Article:
- Avaya Overrides
- Cisco Overrides
- Grandstream Overrides
- Obihai (Polycom ATA & D230) Overrides
- Poly (Polycom) Overrides
- Snom Overrides
- Yealink Overrides
For an overview of setting device overrides, please reference the knowledge base article: Adding A Device Override
AVATAVA as a security measure locks the web interface of most provisioned devices to prevent the phone from being compromised, and in turn, being a source of fraud. Occasionally local management of the device via the web portal is necessary to set specific settings or troubleshoot issues.
AVATAVA does not disable the web interface for devices that also act as routers, for instance, Cambium R-190/R-200 series, ReadyNet, or certain Grandstream ATA models
Setting device configuration settings via the web interface is not the recommended approach, as changes in the AVATAVA default template may override these settings upon a future reboot. It is always recommended to use device overrides for necessary changes. Contact AVATAVA Support for assistance if needed.
Avaya Overrides
To enable the webserver
ENABLE_WEBSERVER="1"
To change the administrator password (the * represents the new password)
ADMIN_PASSWORD="****"
To enable the webserver
Enable_Web_Server="yes"
To enable web administrator access
Enable_Web_Admin_Access="yes"
To change the administrator password (the * represents the new password)
Admin_Password="****"
Grandstream Overrides
To enable the webserver for HTTPS
P1650="0"
To enable the webserver for HTTP
P1650="1"
P-Code 1650 can only be set for one value on each phone
To change the administrator password (the * represents the new password)
P2="****"
Obihai (Polycom ATA & D230) Overrides
To enable the webserver set the port to 80 (HTTP) or 443 (HTTPS)
X_DeviceManagement.WebServer.Port="1"
To change the administrator password (the * represents the new password)
X_DeviceManagement.WebServer.AdminPassword="****"
Poly (Polycom) Overrides
To enable the webserver
httpd.enabled="1"
To change the administrator password (the * represents the new password)
device.auth.localAdminPassword="****"
device.auth.localAdminPassword.set="1"
Snom Overrides
To enable the webserver, there are three options:
For HTTP only access
webserver_type="http"
For HTTPS only access
webserver_type="https"
For HTTP and HTTPS access
webserver_type="http_https"
To enable administrator mode
admin_mode="on"
To change the administrator password (the * represents the new password)
admin_mode_password="****"
Yealink Overrides
To enable the webserver for HTTPS
wui.https_enable="1"
To enable the webserver for HTTP
wui.http_enable="1"
The HTTP and HTTPS webservers can both be enabled on a Yealink device at the same time
To change the administrator password (the * represents the new password)
security.user_password="admin:****"