[Spce-user] cfu during call from one subscriber to another
Andrew Pogrebennyk
apogrebennyk at sipwise.com
Wed Apr 29 08:04:14 EDT 2015
Hi,
yes, it's fixed in mr3.8.1.
commit 6f98e14394425c259272b0cd676178a55343ae80
Author: Andrew Pogrebennyk <apogrebennyk at sipwise.com>
Date: Fri Apr 3 16:40:47 2015 +0200
MT#10175 skip duplicate CDR in case of fallback on 404
There was an extra CDR created in this case where
source_user=dst_user and type
cfu. This is no call forward and there's no point in creating more
than one CDR
with non-zero duration, so let's skip this extra CDR.
Change-Id: Idb18a24037d782dba6f447f1f4208f2ace0a1794
(cherry picked from commit a01713d1be9d406c4786cf9fa1b1b9be273f3132)
diff --git a/kamailio/proxy/proxy.cfg b/kamailio/proxy/proxy.cfg
index a26f263..ac60199 100644
--- a/kamailio/proxy/proxy.cfg
+++ b/kamailio/proxy/proxy.cfg
@@ -7222,6 +7222,7 @@ failure_route[FAILURE_ROUTE_LOCAL]
xlog("L_NOTICE", "Fallback from E164 number to
user - [% logreq -%]\n");
}
$var(forward) = 1;
+ $var(no_acc) = 1;
# caller is the same user, skip loading caller's prefs
#route(ROUTE_LOAD_CALLER_PREF);
route(ROUTE_FIND_CALLEE);
On 04/29/2015 01:59 PM, Matthew Ogden wrote:
> For my own records, has this been rectified? I'm still dealing with it
> as a workaround, but I just want to check in on it.
>
> Kind Regards
>
More information about the Spce-user
mailing list