}
private void initializeStatistics() {
CountStatistic c;
c = new CountStatisticImpl("INVITESentSipRequests");
inviteSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("PUBLISHSentSipRequests");
publishSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("REGISTERSentSipRequests");
registerSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("ACKSentSipRequests");
ackSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("BYESentSipRequests");
byeSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("CANCELSentSipRequests");
cancelSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("OPTIONSSentSipRequests");
optionsSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("PRACKSentSipRequests");
prackSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("SUBSCRIBESentSipRequests");
subscribeSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("NOTIFYSentSipRequests");
notifySentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("PUBLISHSentSipRequests");
publishSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("INFOSentSipRequests");
infoSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("REFERSentSipRequests");
referSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("MESSAGESentSipRequests");
messageSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("UPDATESentSipRequests");
updateSentSipRequests = new MutableCountStatisticImpl(c);
c = new CountStatisticImpl("OTHERSentSipRequests");
otherSentSipRequests = new MutableCountStatisticImpl(c);
}