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 <p...@example.com>" myemailaddr
e...@example.com)

exten => h,n,HangUp()



-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to