Difference between revisions of "Call Info"
Line 25: | Line 25: | ||
'''Only SIP calls can be retrieved!''' | '''Only SIP calls can be retrieved!''' | ||
<br> | |||
[[File:mor_pcap.png]] | |||
== QUESTION: How pcap files are managed to not fill HDD? == | == QUESTION: How pcap files are managed to not fill HDD? == | ||
Line 30: | Line 33: | ||
Special script runs at set intervals to delete the oldest files. 1Gb HDD space is reserved by default for pcap files. | Special script runs at set intervals to delete the oldest files. 1Gb HDD space is reserved by default for pcap files. | ||
<br><br> | <br><br> | ||
= See also = | = See also = | ||
* [[SIP debug info]] | * [[SIP debug info]] |
Revision as of 16:19, 28 September 2015
This window gives detailed info about the call.
It can be accessed from Last Calls page by clicking on the icon near the call:
A new window opens with detailed call info:
Call Log
PCAP file/data
Background process records pcap files for every call. Later it is very easy to retrieve pcap file for exact call from Call Info page.
Press on the Download PCAP file button and if you have Wireshark installed - it will open the pcap file in the Wireshark.
NOTE: pcap file takes up to 10kb of data. By default it is reserved 1Gb of HDD space for pcap files. Approximately it is enough for 100.000 calls. Older files are deleted when space limit is reached. HDD space limit can be increased if necessary.
Only SIP calls can be retrieved!
QUESTION: How pcap files are managed to not fill HDD?
Special script runs at set intervals to delete the oldest files. 1Gb HDD space is reserved by default for pcap files.