Zhanchang / imsdroid

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

Slight fault in MMTel ICSI #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Set up an audio session from imsdroid and capture the INVITE
2.Look at Contact and Accept-contact header
3.

What is the expected output? What do you see instead?

This is how the MMTel ICS looks in the capture:
+g.3gpp.icsi-ref="urn%3Aurn-7%3gpp-service.ims.icsi.mmtel"
The second colon has not been escaped correctly, 3A is missing.
It should look like this:
+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel"

What version of the product are you using? On what operating system?

Please provide any additional information below.

Thanks for the quick response. Unfortunatly I am not testing as fast as you are 
coding.

Original issue reported on code.google.com by mandrajg@gmail.com on 11 Nov 2010 at 3:52

Attachments:

GoogleCodeExporter commented 9 years ago
Right. Will be fixed in the next release.
Thanks

Original comment by boss...@yahoo.fr on 11 Nov 2010 at 4:13

GoogleCodeExporter commented 9 years ago
Fixed in the latest SVN commit.

Original comment by boss...@yahoo.fr on 17 Nov 2010 at 11:12

GoogleCodeExporter commented 9 years ago
Fixed in 1.1.327

Original comment by boss...@yahoo.fr on 22 Nov 2010 at 6:20