This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user