Language

ImsVoiceSrvccSupport Enum

Definition

public enum ImsVoiceSrvccSupport
type ImsVoiceSrvccSupport = 
Inheritance
ImsVoiceSrvccSupport

Fields

Name Value Description
BasicSrvccSupport 0

Indicates support for basic SRVCC, typically 1 active call as detailed in IR.92 Section A.3.

Android reference for android.telephony.CarrierConfigManager.ImsVoice.BASIC_SRVCC_SUPPORT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AlertingSrvccSupport 1

SRVCC access transfer for calls in alerting phase as per 3GPP 24.237 and IR.64 Section 4.4. Media feature tag used: g.3gpp.srvcc-alerting.

Android reference for android.telephony.CarrierConfigManager.ImsVoice.ALERTING_SRVCC_SUPPORT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PrealertingSrvccSupport 2

SRVCC access transfer for calls in pre-alerting phase as per 3GPP 24.237. Media feature tag used: g.3gpp.ps2cs-srvcc-orig-pre-alerting.

Android reference for android.telephony.CarrierConfigManager.ImsVoice.PREALERTING_SRVCC_SUPPORT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MidcallSrvccSupport 3

SRVCC access transfer for calls in mid-call phase as per 3GPP 24.237. and IR.64 Section 4.4. This means UE supports the MSC server assisted mid-call feature. Media feature tag used: g.3gpp.mid-call.

Android reference for android.telephony.CarrierConfigManager.ImsVoice.MIDCALL_SRVCC_SUPPORT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to