[sr-dev] git:master: ims_charging: bugfix: Make ims_charging:ccr_timeouts resettable

Carsten Bock carsten at ng-voice.com
Tue May 27 11:56:37 CEST 2014


Module: sip-router
Branch: master
Commit: 88724f2cc7ca5988713246b3e4d7bfac4612072d
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=88724f2cc7ca5988713246b3e4d7bfac4612072d

Author: Carsten Bock <carsten at ng-voice.com>
Committer: Carsten Bock <carsten at ng-voice.com>
Date:   Tue May 27 11:56:32 2014 +0200

ims_charging: bugfix: Make ims_charging:ccr_timeouts resettable

---

 modules/ims_charging/mod.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/ims_charging/mod.c b/modules/ims_charging/mod.c
index 8de9df7..e305bb5 100644
--- a/modules/ims_charging/mod.c
+++ b/modules/ims_charging/mod.c
@@ -122,7 +122,7 @@ stat_export_t charging_stats[] = {
     {"ccr_responses_time", STAT_NO_RESET, &ccr_responses_time},
     {"billed_secs", STAT_NO_RESET, &billed_secs},
     {"killed_calls", STAT_NO_RESET, &killed_calls},
-    {"ccr_timeouts", STAT_NO_RESET, &ccr_timeouts},
+    {"ccr_timeouts", 0, &ccr_timeouts},
     {0, 0, 0}
 };
 




More information about the sr-dev mailing list