huawei: fixed status_change reason on new outgoing call
This commit is contained in:

committed by
Aleksander Morgado

parent
915e0e7422
commit
8242a991dc
@@ -92,7 +92,7 @@ call_start_ready (MMBaseModem *modem,
|
|||||||
mm_base_call_change_state(ctx->self, MM_CALL_STATE_TERMINATED, MM_CALL_STATE_REASON_REFUSED_OR_BUSY);
|
mm_base_call_change_state(ctx->self, MM_CALL_STATE_TERMINATED, MM_CALL_STATE_REASON_REFUSED_OR_BUSY);
|
||||||
} else {
|
} else {
|
||||||
/* Update state */
|
/* Update state */
|
||||||
mm_base_call_change_state(ctx->self, MM_CALL_STATE_DIALING, MM_CALL_STATE_REASON_ACCEPTED);
|
mm_base_call_change_state(ctx->self, MM_CALL_STATE_DIALING, MM_CALL_STATE_REASON_OUTGOING_STARTED);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (error) {
|
if (error) {
|
||||||
|
Reference in New Issue
Block a user