THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#382 - dlg_end_dlg on a two-armed proxy only sends bye to one party
User who did this - Daniel-Constantin Mierla (miconda)
----------
Not sure if this issue is still actual, being long time silent.
I checked the source code in master and the send socket should be set. If still an issue, add event_route[tm:local-request] block and print $fs via xlog() to see if the value is correct.
I am going to close here, this tracker being decommissioned - for follow up, open an item on github project with the new details:
* https://github.com/kamailio/kamailio/issues
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=382#comment1746
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: kamailio
Branch: master
Commit: 5ae20460f0f89448cbb1590c61f19153ae77da79
URL: https://github.com/kamailio/kamailio/commit/5ae20460f0f89448cbb1590c61f1915…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-01-06T13:21:02+01:00
Topo: Remove svn IDs, update name from "SIP-Router" to "Kamailio"
---
Modified: modules/topoh/th_mask.c
Modified: modules/topoh/th_mask.h
Modified: modules/topoh/th_msg.c
Modified: modules/topoh/th_msg.h
Modified: modules/topoh/topoh_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/5ae20460f0f89448cbb1590c61f1915…
Patch: https://github.com/kamailio/kamailio/commit/5ae20460f0f89448cbb1590c61f1915…
---
diff --git a/modules/topoh/th_mask.c b/modules/topoh/th_mask.c
index f69a400..dfbc168 100644
--- a/modules/topoh/th_mask.c
+++ b/modules/topoh/th_mask.c
@@ -1,9 +1,8 @@
/**
- * $Id$
*
* Copyright (C) 2009 SIP-Router.org
*
- * This file is part of Extensible SIP Router, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -19,7 +18,7 @@
*/
/*!
* \file
- * \brief SIP-router topoh ::
+ * \brief Kamailio topoh ::
* \ingroup topoh
* Module: \ref topoh
*/
diff --git a/modules/topoh/th_mask.h b/modules/topoh/th_mask.h
index 3061dc9..735d8bc 100644
--- a/modules/topoh/th_mask.h
+++ b/modules/topoh/th_mask.h
@@ -1,5 +1,4 @@
/**
- * $Id$
*
* Copyright (C) 2009 SIP-Router.org
*
diff --git a/modules/topoh/th_msg.c b/modules/topoh/th_msg.c
index 098510e..4fd6070 100644
--- a/modules/topoh/th_msg.c
+++ b/modules/topoh/th_msg.c
@@ -1,9 +1,8 @@
/**
- * $Id$
*
* Copyright (C) 2009 SIP-Router.org
*
- * This file is part of Extensible SIP Router, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/modules/topoh/th_msg.h b/modules/topoh/th_msg.h
index d74ec65..314e026 100644
--- a/modules/topoh/th_msg.h
+++ b/modules/topoh/th_msg.h
@@ -1,9 +1,8 @@
/**
- * $Id$
*
* Copyright (C) 2009 SIP-Router.org
*
- * This file is part of Extensible SIP Router, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -20,7 +19,7 @@
/*!
* \file
- * \brief SIP-router topoh ::
+ * \brief Kamailio topoh ::
* \ingroup topoh
* Module: \ref topoh
*/
diff --git a/modules/topoh/topoh_mod.c b/modules/topoh/topoh_mod.c
index a8d9b63..d3f347e 100644
--- a/modules/topoh/topoh_mod.c
+++ b/modules/topoh/topoh_mod.c
@@ -1,7 +1,7 @@
-/**
+/*
* Copyright (C) 2009 SIP-Router.org
*
- * This file is part of Extensible SIP Router, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -18,12 +18,12 @@
/*!
* \file
- * \brief SIP-router topoh :: Module interface
+ * \brief Kamailio topoh :: Module interface
* \ingroup topoh
* Module: \ref topoh
*/
-/*! \defgroup topoh SIP-router :: Topology hiding
+/*! \defgroup topoh Kamailio :: Topology hiding
*
* This module hides the SIP routing headers that show topology details.
* It it is not affected by the server being transaction stateless or
Module: kamailio
Branch: master
Commit: 84568255661a76b0350b2fb949cd4c87a0fd36d1
URL: https://github.com/kamailio/kamailio/commit/84568255661a76b0350b2fb949cd4c8…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-01-06T12:30:20+01:00
Doxygen Change product name
---
Modified: doc/doxygen/main.dox
---
Diff: https://github.com/kamailio/kamailio/commit/84568255661a76b0350b2fb949cd4c8…
Patch: https://github.com/kamailio/kamailio/commit/84568255661a76b0350b2fb949cd4c8…
---
diff --git a/doc/doxygen/main.dox b/doc/doxygen/main.dox
index 26807eb..5bf7286 100644
--- a/doc/doxygen/main.dox
+++ b/doc/doxygen/main.dox
@@ -1,5 +1,5 @@
/**
- * \mainpage The SIP Router Development Documentation
+ * \mainpage The Kamailio Development Documentation
*
* This development documentation contains annotated and documented
* source files. For the sake of clarity the documentation is split into the
@@ -10,18 +10,21 @@
* \ref db_api Database Abstraction Layer is a group of data structures and functions that
* are used by all SIP Router modules that need to access a database.
*
- * \section sr_modules SIP Router Modules
+ * \section sr_modules Kamailio Modules
* Please click on the "modules" tab above for more information about the modules
*
* The documentation can be generated using doxygen by running "make doxygen"
*
- * \section License SIP-router license
- * SIP-router is free software; you can redistribute it and/or modify
+ * \section Other information
+ * If you want other informaiton about Kamailio, please visit http://www.kamailio.org
+ *
+ * \section License Kamailio license
+ * Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
- * SIP-router is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
Module: kamailio
Branch: master
Commit: a031da9863015cbaaa8539883086a9472b4823b7
URL: https://github.com/kamailio/kamailio/commit/a031da9863015cbaaa8539883086a94…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-01-06T11:12:30+01:00
group Remove SVN IDs, remove history
---
Modified: modules/group/group.c
Modified: modules/group/group.h
Modified: modules/group/group_mod.c
Modified: modules/group/group_mod.h
Modified: modules/group/re_group.c
Modified: modules/group/re_group.h
---
Diff: https://github.com/kamailio/kamailio/commit/a031da9863015cbaaa8539883086a94…
Patch: https://github.com/kamailio/kamailio/commit/a031da9863015cbaaa8539883086a94…
---
diff --git a/modules/group/group.c b/modules/group/group.c
index a765e73..59c5352 100644
--- a/modules/group/group.c
+++ b/modules/group/group.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
@@ -19,11 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
- * History:
- * --------
- * 2003-02-25 - created by janakj
- * 2004-06-07 updated to the new DB api, added group_db_{bind,init,close,ver}
- * (andrei)
*/
/**
diff --git a/modules/group/group.h b/modules/group/group.h
index a54d0cc..d254965 100644
--- a/modules/group/group.h
+++ b/modules/group/group.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
@@ -19,9 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
- * History:
- * --------
- * 2003-02-25 - created by janakj
*/
/**
diff --git a/modules/group/group_mod.c b/modules/group/group_mod.c
index 91767f3..0d86b1e 100644
--- a/modules/group/group_mod.c
+++ b/modules/group/group_mod.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
@@ -19,15 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
- * History:
- * --------
- * 2003-02-25 - created by janakj
- * 2003-03-11 - New module interface (janakj)
- * 2003-03-16 - flags export parameter added (janakj)
- * 2003-03-19 all mallocs/frees replaced w/ pkg_malloc/pkg_free
- * 2003-04-05 default_uri #define used (jiri)
- * 2004-06-07 updated to the new DB api: calls to group_db_* (andrei)
- * 2005-10-06 - added support for regexp-based groups (bogdan)
*/
/**
diff --git a/modules/group/group_mod.h b/modules/group/group_mod.h
index 171e798..d63adcd 100644
--- a/modules/group/group_mod.h
+++ b/modules/group/group_mod.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
@@ -19,9 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
- * History:
- * --------
- * 2003-02-25 - created by janakj
*/
/**
diff --git a/modules/group/re_group.c b/modules/group/re_group.c
index df877a0..329cd50 100644
--- a/modules/group/re_group.c
+++ b/modules/group/re_group.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2005-2007 Voice Sistem SRL
*
* This file is part of Kamailio, a free SIP server.
@@ -19,9 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
- * History:
- * --------
- * 2005-10-06 - created by bogdan
*/
/**
diff --git a/modules/group/re_group.h b/modules/group/re_group.h
index 5601278..91698d8 100644
--- a/modules/group/re_group.h
+++ b/modules/group/re_group.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2005-2007 Voice Sistem SRL
*
* This file is part of Kamailio, a free SIP server.
@@ -19,9 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
- * History:
- * --------
- * 2005-10-06 - created by bogdan
*/
/**