fonoempresa / boghe

Automatically exported from code.google.com/p/boghe
0 stars 0 forks source link

Wrong header send when SIP SMS is rejected by boghe client #133

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Send a MT SIP message to the boghe client containing UCS2 characters and DCS 
set to 8
2. The response of the Boghe client contains the header Transfer-Encoding set 
to binary
3. Send a MT SIP message to the boghe client containing normal GSM alphabet and 
DCS set to 0
4. The response of the Boghe client contains the header 
Content-Transfer-Encoding set to binary

What is the expected output? What do you see instead?
The response on the first message contains the header Transfer-Encoding, while 
it should have the header Content-Transfer-Encoding.

What version of the product are you using? On what operating system?
Boghe IMS Client v2.0.97.687

Please provide any additional information below.

A tcp trace is attached which contains the SIP message 
Packet 3 contains the wrong header, while packet 6 contains the correct header

Original issue reported on code.google.com by michel.d...@gmail.com on 27 Apr 2012 at 3:02

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 18 May 2012 at 3:32