sxmo-utils/configs/default_hooks/mute_ring
Maarten van Gompel 2a89aaa4db
make default discard and mute_ring hooks forward to missed_call using sxmo_hooks.sh
Signed-off-by: Stacy Harper <contact@stacyharper.net>
2021-07-25 16:55:18 +02:00

6 lines
174 B
Bash

#!/usr/bin/env sh
# This script is executed (asynchronously) when you mute an incoming call
# just do the same as the missed_call hook:
exec sxmo_hooks.sh missed_call "$@"