Disable lisgd before locking screen in call script
This commit is contained in:
parent
ff5f92c048
commit
b3804adf0c
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue