VOIP Active Calls Report
Introduction
It is essential for network administrators today to track each of the VOIP Calls as they are interested in creating a *true* and *functional* active VOIP Call accounting and monitoring through accounting for each of the Calls using each prospective call’s details.
Solution Overview
This active VOIP Call accounting could be done by collecting the values of the MIB Objects representing the details per actual Call registered in a production environment. The MIB Objects to reflect Call identification details are cvVoIPCallActiveRemoteIPAddress, cvVoIPCallActiveRemoteUDPPort, callActivePeerAddress, callActiveConnectTime, callActiveDisconnectTime among other objects representing the Call’s Session protocol and Session target respectively.
SOSL based Management Process script configuration
|
This is the Active Calls information on the managed elements. |
MODULE cCallHistoryData();
BEGIN
ALL-DEV (ZONE "entL3") BY DEV
{
SET-INDEX cCallHistoryTable
(cvVoIPCallActiveConnectionId [callActiveSetupTime, INT; callActiveIndex, INT]);
WITH-INDEX cCallHistoryTable
{
POLL (cvVoIPCallActiveRemoteIPAddress;
cvVoIPCallActiveRemoteUDPPort;
cvVoIPCallActiveSessionProtocol;
cvVoIPCallActiveSessionTarget;
callActivePeerAddress;
callActiveDisconnectText;
callActiveConnectTime;
callActiveDisconnectTime;
callActiveCallOrigin );
};
};
END
[SOSL
Case Studies], [Management
Concepts], [NMS
Technology R&D]
[Home], [About], [Solutions
Center], [NMS
Market],
[Products & Services],
[Management Technology], [Technical Support],
[Contact us], [Site
Map]