[asterisk-users] email notification on missed call

Frank Vanoni mailinglist at linuxista.com
Sat Nov 2 04:56:19 CDT 2019


On Wed, 2019-10-30 at 05:10 +0100, Fourhundred Thecat wrote:

> what is the best way to implement email notification on missed call ?

> Is there perhaps a better way to this than described above ?

This is my way:

exten => h,1,System(echo "Missed Call Open on Asterisk from
${CALLERID(num)}" | mail -s "Missed VIP Call on Asterisk from
${CALLERID(num)}" -a "From: Astersik PBX <pbx at example.com>" myemailaddr
ess at example.com)

exten => h,n,HangUp()





More information about the asterisk-users mailing list