Can freebx email me when it senses a problem?

Just found out one of a user’s mailboxes was full and I didn’t know it (neither did he). Apparently anyone wanting to leave a vm just wasn’t able to.

Is there a way to have these kinds of things generate an alert so I can handle the issue?

If you use the default mail count of 100, then crudely from bash:-

FULL=$(find /var/spool/asterisk/voicemail/default/ -name msg0099.txt);if [ $FULL ];then echo “Mailbox $(echo $FULL|cut -d ‘/’ -f 7) is full”|mail -s “Captain, we are running out of dilithium crystals” [email protected];fi

will so notify you, you could use that in voicemail.conf for

externnotify=