PhoneSystemInitializeStatistics(String) Method
Initialize notification about realtime statistics stored in specific run-time table
and returns all available records stored there.
Custom statistics table MUST be defined in configuration manager.
table MUST be defined as:
[RTTABLES]
s_xxxxxxx=ID
and object name MUST be defined as:
[CLASSES]
S_XXXXXXX=s_xxxxxxx
where xxxxxxx is lowercase string and XXXXXXX is uppercase version of the xxxxxxx
Effectively, it is subscription to the notifications about updates of specific data collected by PBX components.
statObjectType should be the object type defined in Configuration service and must be uppercase string
It is not automatically renewed by connection manager, so process should track
"CFGSERVER" entity and renew subscriptions each time when "CFGSERVER" is reconnected.