Product Info
Table Of Contents
- 1.Product Overview
- 2.Change Log
- 3.Model Specification
- 4.Introduction to Configuration Menu
- 5.Access the Device
- 6.Language and Time Setting
- 7.LED Setting
- 8.Volume and Tone Configuration
- 9.Network Setting
- 10.Intercom Call Configuration
- 11.Audio& Video Codec Configuration for SIP Calls
- 12.Access White List Configuration
- 13.Relay Setting
- 14.Door Access Schedule Management
- 15.Door Unlock Configuration
- 16.Security
- 17.Monitor and Image
- 18.Logs
- 19.Debug
- 20.Firmware Upgrade
- 21.Backup
- 22.Auto-provisioning via Configuration File
- 23.Integration with Third Party Device
- 24.Password Modification
- 25.System Reboot&Reset
- 26.Abbreviations
- 27.Contact us
Single Tenant Door Phone
AKUVOX SMART INTERCOM www.akuvox.com
94
“WhiteList” authorization is selected 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 developers 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".