ImsVoiceSrvccSupport Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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 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 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. |