Handle outgoing terminated calls as well
This make cached event to pilles up and prevent some incoming call events to works correctly. Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
67d512c924
commit
b4686caa9c
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ checkforfinishedcalls() {
|
|||
#find all finished calls
|
||||
for FINISHEDCALLID in $(
|
||||
mmcli -m "$(modem_n)" --voice-list-calls |
|
||||
grep incoming |
|
||||
grep terminated |
|
||||
grep -oE "Call\/[0-9]+" |
|
||||
cut -d'/' -f2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue