[asterisk-bugs] [JIRA] (ASTERISK-26082) PJSIP MessageSend Content-Type issue
Alex (JIRA)
noreply at issues.asterisk.org
Wed Jun 1 09:14:56 CDT 2016
Alex created ASTERISK-26082:
-------------------------------
Summary: 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: Channels/chan_pjsip
Affects Versions: 13.9.1
Reporter: Alex
Basically, when trying to override Content-Type, we get following sent:
-----------------------------------------------------
<--- 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>
-----------------------------------------------------
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