[asterisk-bugs] [JIRA] (ASTERISK-26082) PJSIP MessageSend Content-Type issue
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Mon Jun 6 06:37:56 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua Colp updated ASTERISK-26082:
-----------------------------------
Component/s: (was: Channels/chan_pjsip)
Resources/res_pjsip_messaging
> PJSIP MessageSend Content-Type issue
> ------------------------------------
>
> Key: ASTERISK-26082
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26082
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip_messaging
> Affects Versions: 13.9.1
> Reporter: Alex
> Severity: Minor
> Attachments: res_pjsip_messaging.patch
>
>
> Basically, when trying to override Content-Type, we get following sent:
> {noformat}
> <--- Transmitting SIP request (667 bytes) to ... --->
> MESSAGE sip:... SIP/2.0
> Via: SIP/2.0/UDP ...
> From: <sip:...>;tag=...
> To: <sip:...>
> Contact: <sip:...>
> Call-ID: ftXWZRVPgfw3BNe8rV6KlWJJS40fbV.l
> CSeq: 15177 MESSAGE
> Event: snom-settings
> Content-Type: application/xml
> Max-Forwards: 70
> User-Agent: FPBX-AsteriskNOW-13.0.120(13.9.1)
> Content-Type: text-plain
> Content-Length: 170
> <content>
> {noformat}
> Please notice the duplicated Content-Type header. First it's proper one, set with MESSAGE_DATA(Content-Type), and then another one is wrongly inserted from ast_sip_body structure, which defaults to text/plain.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list