#!/bin/sh
# $1 - type of message
# $2 - from whom
# but really it can just be free form probably
# todo have /var/lib/shelli/ring.conf specify notification level
# silent, vibrate, quiet to loud, speaking (loud)

# TODO URGENT: use sox to play a melody for each unique phone number, reading the number takes too much time and is not interrupted by answering the call. Annoying. ;)
say "excuse me, you have a $1 from $2" 2>/dev/null
