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

Signed-off-by: Stacy Harper <contact@stacyharper.net>
master
Maarten van Gompel 3 years ago committed by Stacy Harper
parent 47950deece
commit 2a89aaa4db
No known key found for this signature in database
GPG Key ID: 5BAC92328B7C5D65
  1. 3
      configs/default_hooks/discard
  2. 3
      configs/default_hooks/mute_ring

@ -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 "$@"

@ -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 "$@"

Loading…
Cancel
Save