huawei: fixed status_change reason on new outgoing call

This commit is contained in:
Marco Bascetta
2015-05-11 11:24:54 +02:00
committed by Aleksander Morgado
parent 915e0e7422
commit 8242a991dc

View File

@@ -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);
} else {
/* 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) {