#!/bin/sh
# configversion: 1

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