[Home]

Summary:ASTERISK-29804: bundled_pjproject: sip_inv is missing multipart support in some cases
Reporter:George Joseph (gjoseph)Labels:
Date Opened:2021-12-14 11:36:00.000-0600Date Closed:2021-12-22 11:11:50.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Third-Party/pjproject
Versions:16.23.0 18.9.0 19.1.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:sip_inv.c:inv_check_sdp_in_incoming_msg() deals with multipart     message bodies in rdata correctly. In the case where early media is     involved though, the existing sdp has to be retrieved from the last   tdata sent in this transaction. This, however, always assumes that the sdp sent is in a non-multipart body. While there's a function to retrieve the sdp from multipart and non-multpart rdata bodies, no similar function for tdata exists.
Comments:By: Friendly Automation (friendly-automation) 2021-12-22 11:11:51.449-0600

Change 17657 merged by Friendly Automation:
bundled_pjproject:  Add more support for multipart bodies

[https://gerrit.asterisk.org/c/asterisk/+/17657|https://gerrit.asterisk.org/c/asterisk/+/17657]

By: Friendly Automation (friendly-automation) 2021-12-27 07:38:59.416-0600

Change 17733 merged by George Joseph:
bundled_pjproject:  Add more support for multipart bodies

[https://gerrit.asterisk.org/c/asterisk/+/17733|https://gerrit.asterisk.org/c/asterisk/+/17733]

By: Friendly Automation (friendly-automation) 2021-12-27 07:39:19.581-0600

Change 17734 merged by George Joseph:
bundled_pjproject:  Add more support for multipart bodies

[https://gerrit.asterisk.org/c/asterisk/+/17734|https://gerrit.asterisk.org/c/asterisk/+/17734]

By: Friendly Automation (friendly-automation) 2021-12-27 07:39:39.386-0600

Change 17735 merged by George Joseph:
bundled_pjproject:  Add more support for multipart bodies

[https://gerrit.asterisk.org/c/asterisk/+/17735|https://gerrit.asterisk.org/c/asterisk/+/17735]

By: Friendly Automation (friendly-automation) 2022-07-13 09:29:12.829-0500

Change 18792 merged by George Joseph:
bundled_pjproject:  Add more support for multipart bodies

[https://gerrit.asterisk.org/c/asterisk/+/18792|https://gerrit.asterisk.org/c/asterisk/+/18792]