Add back saftey hook for incoming calls to delete notifications if none incoming

This commit is contained in:
Miles Alan 2020-11-08 12:00:23 -06:00 committed by Maarten van Gompel
parent f2fc6a406e
commit 96931ce22c

View file

@ -64,6 +64,7 @@ checkforincomingcalls() {
grep -Eo '[0-9]+ incoming \(ringing-in\)' |
grep -Eo '[0-9]+'
)"
echo "$VOICECALLID" | grep -v . && rm -f "$NOTIFDIR/incomingcall*" && return
# Determine the incoming phone number
echo "Incoming Call:"