Add back saftey hook for incoming calls to delete notifications if none incoming
This commit is contained in:
parent
f2fc6a406e
commit
96931ce22c
1 changed files with 1 additions and 0 deletions
|
@ -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:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue