[asterisk-bugs] [JIRA] (ASTERISK-28884) x-ast-orig-host not filtered out from request URI and To header

Asterisk Team (JIRA) noreply at issues.asterisk.org
Mon May 11 09:15:25 CDT 2020


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=250700#comment-250700 ] 

Asterisk Team commented on ASTERISK-28884:
------------------------------------------

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].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

> x-ast-orig-host not filtered out from request URI and To header
> ---------------------------------------------------------------
>
>                 Key: ASTERISK-28884
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28884
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip_nat
>    Affects Versions: 16.9.0, 16.10.0
>            Reporter: nappsoft
>            Severity: Minor
>              Labels: patch
>         Attachments: ast_message_filter.diff
>
>
> In the Changelog to Change-Id Idc263ad2d2d7bd8faa047e5804d96a5fe1cd282e one can read concerning x-ast- URI parameters: "Asterisk will never send a request with those headers in it". But while res_pjsip_nat filters out the x-ast-* URI parameters from the contact header, they stay in the request URI and the to-Header.
> This makes the INVITE request larger than necessary and because of that we were facing issues in some scenarios with PPPoE connections (MTU 1492) and routers that do not support UDP fragmentation.
> I was able to work around the issue with the attached patch. However you might prefer to add the removal of the URI parameters to res_pjsip_nat or you might think that it's necessary to not remove the parameters at all for whatever reason.
> So please let me know whether you'd like the patch to be submitted via gerrit or not.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list