Module: sip-router
Branch: master
Commit: 8118c85bc53494c5a1d6e0a9fd655778f8ca8b61
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8118c85…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Oct 13 13:14:49 2014 +0200
tm: default value for failure_reply_mode set to 3
- discard previous replies if a new serial forking step is done
---
modules/tm/t_reply.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/tm/t_reply.c b/modules/tm/t_reply.c
index f258c75..6b33d2b 100644
--- a/modules/tm/t_reply.c
+++ b/modules/tm/t_reply.c
@@ -191,7 +191,7 @@ extern int tm_remap_503_500;
* - 3 - all branches are discarded if a new leg of serial forking
* is started (default kamailio 1.5.x behaviour)
*/
-int failure_reply_mode = 0;
+int failure_reply_mode = 3;
/* responses priority (used by t_pick_branch)
* 0xx is used only for the initial value (=> should have no chance to be
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#466 - our Record-Route is doubled on subsequent branches
User who did this - Daniel-Constantin Mierla (miconda)
----------
The internal flag should be available in the failure route. If not, maybe you can add some log messages in the record_route function to print the value for msg_flags and.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=466#comment1668
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#476 - CRASH: segmentation fault on module db_cluster with postgres
User who did this - Daniel-Constantin Mierla (miconda)
----------
I pushed a patch to check if the command is implemented by the db connector used for doing the operations.
If you can test with commit d1541b8299581cdfaf84169e307f47116def5cbf and report if all goes ok, then I will backport.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=476#comment1667
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#478 - CRASH: segfault in parser/parse_via.c
User who did this - Daniel-Constantin Mierla (miconda)
----------
What is the version you are using?
kamailio -v
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=478#comment1666
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.