Disable lisgd before locking screen in call script

This commit is contained in:
Miles Alan 2020-05-30 15:01:07 -05:00
parent ff5f92c048
commit b3804adf0c

View file

@ -132,7 +132,7 @@ incallmenu() {
TSPEAKER ^ FLAGS="$(toggleflag "-s" "$FLAGS")"
DTMF Tones ^ dtmfmenu $VID
Hangup ^ hangup $VID
Lock Screen ^ sxmo_screenlock
Lock Screen ^ sh -c 'pkill -9 lisgd; sxmo_screenlock; lisgd &'
' | sed "s/TMUTE/$TMUTE/;s/TECHO/$TECHO/;s/TEARPIECE/$TEARPIECE/;s/TLINEJACK/$TLINEJACK/;s/TSPEAKER/$TSPEAKER/"
)"