[asterisk-bugs] [JIRA] (ASTERISK-26005) res_pjsip: Multiple SIP messages are combined into 1 TCP packet
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Mon May 9 10:23:56 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=230521#comment-230521 ]
Asterisk Team commented on ASTERISK-26005:
------------------------------------------
Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.
A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.
Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].
> res_pjsip: Multiple SIP messages are combined into 1 TCP packet
> ---------------------------------------------------------------
>
> Key: ASTERISK-26005
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26005
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_pjsip
> Affects Versions: 13.8.2, 13.9.0
> Environment: CentOS 7
> Reporter: Ross Beer
> Severity: Critical
>
> When using chan_pjsip with TCP transport multiple packets are concatenated into one TCP packet causing the packet to exceed the MTU size.
> Setting the standard kernel options has no effect:
> net.ipv4.ip_no_pmtu_disc = 1
> net.ipv4.tcp_low_latency = 1
> net.ipv4.tcp_autocorking = 0
> The above options should stop the kernel concatenating the packets, however this is still occurring.
> This causes an issue for a lot of handsets, this is most noticeable on handsets that have multiple BLF keys. For example Snom D715 or Cisco SAP504G + Sidecarts. This causes the phones to misbehave and to be come unusable. Switching to UDP or TLS resolves the issue and the phones function correctly.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list