Dashboard
System
Voip
[% IF Catalyst.config.voisniff_features %]
SIP Statistics
[% END %]
[% IF ctx == "sipstats" %]
Statistics of last 24 hours
Overall SIP packets:
[% stats.req_count + stats.res_count %]
Requests:
[% stats.req_count %]
Responses:
[% stats.res_count %]
Requests
[% FOREACH req IN stats.req.pairs %]
[% req.key %]:
[% req.value%]
[% END %]
Responses
[% FOREACH res IN stats.res.pairs %]
[% res.key %]:
[% res.value%]
[% END %]
Packet Analyzer Statistics
[% END %]
Click&Drag on the graphs to zoom individual ranges.
[% even = 0 %] [% FOREACH item IN plotdata %]
[% item.title %]
loading...
[% END %]