Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
This is not a mandatory standard procedure to signal support for the IMS
Multimedia Telephony Communication Service framework (3GPP TS 24.173). You can
also use "P-Preferred-Service" header. IMSDroid uses this header. It's also
possible to use "Accept-Contact" header.
Example:
{{{
Contact:
<sip:impu@doubango.org;gr=urn:uuid:xxx;comp=sigcomp>;+g.3gpp.icsi-ref="urn%3Aurn
-7%3gpp-service.ims.icsi.mmtel"
Accept-Contact: *;+g.3gpp.icsi-ref="urn%3Aurn-7%3gpp-service.ims.icsi.mmtel"
P-Preferred-Service: urn:urn-7:3gpp-service.ims.icsi.mmtel
}}}
I will add it for the next release.
Original comment by boss...@yahoo.fr
on 3 Nov 2010 at 10:59
Fixed in version 1.0.320.
Original comment by boss...@yahoo.fr
on 4 Nov 2010 at 6:54
Hi,
in the new version IMSDroid 2.0.395 is added new string:
Accept-Contact: *;+g.3gpp.icsi-ref="urn%3Aurn-7%3Agpp-service.ims.icsi.mmtel"
This is wrong. String have to be without "%3A".In this case string "%3A"
replace ":".
Correct string:
Accept-Contact: *;+g.3gpp.icsi-ref="urn:urn-7:3gpp-service.ims.icsi.mmtel"
Please look the next page:
http://www.3gpp.org/Uniform-Resource-Name-URN-list
BR
Original comment by dino.nev...@gmail.com
on 27 Apr 2011 at 1:31
Original issue reported on code.google.com by
mandrajg@gmail.com
on 3 Nov 2010 at 2:14