Possible solution to https://github.com/kamailio/kamailio/issues/2758
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [ ] Commit message has the format required by CONTRIBUTING guide
- [ ] Commits are split per component (core, individual modules, libs, utils, ...)
- [ ] Each component has a single commit (if not, squash them into one commit)
- [ ] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2759
-- Commit Summary --
* Update resolve.c handle type 41
-- File Changes --
M src/core/resolve.c (1)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2759.patchhttps://github.com/kamailio/kamailio/pull/2759.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2759
Module: kamailio
Branch: master
Commit: d3b693fa5725b45f24d68956658800de7b9ec19c
URL: https://github.com/kamailio/kamailio/commit/d3b693fa5725b45f24d68956658800d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-06-02T18:45:22+02:00
xprint: remove history and svn id
---
Modified: src/modules/xprint/xp_lib.c
Modified: src/modules/xprint/xp_lib.h
---
Diff: https://github.com/kamailio/kamailio/commit/d3b693fa5725b45f24d68956658800d…
Patch: https://github.com/kamailio/kamailio/commit/d3b693fa5725b45f24d68956658800d…
---
diff --git a/src/modules/xprint/xp_lib.c b/src/modules/xprint/xp_lib.c
index 5771b77399..b2bcc077b7 100644
--- a/src/modules/xprint/xp_lib.c
+++ b/src/modules/xprint/xp_lib.c
@@ -1,7 +1,5 @@
/**
- * $Id$
- *
- * XLOG module
+ * XPRINT module
*
* Copyright (C) 2001-2003 FhG Fokus
*
@@ -27,15 +25,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/* History:
- * --------
- * 2004-10-20 - added header name specifier (ramona)
- * 2005-07-04 - added color printing support via escape sequesnces
- * contributed by Ingo Wolfsberger (ramona)
- * 2005-12-23 - parts from private branch merged (mma)
- *
- */
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/modules/xprint/xp_lib.h b/src/modules/xprint/xp_lib.h
index 9c8812029a..fb429dec9b 100644
--- a/src/modules/xprint/xp_lib.h
+++ b/src/modules/xprint/xp_lib.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of ser, a free SIP server.
@@ -20,8 +18,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
Dear all
we have seen a core in a running production kamailio instance today, i attach you the bt in dropbox
version: kamailio 5.4.4 (x86_64/linux) 0ddb01-dirty
centos7 3.10.0-693.17.1.el7.x86_64 #1 SMP Thu Jan 25 20:13:58 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
https://www.dropbox.com/s/3dg72cbuz7nvx5b/core_kamailio_21mayo?dl=0https://www.dropbox.com/s/iyko32fwfxj8aam/core_kamailio_21mayo_2?dl=0
seems there might be a relation async module when delaying a request after communicating with the rtpengine ?¿
could you please take a look?
thanks a lot and regards
david
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2740