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:
parent
47950deece
commit
2a89aaa4db
2 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue