diff --git a/status/usage/index.phtml b/status/usage/index.phtml index b92420d..1601869 100644 --- a/status/usage/index.phtml +++ b/status/usage/index.phtml @@ -1,99 +1,99 @@ - "CDRTool_Session", "auth" => "CDRTool_Auth", "perm" => "CDRTool_Perm" )); $perm->check("statistics"); require("sip_statistics.php"); -$title='Platform usage'; +$title = 'Platform usage'; include("../../header.phtml"); $SIPstatistics=new SIPstatistics (); global $CDRTool; if (strlen($CDRTool['filter']['domain'])) { $allowedDomains=explode(' ',$CDRTool['filter']['domain']); } ?>

Platform usage

-have_perm('admin')) { ?> +have_perm('admin')) { ?> -domains)); } else { $domains=array_keys($SIPstatistics->domains); } foreach ($domains as $key) { if ($key == 'total') continue; printf (" ", $key, $key, $key, $key, $key, $key, $key, $key, $key, $key, $key, $key, $key, $key, $key, $key, $key ); } ?>
Total SIP accounts
total_users Traffic Graph
Total RTP media sessions
total_sessions Traffic Graph
Total relayed RTP traffic
total_traffic Traffic Graph
SIP accounts on %s
%s_users Traffic Graph
RTP media sessions for %s
%s_sessions Traffic Graph
Relayed RTP traffic for %s
%s_traffic Traffic Graph
-