This class contains all calling result codes. You can call this final fields to tell if the call success or not and know the reason why failed.
All
method | description |
---|
Member | description |
---|---|
public static final int UNKNOWN_ERROR |
Unknow error
Supported Products:All |
public static final int SUCCESS |
Success
Supported Products:All |
public static final int DIAL_INFO_NULL |
DialingInfo is empty
Supported Products:All |
public static final int ACCOUNT_ERROR |
Account error
Supported Products:All |
public static final int ANONYMOUS_NUMBER |
The number is anonymous
Supported Products:All |
public static final int CALL_FEATURE_NUMBER |
The number is call feature number
Supported Products:All |
public static final int CALL_FEATURE_ENABLE_SRTP |
enable SRTP calling
Supported Products:All |
public static final int CALL_FEATURE_DISABLE_SRTP |
disable SRTP calling
Supported Products:All |
public static final int CALL_FEATURE_ENABLE_ANONYMOUS_CALL |
enable anonymous call
Supported Products:All |
public static final int CALL_FEATURE_DISABLE_ANONYMOUS_CALL |
The number is call feature code to disable anonymous call
Supported Products:All |
public static final int CALL_FEATURE_ENABLE_CALL_WAITING |
enable call wait function
Supported Products:All |
public static final int CALL_FEATURE_DISABLE_CALL_WAITING |
disable call wait function
Supported Products:All |
public static final int CALL_FEATURE_ENABLE_CALL_FORWARD_UNCONDITIONAL |
enable call forward unconditional function
Supported Products:All |
public static final int CALL_FEATURE_DISABLE_CALL_FORWARD_UNCONDITIONAL |
disable call forward unconditional function
Supported Products:All |
public static final int CALL_FEATURE_ENABLE_CALL_FORWARD_WHEN_BUSY |
enable call forward when busy function
Supported Products:All |
public static final int CALL_FEATURE_DISABLE_CALL_FORWARD_WHEN_BUSY |
disable call forward when busy function
Supported Products:All |
public static final int CALL_FEATURE_ENABLE_CALL_FORWARD_WHEN_TIMEOUT |
enable call forward when timeout function
Supported Products:All |
public static final int CALL_FEATURE_DISABLE_CALL_FORWARD_WHEN_TIMEOUT |
disable call forward when timeout function
Supported Products:All |
public static final int DISABLE_IP_CALL |
disable ip call function
Supported Products:All |
public static final int IP_ADDRESS_ERROR |
IP address format error
Supported Products:All |
public static final int DIAL_PLAN_MATCH_ERROR |
do not match dial plan rule
Supported Products:All |
public static final int DIAL_PLAN_PARTIAL_MATCH |
match partial dial plan rule
Supported Products:All |
public static final int DISABLE_CONFERENCE |
disable conference
Supported Products:All |
public static final int NO_ENOUGH_CONF_SEAT |
no enough conference seats
Supported Products:All |
public static final int NO_ENOUGH_IDLE_LINE |
no enough idle line
Supported Products:All |
public static final int BT_LINE_IS_FULL |
bluetooth line is full
Supported Products:All |
public static final int LINE_EXISTS_CALLING |
the calling number has been exist in an other calling line
Supported Products:All |
public static final int LINE_EXISTS_RINGING |
the calling number has been exist in an other ringing line
Supported Products:All |
public static final int LINE_EXISTS_TALKING |
the calling number has been exist in an other talking line
Supported Products:All |
public static final int LINE_EXISTS_CONFERENCE |
the calling number has been exist in an other conference line
Supported Products:All |
public static final int NOT_EMERGENCY_NUMBER |
the calling number is not an emergency number
Supported Products:All |
public static final int IN_RECOVER_BACKUP |
can not calling because the phone is in recover backup
Supported Products:All |