Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c2e0c40 authored by Thomas Stuart's avatar Thomas Stuart
Browse files

Serial & Parallel transactions should not override the failure values

Every failed transaction was returning CallException.ERROR_CODE_UNKNOWN due to the Serial and Parallel transactions overriding the
VoipCallTransactionResult values. To better inform the client of why a
particular transaction failed, the code and message should be sent to
the client.

Additionally, the Telecom codebase should ONLY use fail
codes defined in the CallException class when failing a transaction. The old VoipCallTransactionResult.RESULT_FAILED value has been removed in favor of using a defined value in the CallException class.

Flag: NONE <fixes a regression>
Fixes: 313461479
Test: CTS
Change-Id: I3c1b34e40890f74fa91c7475d74b21f5ca9b96aa
parent 1307e792
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment