just50415 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 0 forks source link

Which method may send REFER message? #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I want to send REFER message.
2.Which method may finish it?
3.A demo is better.

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

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

Please provide any additional information below.

REFER 
sip:12@cf.ims.chinamobile.com:5065;transport=tcp;fid=imsm_instance_PL_2_4_1 
SIP/2.0
Via: SIP/2.0/UDP 192.168.253.2;branch=z9hG4bK2247940305
From: <sip:nemo@ims.chinamobile.com>;tag=1371874879
To: 
<sip:12@cf.ims.chinamobile.com:5065;transport=tcp;fid=imsm_instance_PL_2_4_1>
Call-ID: 3683436138@192.168.253.2
CSeq: 1 REFER
Contact: <sip:192.168.253.2>
Route: <sip:10.170.32.11:5060;transport=udp;lr>
Max-Forwards: 70
P-Access-Network-Info: 3GPP-UTRAN-FDD;utran-cell-id-3gpp=2620209329320065
Content-Length: 0
Refer-To: <tel:+8521341041106>
Refer-Sub: false
Require: norefersub; multiple-refer
Supported: norefersub
P-Preferred-Identity: sip:nemo@ims.chinamobile.com
Accept-Contact: *;+g.oma.sip-im

Original issue reported on code.google.com by Splash.P...@gmail.com on 15 Feb 2011 at 7:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
My RCS project need to send REFER message.So,you may provide a method to 
implement it? Thank you.

Original comment by Splash.P...@gmail.com on 15 Feb 2011 at 2:44

GoogleCodeExporter commented 8 years ago
If you want to add specific feature (not in the scope of RCS 2.0), you should 
implement it by yourself from our open source code.

Original comment by jmauffret@gmail.com on 15 Feb 2011 at 3:38

GoogleCodeExporter commented 8 years ago
Could you provide some suggestion and way to implement it by myself.Which 
method or class build and send a SIP message?

Original comment by Splash.P...@gmail.com on 15 Feb 2011 at 3:57

GoogleCodeExporter commented 8 years ago
It depends where you want to add the REFER feature, in which existing service 
of the stack (e.g. Chat)?

Original comment by jmauffret@gmail.com on 16 Feb 2011 at 1:36

GoogleCodeExporter commented 8 years ago
Group-Chat   Sponsors invite members

REFER 
sip:12@cf.ims.chinamobile.com:5065;transport=tcp;fid=imsm_instance_PL_2_4_1 
SIP/2.0
Via: SIP/2.0/UDP 192.168.253.2;branch=z9hG4bK2247940305
From: <sip:nemo@ims.chinamobile.com>;tag=1371874879
To: 
<sip:12@cf.ims.chinamobile.com:5065;transport=tcp;fid=imsm_instance_PL_2_4_1>
Call-ID: 3683436138@192.168.253.2
CSeq: 1 REFER
Contact: <sip:192.168.253.2>
Route: <sip:10.170.32.11:5060;transport=udp;lr>
Max-Forwards: 70
P-Access-Network-Info: 3GPP-UTRAN-FDD;utran-cell-id-3gpp=2620209329320065
Content-Length: 0
Refer-To: <tel:+8521341041106>
Refer-Sub: false
Require: norefersub; multiple-refer
Supported: norefersub
P-Preferred-Identity: sip:nemo@ims.chinamobile.com
Accept-Contact: *;+g.oma.sip-im

Original comment by Splash.P...@gmail.com on 16 Feb 2011 at 3:20

GoogleCodeExporter commented 8 years ago
You are right the SIP REFER should be implemented to add a participant to a RCS 
chat session. This feature is not yet in our roadmap, nevertheless we can 
implement it together (contact me directly at 
jeanmarc.auffret@orange-ftgroup.com).

Original comment by jmauffret@gmail.com on 17 Feb 2011 at 7:52

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by jmauffret@gmail.com on 28 Mar 2011 at 6:40