IMS: Reason Codes For Call Pull Scenarios

Adding reason codes for call pull success
and failure scenarios.

BUG=27340495
Change-Id: I775316f52ed13862981500ebe035ee626adc934f
This commit is contained in:
Omkar Kolangade
2016-02-24 11:53:06 -08:00
committed by Tyler Gunn
parent 9505e0ac3f
commit f38780b483

View File

@@ -240,6 +240,16 @@ public class ImsReasonInfo implements Parcelable {
*/
public static final int CODE_ANSWERED_ELSEWHERE = 1014;
/**
* Call pull request failure from the network.
*/
public static final int CODE_CALL_PULL_OUT_OF_SYNC = 1015;
/**
* Call ended due to being pulled onto another device.
*/
public static final int CODE_CALL_END_CAUSE_CALL_PULL = 1016;
/**
* Supplementary services (HOLD/RESUME) failure error codes.
* Values for Supplemetary services failure - Failed, Cancelled and Re-Invite collision.