fix(bt): coupe DTMF sur appel entrant
Repo State / repo-state (push) Failing after 21s

This commit is contained in:
clement
2026-06-19 17:15:06 +02:00
parent f9283bc14f
commit 935772c1b1
+2 -1
View File
@@ -129,7 +129,8 @@ static void call_task(void *arg)
case BT_HFP_EV_INCOMING:
if (st == ST_IDLE || st == ST_DIALTONE) {
audio_router_tones_stop();
slic_ring_start(); /* fait sonner la cloche */
dtmf_stop(); /* pas de detection DTMF pendant un appel entrant */
slic_ring_start(); /* fait sonner la cloche */
st = ST_INCOMING;
ESP_LOGI(TAG, "-> INCOMING %s", s_incoming_num);
}