diff --git a/configs/default_hooks/discard b/configs/default_hooks/discard index a8307c1..f54fc4c 100644 --- a/configs/default_hooks/discard +++ b/configs/default_hooks/discard @@ -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 "$@" diff --git a/configs/default_hooks/mute_ring b/configs/default_hooks/mute_ring index 85eb49f..9c6fa63 100644 --- a/configs/default_hooks/mute_ring +++ b/configs/default_hooks/mute_ring @@ -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 "$@"