public class

SIP_CODES

extends Object
java.lang.Object
   ↳ com.nexmo.sdk.conversation.core.util.SIP_CODES

Summary

Constants
int SIP_BUSY
int SIP_FAILED
int SIP_TIMEOUT
Public Constructors
SIP_CODES()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int SIP_BUSY

Constant Value: 486 (0x000001e6)

public static final int SIP_FAILED

Constant Value: 403 (0x00000193)

public static final int SIP_TIMEOUT

Constant Value: 487 (0x000001e7)

Public Constructors

public SIP_CODES ()