make default discard and mute_ring hooks forward to missed_call using sxmo_hooks.sh

Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
Maarten van Gompel 2021-07-25 14:01:37 +02:00 committed by Stacy Harper
parent 47950deece
commit 2a89aaa4db
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65
2 changed files with 4 additions and 2 deletions

View file

@ -2,4 +2,5 @@
# This script is executed (asynchronously) when you discard an incoming call
exec "$(dirname "$0")/missed_call" "$@"
# just do the same as the missed_call hook:
exec sxmo_hooks.sh missed_call "$@"

View file

@ -2,4 +2,5 @@
# This script is executed (asynchronously) when you mute an incoming call
exec "$(dirname "$0")/missed_call" "$@"
# just do the same as the missed_call hook:
exec sxmo_hooks.sh missed_call "$@"