Reference:Administration/Gateway/CDR0

From innovaphone wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
There are also other versions of this article available: Reference (this version) | Reference9

The transmission of the so-called CDRs (Call Detail Records) is disabled as standard (Off). After selection of a CDR type, the transmission of detailed CDRs is enabled, as are the relevant entry fields. To prevent data loss in the event of failure of the first CDR server (CDR0), it is possible to specify a second CDR server (CDR1).

  • Off: CDR is disabled.
  • TCP: The device transmits the CDR entries via a TCP connection.
    • In the Address field, you enter the IP address at which the TCP connection is to be set up.
    • In the Port field, you specify the port to which the connection is set up.
  • SYSLOG: The CDR entries are transmitted to a syslog recipient (also referred to as syslogd, syslog server or syslog daemon ), which is then responsible for their further evaluation or storage.
    • In the Address field, you enter the IP address of the syslogd server.
    • In the Class field, you enter the desired message class that will be responsible for further processing of the CDR entries.
  • HTTP: The CDR entries are transferred to a Web server, where they can be further processed. Each individual CDR entry is transferred as form data to the Web server in HTTP GET format.
    • In the Address field, you enter the IP address of the Web server that carries out further processing of the transmitted data.
    • In the Path field, you enter the relative URL of the form program on the Web server.
      The device will make a HTTP GET request to the Web server on the entered URL, followed by the URL-encoded CDR entry. If, for example, a page named /cdr/cdrwrite.asp with a form that expects the log message in parameter msg exists on a Web server, then the value /cdr/cdrwrite.asp is entered. The device will then make a GET /cdr/cdrwrite.asp?event=syslog&msg=logmsg request to the Web server.
  • LOCAL:The CDR entries are transmitted to the local Compact Flash card. This will be place on the CF card where the CDR`s are stored \\Ipaddress\drive\CF0\log
    • In the Max File Size filed , you create a size when a new file should be created.
    • In the Backup Time filed, you enter a time/date when a new file should be created.