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