[asterisk-bugs] [JIRA] (ASTERISK-23934) [patch]SIP/SDP fmtp line may include whitespace between attributes

Rusty Newton (JIRA) noreply at issues.asterisk.org
Wed Jun 25 16:00:57 CDT 2014


Rusty Newton created ASTERISK-23934:
---------------------------------------

             Summary: [patch]SIP/SDP fmtp line may include whitespace between attributes
                 Key: ASTERISK-23934
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23934
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Channels/chan_sip/CodecHandling
    Affects Versions: 11.10.2
            Reporter: Alexander Traud
            Severity: Minor


See SVN revision 397526, [review 2723|https://reviewboard.asterisk.org/r/2723/] and ASTERISK-21981: "For the audio codec Opus, its RFC specifies having spaces delimiting the attributes in addition to ';', so you have "attra=X; attrb=Y". This broke the attribute parsing in chan_sip, so a small tweak was also included in this patch for that."

I created a pass-through module for AMR and AMR-WB which works with Asterisk 11 and Asterisk 12. [RFC 4867|http://tools.ietf.org/html/rfc4867#section-8.3.3] (originally from 2001) and AMR implementations (Nokia Mobile Phones) include spaces between attributes like Opus. The current code forwards only one attribute and ignores all other attributes which is not sufficient for all AMR use-cases.

Please, consider to backport this tweak into Asterisk 11 LTS.



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



More information about the asterisk-bugs mailing list