Look for ATTRIB events for notifications updates; remove "Pickup" menu
Picking up call can be done from both dunst notification & notifications menu; so for more consistency / less bugs the Pickup menu entry has been removed.
This commit is contained in:
parent
7559984430
commit
c5b665ca4f
5 changed files with 5 additions and 15 deletions
scripts/modem
|
@ -67,7 +67,7 @@ checkforincomingcalls() {
|
|||
sxmo_notificationwrite.sh \
|
||||
"$NOTIFDIR/incomingcall" \
|
||||
"sxmo_modemcall.sh pickup $VOICECALLID" \
|
||||
"$NOTIFDIR/incomingcall" \
|
||||
"none" \
|
||||
"Pickup $(sxmo_contacts.sh | grep -E "^$INCOMINGNUMBER")" &
|
||||
|
||||
echo "Number: $INCOMINGNUMBER (VOICECALLID: $VOICECALLID)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue