Implement default hooks for ringing and incoming texts, playing audio
This commit is contained in:
parent
2188ed15ea
commit
bec7106317
7 changed files with 68 additions and 0 deletions
8
configs/default_hooks/missed_call
Normal file
8
configs/default_hooks/missed_call
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
# This script is executed (asynchronously) when you missed a call
|
||||
# You can use it to play a ring tone
|
||||
|
||||
#we simply remove the ring trigger file
|
||||
#written by the ring hook and the ringing will stop
|
||||
rm /tmp/ring.trigger
|
Loading…
Add table
Add a link
Reference in a new issue