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']); } ?>
Total SIP accounts
| Total RTP media sessions
| Total relayed RTP traffic
|
SIP accounts on %s
| RTP media sessions for %s
| Relayed RTP traffic for %s
|