cnrg.itx.signal
Interface InfoResponse


public abstract interface InfoResponse

This interface contains non-error SIP status codes.


Field Summary
static int ALTSERVICE
          Alternative Service - the call was not successful, but alternative services are possible
static int FORWARDING
          Call Is Being Forwarded
static int OK
          OK - the request has succeeded
static int PERMMOVE
          Moved Permanently
static int QUEUED
          Queued
static int REDIRECTION
          Multiple Choices - the address in the request resolved to several choices
static int RINGING
          Ringing
static int TEMPMOVE
          Moved Temporarily
static int TRYING
          Trying - some unspecfied action is being taken on behalf of this call
static int USEPROXY
          Use Proxy
 

Field Detail

TRYING

public static final int TRYING
Trying - some unspecfied action is being taken on behalf of this call

RINGING

public static final int RINGING
Ringing

FORWARDING

public static final int FORWARDING
Call Is Being Forwarded

QUEUED

public static final int QUEUED
Queued

OK

public static final int OK
OK - the request has succeeded

REDIRECTION

public static final int REDIRECTION
Multiple Choices - the address in the request resolved to several choices

PERMMOVE

public static final int PERMMOVE
Moved Permanently

TEMPMOVE

public static final int TEMPMOVE
Moved Temporarily

USEPROXY

public static final int USEPROXY
Use Proxy

ALTSERVICE

public static final int ALTSERVICE
Alternative Service - the call was not successful, but alternative services are possible