|
|
Line 25: |
Line 25: |
| ==Appendix== | | ==Appendix== |
| ===innovaphone Reporting XML=== | | ===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=== | | ===Installed Debian Packages=== |