[asterisk-bugs] [JIRA] (ASTERISK-20720) [patch]Accept MWI subscriptions with several elements in Accept header

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Jul 25 09:57:57 CDT 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-20720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton updated ASTERISK-20720:
------------------------------------

    Assignee: Alexei Gradinari
      Status: Waiting for Feedback  (was: Open)

I'm doing some cleanup on the tracker. 

Do you want to push this through the review process for recent supported versions of Asterisk?

https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

If not, then we should close this out as it hasn't seen any traction since 2012 and chan_sip is now under extended support so it likely won't be moving in anytime soon.

> [patch]Accept MWI subscriptions with several elements in Accept header
> ----------------------------------------------------------------------
>
>                 Key: ASTERISK-20720
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20720
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/Subscriptions
>    Affects Versions: 1.8.18.0, 10.10.0, 11.0.0
>         Environment: Linux Slackware 13.0
> Linux Kernel 3.1.0 i686
>            Reporter: Alexei Gradinari
>            Assignee: Alexei Gradinari
>            Severity: Minor
>         Attachments: mwi-subscriptions.patch
>
>
> There are SIP UAs which send SIP SUBSCRIBE with several elements in Accept header.
> For example
> ================================
> SUBSCRIBE sip:NAME at XXX.XXX.XXX.XXX:5060 SIP/2.0
> From: <sip:NAME at XXX.XXX.XXX.XXX:5060>;tag=10f21b8-267564c2-13c4-45028-1a7-39b4fd5b-1a7
> To: <sip:NAME at XXX.XXX.XXX.XXX:5060>
> Call-ID: 10fa418-267564c2-13c4-45028-1a7-2c53e6e5-1a7
> CSeq: 2 SUBSCRIBE
> Via: SIP/2.0/UDP YYY.YYY.YYY.YYY:5060;branch=z9hG4bK-1a8-67a33-79138a66
> Expires: 180
> Event: message-summary
> Max-Forwards: 70
> Supported: replaces,100rel
> User-Agent: Thomson TG784 Build 8.2.7.7
> Contact: <sip:NAME at YYY.YYY.YYY.YYY:5060>
> Accept: application/dtmf-relay, x-application/dtmf-relay, application/sdp,application/simple-message-summary
> Content-Length: 0
> ================================
> Asterisk does not support multiple elements in Accept header for MWI SUBSCRIBE.
> This patch fixes it.



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



More information about the asterisk-bugs mailing list