OSDN Git Service

IMS: Conference URI support.
authorOmkar Kolangade <omkark@codeaurora.org>
Mon, 22 Sep 2014 06:08:22 +0000 (11:38 +0530)
committerLinux Build Service Account <lnxbuild@localhost>
Wed, 24 Aug 2016 14:14:21 +0000 (08:14 -0600)
commit5510923ac71921b220eb4ac4dbeefff2b175987d
treed4056f52dbfd46de8e78cd9212fe830c080020ff
parent7889706d4eabeb03e0548623190cca9b0b056f32
IMS: Conference URI support.

Add Telephony extras EXTRAS_IS_CONFERENCE_URI,
EXTRA_DIAL_CONFERENCE_URI which will require by Telecomm,
TeleService, Telephony, Framework, IMS framework etc.

IMS: Allow placeCall with complete URI

Add extra "org.codeaurora.extra.SKIP_SCHEMA_PARSING".
Application need to set the intent extra to dial with
complete uri.

IMS: Add participant support.

Add Phone Capabilities ADD_PARTICIPANT and
Telephony Property ADD_PARTICIPANT_KEY.

IMS: Allow add participant with normal IMS call

We should allow add participant with normal IMS
call to make it conference.
Send add participant through existing connection
of normal IMS call.

IMS: Add Participant support.

Do not create new connection while adding participant
with existing call. Rather send add participant request
through IMSConference.

CRs-Fixed: 1023216
Change-Id: I5052710a2d11a57331bdfbe64247e6a39bf9147a
telecomm/java/android/telecom/Call.java
telecomm/java/android/telecom/Conference.java
telecomm/java/android/telecom/Connection.java
telecomm/java/android/telecom/ConnectionService.java
telecomm/java/com/android/internal/telecom/IConnectionService.aidl
telephony/java/com/android/internal/telephony/TelephonyProperties.java