Hello,
Kamailio SIP Server v5.6.3 stable release is out.
This is a maintenance release of the latest stable branch, 5.6, that
includes fixes since the release of v5.6.2. There is no change to
database schema or configuration language structure that you have to do
on previous installations of v5.6.x. Deployments running previous v5.6.x
versions are strongly recommended to be upgraded to v5.6.3.
For more details about version 5.6.3 (including links and guidelines to
download the tarball or from GIT repository), visit:
* https://www.kamailio.org/w/2023/01/kamailio-v5-6-3-released/
RPM, Debian/Ubuntu packages will be available soon as well.
Many thanks to all contributing and using Kamailio!
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio World Conference - June 5-7, 2023 - www.kamailioworld.com
Hello,
I am considering to release Kamailio v5.6.3 (out of branch 5.6) next
week (likely on Wednesday, Jan 11, 2023). If anyone is aware of
issues not yet on the bug tracker, report them there asap in order to
have a better chance to be fixed.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio World Conference - June 5-7, 2023 - www.kamailioworld.com
<!--
Kamailio Project uses GitHub Issues only for bugs in the code or feature requests. Please use this template only for bug reports.
If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
* http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
* http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
If there is no content to be filled in a section, the entire section can be removed.
You can delete the comments from the template sections when filling.
You can delete next line and everything above before submitting (it is a comment).
-->
### Description
When we send any custom header in the CANCEL Request.. same request is not forwarding to the down stream. Custom Header are missing in th request which is received by the downstream.
We are using t_relay() to forwards the request.
Please let me know if any parameters are required to be enabled for this issue.
<!--
Explain what you did, what you expected to happen, and what actually happened.
-->
### Troubleshooting
#### Reproduction
<!--
If the issue can be reproduced, describe how it can be done.
-->
#### Debugging Data
<!--
If you got a core dump, use gdb to extract troubleshooting data - full backtrace,
local variables and the list of the code at the issue location.
gdb /path/to/kamailio /path/to/corefile
bt full
info locals
list
If you are familiar with gdb, feel free to attach more of what you consider to
be relevant.
-->
```
(paste your debugging data here)
```
#### Log Messages
<!--
Check the syslog file and if there are relevant log messages printed by Kamailio, add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
(paste your log messages here)
```
#### SIP Traffic
<!--
If the issue is exposed by processing specific SIP messages, grab them with ngrep or save in a pcap file, then add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
Upstream CANCEL Request Sent
----------------------------------------------
Session Initiation Protocol (CANCEL)
Request-Line: CANCEL sip:inbound@192.168.2.200:5060;transport=UDP SIP/2.0
Message Header
Via: SIP/2.0/UDP 192.168.2.192:8000;branch=z9hG4bK-25588-1-0
From: <sip:inbound@192.168.2.192:8000>;tag=1
To: <sip:inbound@192.168.2.200:5060;user=phone>
Call-ID: 1-25588(a)192.168.2.192
[Generated Call-ID: 1-25588(a)192.168.2.192]
CSeq: 1 CANCEL
Max-Forwards: 70
Session-ID: 357f74433c5454178cde3d5278b40ec6
User-Agent: A175 Collaboration Tablet
Content-Length: 0
Down Stream CANCEL Request received
----------------------------------------------------
Session Initiation Protocol (CANCEL)
Request-Line: CANCEL sip:inbound@192.168.2.200:5060;transport=UDP SIP/2.0
Message Header
From: <sip:inbound@192.168.2.192:8000>;tag=1
To: <sip:inbound@192.168.2.200:5060;user=phone>
Call-ID: 1-25588(a)192.168.2.192
[Generated Call-ID: 1-25588(a)192.168.2.192]
CSeq: 1 CANCEL
Via: SIP/2.0/UDP 192.168.1.200;branch=z9hG4bK561f.944ad825d740820aeb834f49c3cea1b7.0;rport
Max-Forwards: 69
Content-Length: 0
```
(paste your sip traffic here)
```
### Possible Solutions
<!--
If you found a solution or workaround for the issue, describe it. Ideally, provide a pull request with a fix.
-->
### Additional Information
* **Kamailio Version** - output of `kamailio -v`
```
(paste your output here)
```
* **Operating System**:
<!--
Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04, CentOS 7.1, ...), MacOS, xBSD, Solaris, ...;
Kernel details (output of `lsb_release -a` and `uname -a`)
-->
```
(paste your output here)
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3326
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3326(a)github.com>