Module: sip-router
Branch: tmp/k3.0_sr_backports
Commit: 2fd39cac8b5768863a439e946a84db300519a478
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2fd39ca…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Fri Oct 23 16:20:19 2009 +0200
update fwd_rpls statistics
(cherry picked from commit 058f978739d0642d3332301eb8f0a0cd2bc64f37)
---
forward.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/forward.c b/forward.c
index a9cfc7f..a7328e3 100644
--- a/forward.c
+++ b/forward.c
@@ -745,6 +745,7 @@ int forward_reply(struct sip_msg* msg)
msg->via2->host.len, msg->via2->host.s,
(unsigned short) msg->via2->port);
+ sr_event_exec(SREV_CORE_STATS, (void*)2);
pkg_free(new_buf);
skip:
return 0;