Product Info
Table Of Contents
- 1.Product Overview
- 2.Change Log
- 3.Introduction to Configuration Menu
- 4.Access the Device
- 5.Language and Time Setting
- 6.LED Setting
- 7.Volume and Tone Configuration
- 8.Network Setting
- 9.Intercom Call Configuration
- 10.Audio& Video Codec Configuration for SIP Calls
- 11.Access White List Configuration
- 12.Relay Setting
- 13.Door Access Schedule Management
- 14.Door Unlock Configuration
- 15.Security
- 16.Monitor and Image
- 17.Logs
- 18.Debug
- 19.Firmware Upgrade
- 20.Backup
- 21.Auto-provisioning via Configuration File
- 22.Integration with Third Party Device
- 23.Password Modification
- 24.System Reboot&Reset
- 25.Abbreviations
- 26.FAQ
- 27.Contact us
Single Tenant Door Phone
AKUVOX SMART INTERCOM www.akuvox.com
84
mode is selected. The default user name is “Admin”.
IP01-IP05: enter the IP address of the third party devices when the
“WhiteList” authorization is select for the integration.
Please refer to the following description for the Authentication mode
NO.
Authorization
Mode
Description
1
None
No authentication is required for HTTP API as
it is only used for demo testing.
2
Normal
This mode is used by Akuvox developer only.
3
WhiteList
If this mode is selected, you are only required
to fill in the IP address of the third party
device for the authentication. The whitelist is
suitable for operation in the LAN.
4
Basic
If this mode is selected, you are required to fill
in the User name and the password for the
authentication.In Authorization field of HTTP
request header, use Base64 encode method to
encode of username and password.
5
Digest
Password encryption method, only supports
MD5. MD5( Message-Digest Algorithm)
In Authorization field of Http request header:
WWW-Authenticate:Digest
realm="HTTPAPI",qop="auth,auth-int",nonce="
xx", opaque="xx".