[asterisk-bugs] [JIRA] (ASTERISK-28782) Add support for Content-Disposition header in multi-part INVITES

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Mar 19 04:31:25 CDT 2020


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

Asterisk Team commented on ASTERISK-28782:
------------------------------------------

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.

> Add support for Content-Disposition header in multi-part INVITES
> ----------------------------------------------------------------
>
>                 Key: ASTERISK-28782
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28782
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Resources/res_pjsip_session
>    Affects Versions: 13.28.1
>            Reporter: Torrey Searle
>            Severity: Minor
>
> A certain carrier interconnect test requires us to reject certain invites containing content that is not currently supported by asterisk
> This patch tries to implement the correct behavior as according to RFC5261
> RFC 5261 says the following
> 8.1.  Background on Content and Disposition Types in SIP
>    The Content-Disposition header field, defined in [RFC2183] and
>    extended by [RFC3261], describes how to handle a SIP message's body
>    or an individual body part.  Examples of disposition types used in
>    SIP in the Content-Disposition header field are 'session' and
>    'render'.
>    [RFC3204] and [RFC3459] define the 'handling' parameter for the
>    Content-Disposition header field.  This parameter describes how a UAS
>    reacts if it receives a message body whose content type or
>    disposition type it does not understand.  If the parameter has the
>    value 'optional', the UAS ignores the message body; if the parameter
>    has the value 'required', the UAS returns a 415 (Unsupported Media
>    Type) response.  The default value for the 'handling' parameter is
>    'required'.  The following is an example of a Content-Disposition
>    header field:
>        Content-Disposition: signal; handling=optional



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



More information about the asterisk-bugs mailing list