Fix bug preventing hanging up call upon killing window
This commit is contained in:
parent
34cd1fd5bb
commit
51921e5925
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ trap "gracefulexit" INT TERM
|
|||
fatalerr() {
|
||||
# E.g. hangup all calls, switch back to default audio, notify user, and die
|
||||
sxmo_vibratepine 1000
|
||||
mmcli -m "$(mmcli -L | grep -qoE 'Modem\/([0-9]+)')" --voice-hangup-all
|
||||
mmcli -m "$(mmcli -L | grep -oE 'Modem\/([0-9]+)' | cut -d'/' -f2)" --voice-hangup-all
|
||||
alsactl --file /usr/share/sxmo/default_alsa_sound.conf restore
|
||||
notify-send "$1"
|
||||
kill -9 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue