Fix bug preventing hanging up call upon killing window

master
Miles Alan 4 years ago
parent 34cd1fd5bb
commit 51921e5925
  1. 2
      scripts/modem/sxmo_modemcall.sh

@ -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…
Cancel
Save