Reference9:Concept Reporting

From innovaphone wiki
Jump to navigation Jump to search
There are also other versions of this article available: Reference9 (this version) | Reference10 | Reference12r1

Requirements

Installation

Configuration

Device

Filters

General

Conditions

Database

Password

Remote Access

Report Creation

General

Web Interface

Remote Interface

Backup and Restore

Configuration Files

Data

Logs

Appendix

innovaphone Reporting XML

 <report>
   <record>
     ....
     <summary>
       <remote name="saturn" number="101" dn="Saturn"/>
       <status>co</status>
       <type>ct</type>
       <dir>i</dir>
     </summary>
     <billing-duration seconds="40">0:40</billing->duration>
     <call-duration seconds="20">0:20</billing->duration>
   </record>
 </report>
  • summary
    • remote: outgoing calls -> dialed endpoint
    • remote: incoming calls -> first ep2 above entry event or entry event if this is the first one
    • status: outgoing calls -> best found status in call flow
    • status: incoming calls -> status of entry event
    • type: the type of the entry event or, if not set, the type of the next event, if given
    • dir: o (outgoing) if the first event is the entry event and the caller is ep1
    • dir: i (incoming) if not o
  • billing-duration: duration from the first event until the last event in the flow
  • call-duration: duration from the entry event until the event, where the local endpoint isn't connected any more

Installed Debian Packages

Configuration Files

Data Files

Report XML

Database Structure

Remote Interface

Tools