< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Look at SipStack.h: sipStack.statisticsManagerEnabled() = false; Also, contrary to your email, the statistics manager is ENABLED
by default. Scott From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On Behalf Of Bruno
ANDRIANASOLO Hi, From
the documentation, it is stated that a new feature of the stack in the last
release 1.0.3 of Resiprocate is that the StatisticsManager
can now be disabled at runtime. The
only change I’ve seen, comparing to the previous version, is that the private
variable mStatisticsManagerEnabled is
set to false by default. There is no public function that enables this variable
to true. How
can an application acces to this variable? Thanks
for your help. |