Installation guide

Prerequisites and Deployment Overview
Acano solution: Single combined Acano server Deployment Guide R1.6 76-1054-01-H
Page 9
syslog server add syslog01.example.com 514
syslog server add 192.168.3.4 514
3. Enable the Syslog server by entering:
syslog enable
4. Optionally, if you want to send the audit log to a Syslog server follow these steps.
(The audit log facility records configuration changes and significant low-level events. For
example, changes made to the dial plan or coSpace configuration via the Web Admin
Interface or the API are tracked in this log file, and tagged with the name of the user that
made the change. The file is also available via SFTP.)
a. Create a user with the audit role.
user add <username> (admin|crypto|audit|appadmin)
user add audituser audit
b. Log out of the MMP and log back in with the newly created user account.
c. Enter the command (this command can only be run by a user with the audit role):
syslog audit add <servername>
syslog audit add audit-server.example.org
Note: Normally Syslog files are overwritten in time but you can permanently store system and
audit log files using the new syslog rotate <filename> and syslog audit rotate
<filename> commands. See the MMP Command Reference.
2.1.5 Network Time Protocol Server
Configure a Network Time Protocol (NTP) server to synchronize time between the Acano
components:
1. If necessary, SSH into the MMP and log in.
2. To set up an NTP server, type:
ntp server add <domain name or IP address of NTP server>
To find the status of configured NTP servers: type ntp status
See the MMP command reference for a full list of ntp commands.
2.1.6 Call Detail Record Support
The Acano solution generates Call Detail Records (CDRs) internally for key call-related events,
such as a new SIP connection arriving at the server, or a call being activated or deactivated. It
can be configured to send these CDRs to a remote system to be collected and analyzed. There
is no provision for records to be stored on a long-term basis on the Acano solution, nor any way
to browse CDRs on the Acano server.
The CDR system can be used in conjunction with the API, with the call ID and call leg IDs values
being consistent between the two systems to allow cross referencing of events and diagnostics.
The CDR receiver is defined in the Web Admin Interface; see the Acano solution CDR Guide for
more information. If you are using Acano Manager, it must be your CDR receiver.