Module: sip-router Branch: master Commit: 88b730e923b4baccfdd9966702d1de5b1a1f1a16 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=88b730e9...
Author: Timo Reimann timo.reimann@1und1.de Committer: Timo Reimann timo.reimann@1und1.de Date: Mon Oct 3 19:21:28 2011 +0200
acc(k): Change start/end IDs from sz/ez to st/et.
---
modules_k/acc/acc_cdr.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules_k/acc/acc_cdr.c b/modules_k/acc/acc_cdr.c index ddaedd7..b15530f 100644 --- a/modules_k/acc/acc_cdr.c +++ b/modules_k/acc/acc_cdr.c @@ -52,8 +52,8 @@ struct dlg_binds dlgb; struct acc_extra* cdr_extra = NULL; int cdr_facility = LOG_DAEMON;
-static const str start_id = { "sz", 2}; -static const str end_id = { "ez", 2}; +static const str start_id = { "st", 2}; +static const str end_id = { "et", 2}; static const str duration_id = { "d", 1}; static const str zero_duration = { "0", 1}; static const struct timeval time_error = {0,0};