THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#296 - tm:branch-failure event_route is not executed on all branch failures
User who did this - Daniel-Constantin Mierla (miconda)
----------
With the last commit, tm will consider the branches that failed to be sent for failure routing blocks. At this moment such branch will fail after fr_timer (improvements to be added in the future), reply status code is 408.
However, branch failure route does not seem to be executed for the branches that don't get the negative reply from the network (e.g., case of local timeout, even for UDP), no branch failure route execution). Didn't have time to analyze properly, i'll have to see where Hugh added its execution.
For the moment, the failure_route[] blocks seems to be executed ok.
Note that t_relay() will return true in such case.
To enable this feature, you have to set module parameter failure_exec_mode to 1.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=296#comment876
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Module: sip-router
Branch: master
Commit: 1a099f704ffbb93f5c6389e86daa5af90aeb72f1
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1a099f7…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Sat May 18 22:20:57 2013 +0100
pkg/kamailio/(centos|fedora): Updated changelog in .spec
---
pkg/kamailio/fedora/17/kamailio.spec | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/pkg/kamailio/fedora/17/kamailio.spec b/pkg/kamailio/fedora/17/kamailio.spec
index 68276d4..5297378 100644
--- a/pkg/kamailio/fedora/17/kamailio.spec
+++ b/pkg/kamailio/fedora/17/kamailio.spec
@@ -1124,6 +1124,11 @@ fi
%changelog
+* Sat May 18 2013 Peter Dunkley <peter(a)dunkley.me.uk>
+ - Refactored .spec
+ - Put tls module back in its own .spec (OpenSSL no longer needed by core as
+ stun is in its own module)
+ - Updated rel to dev5
* Wed Apr 24 2013 Peter Dunkley <peter(a)dunkley.me.uk>
- Updated rel to dev3
* Wed Apr 10 2013 Peter Dunkley <peter(a)dunkley.me.uk>