Language

ImsVoiceSessionRefresherType Enum

Definition

public enum ImsVoiceSessionRefresherType
type ImsVoiceSessionRefresherType = 
Inheritance
ImsVoiceSessionRefresherType

Fields

Name Value Description
Unknown 0

Session Refresher entity is unknown. This means UE does not include the "refresher" parameter in the Session-Expires header field of the SIP INVITE request.

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

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.

Uac 1

Session Refresher entity is User Agent Client (UAC). Type of "refresher" parameter in the Session-Expires header field of the SIP INVITE request is UAC.

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

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.

Uas 2

Session Refresher entity is User Agent Server (UAS). Type of "refresher" parameter in the Session-Expires header field of the SIP INVITE request is UAS.

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

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