Update libcallui subproject and adjust to CuiCallState changes
We already had our mapping between CallsCallStates and CuiCallStates in place, but the _DIALING state got renamed to _CALLING. Additionally bundle CallsCallStates that map to the same CuiCallState to remove some code.
This commit is contained in:
@@ -388,11 +388,9 @@ calls_call_state_to_cui_call_state (CallsCallState state)
|
||||
case CALLS_CALL_STATE_HELD:
|
||||
return CUI_CALL_STATE_HELD;
|
||||
case CALLS_CALL_STATE_DIALING:
|
||||
return CUI_CALL_STATE_DIALING;
|
||||
case CALLS_CALL_STATE_ALERTING:
|
||||
return CUI_CALL_STATE_DIALING;
|
||||
return CUI_CALL_STATE_CALLING;
|
||||
case CALLS_CALL_STATE_INCOMING:
|
||||
return CUI_CALL_STATE_INCOMING;
|
||||
case CALLS_CALL_STATE_WAITING:
|
||||
return CUI_CALL_STATE_INCOMING;
|
||||
case CALLS_CALL_STATE_DISCONNECTED:
|
||||
|
||||
Reference in New Issue
Block a user