Module: sip-router
Branch: master
Commit: c110823321b3da0fc8286308fe8851f3c06835ff
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c110823…
Author: Sven Knoblich <sven.knoblich(a)1und1.de>
Committer: Sven Knoblich <sven.knoblich(a)1und1.de>
Date: Fri Feb 24 10:50:11 2012 +0100
Fix consistency of exported parameter by rename cdr_stop_id to cdr_end_id. The command is
already mentioned correctly in the doc.
---
modules_k/acc/acc_mod.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/acc/acc_mod.c b/modules_k/acc/acc_mod.c
index 15bfe9e..1d5d252 100644
--- a/modules_k/acc/acc_mod.c
+++ b/modules_k/acc/acc_mod.c
@@ -255,7 +255,7 @@ static param_export_t params[] = {
{"cdr_facility", STR_PARAM, &cdr_facility_str },
{"cdr_extra", STR_PARAM, &cdr_log_extra_str },
{"cdr_start_id", STR_PARAM, &cdr_start_str.s },
- {"cdr_stop_id", STR_PARAM, &cdr_end_str.s },
+ {"cdr_end_id", STR_PARAM, &cdr_end_str.s },
{"cdr_duration_id", STR_PARAM, &cdr_duration_str.s },
#ifdef RAD_ACC
{"radius_config", STR_PARAM, &radius_config },