Implement default hooks for ringing and incoming texts, playing audio

This commit is contained in:
Maarten van Gompel 2021-03-30 20:45:39 +02:00
parent 2188ed15ea
commit bec7106317
7 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#!/usr/bin/env sh
# This script is executed (asynchronously) when you pick up an incoming call
# remove the ring trigger
rm /tmp/ring.trigger
# kill any existing playback
pkill mpv