restarts dialtone time when incoming call is refused

This commit is contained in:
Brendan Haines 2016-12-02 23:28:06 -07:00
parent dff7c4745f
commit bcbf835bcd

View File

@ -142,6 +142,8 @@ void loop() {
clearPhoneNumber(); clearPhoneNumber();
startDialtone = true; startDialtone = true;
delay(100); delay(100);
resumeDialtone();
lastActiveTime = millis();
} }
} }